diff --git a/.fern/metadata.json b/.fern/metadata.json index 4e1d69f..dc4b198 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -5,9 +5,9 @@ "generatorConfig": { "moduleName": "CloudPDF" }, - "originGitCommit": "31a712963c171ce9ebd6815e873c9895e389afc2", + "originGitCommit": "08782e4eef6cd6ccce4b6a6883408d9915a2d7c4", "originGitCommitIsDirty": false, "invokedBy": "ci", - "requestedVersion": "3.0.0.alpha.10", + "requestedVersion": "3.0.0.alpha.11", "ciProvider": "github" } \ No newline at end of file diff --git a/cloudpdf-generation.json b/cloudpdf-generation.json index 9b67305..cb6aed2 100644 --- a/cloudpdf-generation.json +++ b/cloudpdf-generation.json @@ -1,12 +1,12 @@ { "language": "ruby", - "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/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret.rb index b813344..8c30bc9 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemCaret < Internal::Types::Model field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions.rb deleted file mode 100644 index 0a566b3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate.rb deleted file mode 100644 index 3902f48..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root.rb deleted file mode 100644 index 8805a0c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root_type.rb deleted file mode 100644 index 99faee6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_warnings_item.rb deleted file mode 100644 index 9642425..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur.rb deleted file mode 100644 index 8fc9be1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root.rb deleted file mode 100644 index f9d97a2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root_type.rb deleted file mode 100644 index 3c0bdc9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_warnings_item.rb deleted file mode 100644 index d7850a2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter.rb deleted file mode 100644 index 4031b31..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root.rb deleted file mode 100644 index 6c11460..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root_type.rb deleted file mode 100644 index bee1f82..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 3d8a3c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit.rb deleted file mode 100644 index e717729..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root.rb deleted file mode 100644 index fda86c9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root_type.rb deleted file mode 100644 index d745aaa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index e928d93..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus.rb deleted file mode 100644 index 2ff698e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root.rb deleted file mode 100644 index 40f579b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root_type.rb deleted file mode 100644 index 499abb1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_warnings_item.rb deleted file mode 100644 index ecd90e8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down.rb deleted file mode 100644 index 32c1501..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root.rb deleted file mode 100644 index be2ff74..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root_type.rb deleted file mode 100644 index 0b46128..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_warnings_item.rb deleted file mode 100644 index 22d7237..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up.rb deleted file mode 100644 index 6428a16..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root.rb deleted file mode 100644 index 39fa643..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root_type.rb deleted file mode 100644 index 39d3803..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 67d30e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close.rb deleted file mode 100644 index d449a03..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root.rb deleted file mode 100644 index 335a6f5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root_type.rb deleted file mode 100644 index 8a40570..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_warnings_item.rb deleted file mode 100644 index c3d3abb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible.rb deleted file mode 100644 index 4d15dfb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root.rb deleted file mode 100644 index 288e322..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root_type.rb deleted file mode 100644 index 09fe91b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 6bfca0c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open.rb deleted file mode 100644 index 838bf5c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root.rb deleted file mode 100644 index 56376ce..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root_type.rb deleted file mode 100644 index 3777fcd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_warnings_item.rb deleted file mode 100644 index 22c5fa6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible.rb deleted file mode 100644 index 57ee43b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root.rb deleted file mode 100644 index e004e1a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root_type.rb deleted file mode 100644 index 7992e02..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_warnings_item.rb deleted file mode 100644 index 2fccb65..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle.rb index 8eb8d8a..f0322fa 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemCircle < Internal::Types::Mode field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions.rb deleted file mode 100644 index f2d91a9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate.rb deleted file mode 100644 index 0783d30..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root.rb deleted file mode 100644 index c612d10..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root_type.rb deleted file mode 100644 index 14e2a57..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_warnings_item.rb deleted file mode 100644 index 5029478..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur.rb deleted file mode 100644 index 53c9fe9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root.rb deleted file mode 100644 index 6ea27e3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root_type.rb deleted file mode 100644 index ed53233..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_warnings_item.rb deleted file mode 100644 index 99a8097..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter.rb deleted file mode 100644 index 3bc347b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root.rb deleted file mode 100644 index 935e705..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root_type.rb deleted file mode 100644 index 60f331c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 2f55e95..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit.rb deleted file mode 100644 index 3263501..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root.rb deleted file mode 100644 index 38dd7d1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root_type.rb deleted file mode 100644 index 5baebdf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index b631fae..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus.rb deleted file mode 100644 index 7fa03e4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root.rb deleted file mode 100644 index 60cb16b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root_type.rb deleted file mode 100644 index 40a6046..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_warnings_item.rb deleted file mode 100644 index e71b18d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down.rb deleted file mode 100644 index da81acb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root.rb deleted file mode 100644 index 5317d45..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root_type.rb deleted file mode 100644 index 5219b18..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_warnings_item.rb deleted file mode 100644 index 41b14d3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up.rb deleted file mode 100644 index 66b2974..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root.rb deleted file mode 100644 index 059fc96..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root_type.rb deleted file mode 100644 index 25a4762..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 954b99b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close.rb deleted file mode 100644 index 22c89fd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root.rb deleted file mode 100644 index f7f53af..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root_type.rb deleted file mode 100644 index c44c7f8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_warnings_item.rb deleted file mode 100644 index 619c96e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible.rb deleted file mode 100644 index 23b0fac..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root.rb deleted file mode 100644 index 03dc4e8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root_type.rb deleted file mode 100644 index 18744f7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 1058cf6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open.rb deleted file mode 100644 index 89ba12b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root.rb deleted file mode 100644 index 91ae7c1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root_type.rb deleted file mode 100644 index 8d29f90..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_warnings_item.rb deleted file mode 100644 index 6a33007..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible.rb deleted file mode 100644 index aeab6e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root.rb deleted file mode 100644 index 0d034bb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root_type.rb deleted file mode 100644 index a3e8080..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_warnings_item.rb deleted file mode 100644 index cdf3368..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment.rb index 6bd6910..9a0991f 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemFileAttachment < Internal::Typ field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions.rb deleted file mode 100644 index 1af79d7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate.rb deleted file mode 100644 index 016bdeb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root.rb deleted file mode 100644 index 971e25c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root_type.rb deleted file mode 100644 index a8cb66a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_warnings_item.rb deleted file mode 100644 index cd66667..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur.rb deleted file mode 100644 index 8e3474f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root.rb deleted file mode 100644 index ddd2b66..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root_type.rb deleted file mode 100644 index 39327ce..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_warnings_item.rb deleted file mode 100644 index 5ba0a6e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter.rb deleted file mode 100644 index 3a03ca0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root.rb deleted file mode 100644 index 19db5e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root_type.rb deleted file mode 100644 index 9e25601..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_warn_54298b.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_warn_54298b.rb deleted file mode 100644 index 855b07d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_warn_54298b.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit.rb deleted file mode 100644 index a1402e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root.rb deleted file mode 100644 index b80b68d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root_type.rb deleted file mode 100644 index 6a65c12..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_warni_24a6a0.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_warni_24a6a0.rb deleted file mode 100644 index 010dbdc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_warni_24a6a0.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus.rb deleted file mode 100644 index b03ff46..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root.rb deleted file mode 100644 index 7481c55..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root_type.rb deleted file mode 100644 index e090222..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_warnings_item.rb deleted file mode 100644 index 1460f00..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down.rb deleted file mode 100644 index 7c43a75..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root.rb deleted file mode 100644 index b4dcc06..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root_type.rb deleted file mode 100644 index d6947b3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_warnings_item.rb deleted file mode 100644 index a8c349f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up.rb deleted file mode 100644 index e4db0bd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root.rb deleted file mode 100644 index 53c27cc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root_type.rb deleted file mode 100644 index 2a688a0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 123314e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close.rb deleted file mode 100644 index 1b7e0eb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root.rb deleted file mode 100644 index 4edfb32..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root_type.rb deleted file mode 100644 index aa3e548..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_warnings_item.rb deleted file mode 100644 index 7841d84..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible.rb deleted file mode 100644 index 1134ef6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root.rb deleted file mode 100644 index 7696a83..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root_type.rb deleted file mode 100644 index 6da7ef9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_wa_35542a.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_wa_35542a.rb deleted file mode 100644 index 57f00aa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_wa_35542a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open.rb deleted file mode 100644 index ff30617..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root.rb deleted file mode 100644 index b3f7460..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root_type.rb deleted file mode 100644 index 68b432a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_warnings_item.rb deleted file mode 100644 index 5b988ba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible.rb deleted file mode 100644 index 1e0f1c4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root.rb deleted file mode 100644 index ebbab02..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root_type.rb deleted file mode 100644 index 6a5b942..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_warn_2f568a.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_warn_2f568a.rb deleted file mode 100644 index 90f4c5c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_warn_2f568a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text.rb index 6fc45bd..a61fac9 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemFreeText < Internal::Types::Mo field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :intent, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions.rb deleted file mode 100644 index 42654bb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate.rb deleted file mode 100644 index 740064f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root.rb deleted file mode 100644 index 604aa99..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root_type.rb deleted file mode 100644 index 94d2a6a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_warnings_item.rb deleted file mode 100644 index 036772b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur.rb deleted file mode 100644 index d884591..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root.rb deleted file mode 100644 index 8e6fc16..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root_type.rb deleted file mode 100644 index 3c4a67a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_warnings_item.rb deleted file mode 100644 index 1c6c7a4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter.rb deleted file mode 100644 index a21f8c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root.rb deleted file mode 100644 index 631f69a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root_type.rb deleted file mode 100644 index cdab9a9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 6cd023e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit.rb deleted file mode 100644 index 962cafd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root.rb deleted file mode 100644 index 50ba787..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root_type.rb deleted file mode 100644 index 2225cbe..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index b7ed1a6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus.rb deleted file mode 100644 index 55a1216..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root.rb deleted file mode 100644 index 4aa9e09..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root_type.rb deleted file mode 100644 index 8f51cdc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_warnings_item.rb deleted file mode 100644 index 1703517..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down.rb deleted file mode 100644 index 1dd76a0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root.rb deleted file mode 100644 index a718bf2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root_type.rb deleted file mode 100644 index b4e85b7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_warnings_item.rb deleted file mode 100644 index 3a0fffd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up.rb deleted file mode 100644 index fa5af4b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root.rb deleted file mode 100644 index e3a89d8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root_type.rb deleted file mode 100644 index 346fec6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_warnings_item.rb deleted file mode 100644 index ee2da63..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close.rb deleted file mode 100644 index ca59611..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root.rb deleted file mode 100644 index 1b3c401..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root_type.rb deleted file mode 100644 index b9d528b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_warnings_item.rb deleted file mode 100644 index f53cec2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible.rb deleted file mode 100644 index e517b43..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root.rb deleted file mode 100644 index 7a609f0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root_type.rb deleted file mode 100644 index 5ab2bfc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 97f91b2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open.rb deleted file mode 100644 index c3153f7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root.rb deleted file mode 100644 index 5976403..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root_type.rb deleted file mode 100644 index f5c20a8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_warnings_item.rb deleted file mode 100644 index fd07b2a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible.rb deleted file mode 100644 index c5f9f38..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root.rb deleted file mode 100644 index 268613a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root_type.rb deleted file mode 100644 index 43425fe..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_warnings_item.rb deleted file mode 100644 index bc52526..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight.rb index 49341cc..7aeb90d 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemHighlight < Internal::Types::M field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions.rb deleted file mode 100644 index a3a0d8f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate.rb deleted file mode 100644 index b4300bb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root.rb deleted file mode 100644 index 4c0ef4d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root_type.rb deleted file mode 100644 index f4e0da9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_warnings_item.rb deleted file mode 100644 index d794b51..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur.rb deleted file mode 100644 index 9c70705..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root.rb deleted file mode 100644 index 8223954..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root_type.rb deleted file mode 100644 index 4327ce2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_warnings_item.rb deleted file mode 100644 index 22c724a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter.rb deleted file mode 100644 index b5e3287..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root.rb deleted file mode 100644 index 3459514..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root_type.rb deleted file mode 100644 index c40e462..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 3757c31..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit.rb deleted file mode 100644 index 1081982..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root.rb deleted file mode 100644 index 6b5b562..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root_type.rb deleted file mode 100644 index 7a4bb70..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 16124cd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus.rb deleted file mode 100644 index c0b9f0a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root.rb deleted file mode 100644 index af30358..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root_type.rb deleted file mode 100644 index 9c88eac..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_warnings_item.rb deleted file mode 100644 index 111aa5c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down.rb deleted file mode 100644 index 1154d86..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root.rb deleted file mode 100644 index 76b8474..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root_type.rb deleted file mode 100644 index 94290e9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_warnings_item.rb deleted file mode 100644 index f9630eb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up.rb deleted file mode 100644 index f2ec034..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root.rb deleted file mode 100644 index a6a1117..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root_type.rb deleted file mode 100644 index 2b9716d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 0bcc4e3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close.rb deleted file mode 100644 index 93bf85f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root.rb deleted file mode 100644 index 409eefc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root_type.rb deleted file mode 100644 index d98766e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_warnings_item.rb deleted file mode 100644 index 8447d89..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible.rb deleted file mode 100644 index 1a728cd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root.rb deleted file mode 100644 index 6e64316..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root_type.rb deleted file mode 100644 index 26dd9e5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 3571a67..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open.rb deleted file mode 100644 index 342cdcc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root.rb deleted file mode 100644 index 3422403..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root_type.rb deleted file mode 100644 index 307dc60..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_warnings_item.rb deleted file mode 100644 index ae47932..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible.rb deleted file mode 100644 index f65a181..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root.rb deleted file mode 100644 index fc47d59..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root_type.rb deleted file mode 100644 index 1a12c17..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_warnings_item.rb deleted file mode 100644 index d8fcb75..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink.rb index fa50aae..f0b5d2a 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemInk < Internal::Types::Model field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions.rb deleted file mode 100644 index de014f9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate.rb deleted file mode 100644 index 152524b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root.rb deleted file mode 100644 index 74f2062..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root_type.rb deleted file mode 100644 index 0d38893..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_warnings_item.rb deleted file mode 100644 index 10c8220..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur.rb deleted file mode 100644 index 4560469..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root.rb deleted file mode 100644 index 9766ad0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root_type.rb deleted file mode 100644 index 8efb071..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_warnings_item.rb deleted file mode 100644 index 104752d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter.rb deleted file mode 100644 index 2eb614a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root.rb deleted file mode 100644 index 06b8c0d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root_type.rb deleted file mode 100644 index 96da392..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 50d0d42..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit.rb deleted file mode 100644 index bf09c32..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root.rb deleted file mode 100644 index 96f2ff8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root_type.rb deleted file mode 100644 index fc648a0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 4e77632..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus.rb deleted file mode 100644 index e7a237d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root.rb deleted file mode 100644 index a201473..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root_type.rb deleted file mode 100644 index 42a80a9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_warnings_item.rb deleted file mode 100644 index eb85df8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down.rb deleted file mode 100644 index d948262..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root.rb deleted file mode 100644 index 1d0519c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root_type.rb deleted file mode 100644 index 56a2598..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_warnings_item.rb deleted file mode 100644 index b28989a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up.rb deleted file mode 100644 index ea677c1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root.rb deleted file mode 100644 index 886408b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root_type.rb deleted file mode 100644 index 0467237..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_warnings_item.rb deleted file mode 100644 index dbcbb2e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close.rb deleted file mode 100644 index 8a19774..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root_type.rb deleted file mode 100644 index 33b8158..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_warnings_item.rb deleted file mode 100644 index 19c33a7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible.rb deleted file mode 100644 index 8a804f6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root.rb deleted file mode 100644 index eac2189..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root_type.rb deleted file mode 100644 index aa5f75d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 825ce59..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open.rb deleted file mode 100644 index 06c5429..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root.rb deleted file mode 100644 index 2224bf8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root_type.rb deleted file mode 100644 index 54d002d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_warnings_item.rb deleted file mode 100644 index a016ec2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible.rb deleted file mode 100644 index 9e7b73a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root.rb deleted file mode 100644 index 8124bf0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root_type.rb deleted file mode 100644 index 1bba4ab..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_warnings_item.rb deleted file mode 100644 index a2a0892..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line.rb index 71440f1..52e947b 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemLine < Internal::Types::Model field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions.rb deleted file mode 100644 index a009556..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate.rb deleted file mode 100644 index dfd90ea..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root.rb deleted file mode 100644 index a6bc75c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root_type.rb deleted file mode 100644 index 248716e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_warnings_item.rb deleted file mode 100644 index a8724a5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur.rb deleted file mode 100644 index 7ed3ec8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root.rb deleted file mode 100644 index 983319b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root_type.rb deleted file mode 100644 index e4ba928..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_warnings_item.rb deleted file mode 100644 index 53a7b1f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter.rb deleted file mode 100644 index 30c21a7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root.rb deleted file mode 100644 index 1740c5d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root_type.rb deleted file mode 100644 index f278319..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 84437b8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit.rb deleted file mode 100644 index ce168f7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root.rb deleted file mode 100644 index dfc68f7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root_type.rb deleted file mode 100644 index 742aafb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 0520413..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus.rb deleted file mode 100644 index 1144d81..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root.rb deleted file mode 100644 index 6931bb9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root_type.rb deleted file mode 100644 index 2fac562..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_warnings_item.rb deleted file mode 100644 index 6b42e49..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down.rb deleted file mode 100644 index 58dae44..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root.rb deleted file mode 100644 index 125bc96..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root_type.rb deleted file mode 100644 index 8afc66d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_warnings_item.rb deleted file mode 100644 index 86b3da0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up.rb deleted file mode 100644 index a7afa79..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root.rb deleted file mode 100644 index 281135d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root_type.rb deleted file mode 100644 index 0ccfbfa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 94fb988..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close.rb deleted file mode 100644 index 12edc90..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root.rb deleted file mode 100644 index 40e1539..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root_type.rb deleted file mode 100644 index ff08681..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_warnings_item.rb deleted file mode 100644 index 5f13cb0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible.rb deleted file mode 100644 index 97c42cd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root.rb deleted file mode 100644 index e0d0bf5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root_type.rb deleted file mode 100644 index f681adb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_warnings_item.rb deleted file mode 100644 index ea94884..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open.rb deleted file mode 100644 index 56083e6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root.rb deleted file mode 100644 index 8a82879..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root_type.rb deleted file mode 100644 index 5727c99..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_warnings_item.rb deleted file mode 100644 index bb815b9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible.rb deleted file mode 100644 index 3cf2411..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root.rb deleted file mode 100644 index 00009d7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root_type.rb deleted file mode 100644 index 3aa4da5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_warnings_item.rb deleted file mode 100644 index 22a9bf2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link.rb index 2a69bb2..787ec7a 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemLink < Internal::Types::Model field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :target, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTarget }, optional: false, nullable: true end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions.rb deleted file mode 100644 index cc6f518..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate.rb deleted file mode 100644 index 84a368d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root.rb deleted file mode 100644 index 8c46cf8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root_type.rb deleted file mode 100644 index e0466f9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_warnings_item.rb deleted file mode 100644 index f78838b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur.rb deleted file mode 100644 index f2bf5a8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root.rb deleted file mode 100644 index 52738c7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root_type.rb deleted file mode 100644 index 0da4de7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_warnings_item.rb deleted file mode 100644 index 5744efc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter.rb deleted file mode 100644 index 3d739da..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root.rb deleted file mode 100644 index 5b1c23d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root_type.rb deleted file mode 100644 index e815356..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 017ecd4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit.rb deleted file mode 100644 index be1269d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root.rb deleted file mode 100644 index 2454a80..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root_type.rb deleted file mode 100644 index aa21195..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index ea2d7ed..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus.rb deleted file mode 100644 index f7a4a2e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root.rb deleted file mode 100644 index 06e7cca..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root_type.rb deleted file mode 100644 index 782ae41..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_warnings_item.rb deleted file mode 100644 index 21e8944..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down.rb deleted file mode 100644 index 8db949f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root.rb deleted file mode 100644 index b5b861e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root_type.rb deleted file mode 100644 index c4591c4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_warnings_item.rb deleted file mode 100644 index 73fd9ae..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up.rb deleted file mode 100644 index d1f2ab3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root.rb deleted file mode 100644 index d2f2273..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root_type.rb deleted file mode 100644 index 01dea33..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_warnings_item.rb deleted file mode 100644 index a7e2f66..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close.rb deleted file mode 100644 index 3a726df..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root.rb deleted file mode 100644 index cc4b1a0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root_type.rb deleted file mode 100644 index c762af3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_warnings_item.rb deleted file mode 100644 index e5a7ddb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible.rb deleted file mode 100644 index 06ae5ed..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root.rb deleted file mode 100644 index ea59ea6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root_type.rb deleted file mode 100644 index c6260c3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_warnings_item.rb deleted file mode 100644 index a1b7788..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open.rb deleted file mode 100644 index 3c8faa1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root.rb deleted file mode 100644 index a30adbb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root_type.rb deleted file mode 100644 index b8b79a5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_warnings_item.rb deleted file mode 100644 index ad9fecd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible.rb deleted file mode 100644 index d5d728b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root.rb deleted file mode 100644 index 9a2e51b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root_type.rb deleted file mode 100644 index 3837644..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_warnings_item.rb deleted file mode 100644 index 6abe2fa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto.rb index 50641c5..b8cf73e 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto.rb @@ -3,7 +3,7 @@ module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto < Internal::Types::Model - field :destination, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination }, optional: false, nullable: false + field :destination, -> { CloudPDF::Types::PdfDestination }, optional: false, nullable: false end end end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination.rb deleted file mode 100644 index a1ca1e5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination.rb +++ /dev/null @@ -1,27 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination < Internal::Types::Model - extend CloudPDF::Internal::Types::Union - - discriminant :kind - - member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz }, key: "XYZ" - - member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit }, key: "FIT" - - member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH }, key: "FIT_H" - - member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV }, key: "FIT_V" - - member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR }, key: "FIT_R" - - member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB }, key: "FIT_B" - - member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh }, key: "FIT_BH" - - member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv }, key: "FIT_BV" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon.rb index 5774582..237fe84 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemPolygon < Internal::Types::Mod field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions.rb deleted file mode 100644 index 721b5cb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate.rb deleted file mode 100644 index 9227e20..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root.rb deleted file mode 100644 index c004fd3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root_type.rb deleted file mode 100644 index 171fad8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_warnings_item.rb deleted file mode 100644 index b313f85..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur.rb deleted file mode 100644 index 5f0772c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root.rb deleted file mode 100644 index fad972a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root_type.rb deleted file mode 100644 index bb12f69..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_warnings_item.rb deleted file mode 100644 index 3656499..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter.rb deleted file mode 100644 index d84280e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root.rb deleted file mode 100644 index 9f409a5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root_type.rb deleted file mode 100644 index c3cc0b9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 7b78dfc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit.rb deleted file mode 100644 index a7bd20b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root.rb deleted file mode 100644 index 2507847..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root_type.rb deleted file mode 100644 index 19bd7b5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index f1d0b90..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus.rb deleted file mode 100644 index 735350c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root.rb deleted file mode 100644 index 64a3cce..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root_type.rb deleted file mode 100644 index 871049e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_warnings_item.rb deleted file mode 100644 index 810fd75..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down.rb deleted file mode 100644 index 49045ba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root.rb deleted file mode 100644 index 9d00cba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root_type.rb deleted file mode 100644 index 52a6500..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_warnings_item.rb deleted file mode 100644 index b638441..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up.rb deleted file mode 100644 index b0eff32..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root.rb deleted file mode 100644 index 44cf5fa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root_type.rb deleted file mode 100644 index 58e6959..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 138c0bc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close.rb deleted file mode 100644 index 7651e8e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root.rb deleted file mode 100644 index 14f1f32..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root_type.rb deleted file mode 100644 index a6e3d59..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_warnings_item.rb deleted file mode 100644 index 76ea3b1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible.rb deleted file mode 100644 index c7df70c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root.rb deleted file mode 100644 index 7b07d2e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root_type.rb deleted file mode 100644 index 8f99a1d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 3bc6b39..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open.rb deleted file mode 100644 index 9d3f3eb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root.rb deleted file mode 100644 index f209566..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root_type.rb deleted file mode 100644 index 42bc8fc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_warnings_item.rb deleted file mode 100644 index 435c419..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible.rb deleted file mode 100644 index 107f654..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root.rb deleted file mode 100644 index 2d90a70..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root_type.rb deleted file mode 100644 index b1b8741..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_warnings_item.rb deleted file mode 100644 index af729bf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline.rb index 3e92f3d..c1eed3e 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemPolyline < Internal::Types::Mo field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions.rb deleted file mode 100644 index 14b23cd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate.rb deleted file mode 100644 index 9a40685..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root.rb deleted file mode 100644 index 8a3dcda..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root_type.rb deleted file mode 100644 index b88d16d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_warnings_item.rb deleted file mode 100644 index 2828332..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur.rb deleted file mode 100644 index 61569bd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root.rb deleted file mode 100644 index f8b5130..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root_type.rb deleted file mode 100644 index 6f35aae..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_warnings_item.rb deleted file mode 100644 index d2ae082..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter.rb deleted file mode 100644 index 3931a70..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root.rb deleted file mode 100644 index d284a61..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root_type.rb deleted file mode 100644 index f074f9f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 923eaee..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit.rb deleted file mode 100644 index e642e95..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root.rb deleted file mode 100644 index 8d7c21c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root_type.rb deleted file mode 100644 index 457e95f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 5ec7551..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus.rb deleted file mode 100644 index 6db11fb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root.rb deleted file mode 100644 index d478675..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root_type.rb deleted file mode 100644 index 7678078..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_warnings_item.rb deleted file mode 100644 index 0a4e367..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down.rb deleted file mode 100644 index fb8553f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root.rb deleted file mode 100644 index f68d156..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root_type.rb deleted file mode 100644 index ac2fc4c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_warnings_item.rb deleted file mode 100644 index 4265f4e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up.rb deleted file mode 100644 index ecd9e7c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root.rb deleted file mode 100644 index e1bc8ba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root_type.rb deleted file mode 100644 index e65d43e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 6391382..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close.rb deleted file mode 100644 index 76f7844..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root.rb deleted file mode 100644 index 562c64e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root_type.rb deleted file mode 100644 index 5944cfc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_warnings_item.rb deleted file mode 100644 index 66c17f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible.rb deleted file mode 100644 index cc49626..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root.rb deleted file mode 100644 index a8c79fa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root_type.rb deleted file mode 100644 index a155b0e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 75f09b7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open.rb deleted file mode 100644 index c552f21..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root.rb deleted file mode 100644 index 31d71bd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root_type.rb deleted file mode 100644 index ce75186..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_warnings_item.rb deleted file mode 100644 index 513c7e6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible.rb deleted file mode 100644 index 52a447b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root.rb deleted file mode 100644 index 04bb24f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root_type.rb deleted file mode 100644 index 8e385b8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_warnings_item.rb deleted file mode 100644 index 3e37328..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact.rb index 17c1f13..c47afac 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemRedact < Internal::Types::Mode field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :quad_points, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions.rb deleted file mode 100644 index 5271771..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate.rb deleted file mode 100644 index 6af0c4d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root.rb deleted file mode 100644 index addfa39..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root_type.rb deleted file mode 100644 index 8e205a3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_warnings_item.rb deleted file mode 100644 index bb6b102..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur.rb deleted file mode 100644 index 6075b5b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root.rb deleted file mode 100644 index 3fe4753..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root_type.rb deleted file mode 100644 index 14288a3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_warnings_item.rb deleted file mode 100644 index 7a476f1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter.rb deleted file mode 100644 index 15e59cd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root.rb deleted file mode 100644 index 78f84ed..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root_type.rb deleted file mode 100644 index 325f71b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index c1f5226..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit.rb deleted file mode 100644 index 86384c3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root.rb deleted file mode 100644 index 652de01..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root_type.rb deleted file mode 100644 index 93639a9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index ea88e02..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus.rb deleted file mode 100644 index b26b730..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root.rb deleted file mode 100644 index 033f4d2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root_type.rb deleted file mode 100644 index 1634382..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_warnings_item.rb deleted file mode 100644 index 1a7dcc3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down.rb deleted file mode 100644 index b078e78..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root.rb deleted file mode 100644 index 44ca8d0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root_type.rb deleted file mode 100644 index 3a034fb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_warnings_item.rb deleted file mode 100644 index 27a1941..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up.rb deleted file mode 100644 index f2288e3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root.rb deleted file mode 100644 index 5a9fb94..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root_type.rb deleted file mode 100644 index 567a134..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 252ae3c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close.rb deleted file mode 100644 index 85709d4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root.rb deleted file mode 100644 index 62cff09..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root_type.rb deleted file mode 100644 index 3dfefb7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_warnings_item.rb deleted file mode 100644 index 007da0f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible.rb deleted file mode 100644 index 2380cf9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root.rb deleted file mode 100644 index c4a77ba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root_type.rb deleted file mode 100644 index c3d31e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 9fb85d5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open.rb deleted file mode 100644 index 5f0b5aa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root.rb deleted file mode 100644 index 708e90b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root_type.rb deleted file mode 100644 index dc803e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_warnings_item.rb deleted file mode 100644 index d49dff9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible.rb deleted file mode 100644 index a83852c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root.rb deleted file mode 100644 index 021440b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root_type.rb deleted file mode 100644 index 048506e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_warnings_item.rb deleted file mode 100644 index 7d759d2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square.rb index 682fca1..229e6bf 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemSquare < Internal::Types::Mode field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions.rb deleted file mode 100644 index 0d6b49a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate.rb deleted file mode 100644 index d292e11..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root.rb deleted file mode 100644 index a547c6b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root_type.rb deleted file mode 100644 index 20202c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_warnings_item.rb deleted file mode 100644 index b9844ab..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur.rb deleted file mode 100644 index 46e83ea..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root.rb deleted file mode 100644 index 35e82db..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root_type.rb deleted file mode 100644 index e1a65c5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_warnings_item.rb deleted file mode 100644 index c4313ce..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter.rb deleted file mode 100644 index 19eae67..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root.rb deleted file mode 100644 index 99c2bf3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root_type.rb deleted file mode 100644 index 8cba83d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 920ecc4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit.rb deleted file mode 100644 index 0bbcc88..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root.rb deleted file mode 100644 index 649dbfb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root_type.rb deleted file mode 100644 index 67e35bb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 5d9f169..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus.rb deleted file mode 100644 index 45bad1c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root.rb deleted file mode 100644 index 40ca1bc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root_type.rb deleted file mode 100644 index 3e75b9e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_warnings_item.rb deleted file mode 100644 index 53d66af..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down.rb deleted file mode 100644 index cca11a6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root.rb deleted file mode 100644 index dcaf7ad..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root_type.rb deleted file mode 100644 index f50b074..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_warnings_item.rb deleted file mode 100644 index 2404be9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up.rb deleted file mode 100644 index c597226..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root.rb deleted file mode 100644 index cfe8ea5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root_type.rb deleted file mode 100644 index 677fb79..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 9a956ca..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close.rb deleted file mode 100644 index e2c0a00..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root.rb deleted file mode 100644 index 569306b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root_type.rb deleted file mode 100644 index 42d8d74..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_warnings_item.rb deleted file mode 100644 index d57cd66..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible.rb deleted file mode 100644 index c28e9f8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root.rb deleted file mode 100644 index cb5484e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root_type.rb deleted file mode 100644 index eeadd86..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 6ea7d07..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open.rb deleted file mode 100644 index 097b2f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root.rb deleted file mode 100644 index 1b21e9d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root_type.rb deleted file mode 100644 index 74153e6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_warnings_item.rb deleted file mode 100644 index e959f9a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible.rb deleted file mode 100644 index f6f42b0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root.rb deleted file mode 100644 index c3cea6f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root_type.rb deleted file mode 100644 index 5347d7f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_warnings_item.rb deleted file mode 100644 index d42b857..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly.rb index 34c547f..7b78fd8 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemSquiggly < Internal::Types::Mo field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions.rb deleted file mode 100644 index 1ef3978..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate.rb deleted file mode 100644 index b6287df..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root.rb deleted file mode 100644 index 769a69b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root_type.rb deleted file mode 100644 index 157fe6b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_warnings_item.rb deleted file mode 100644 index 08e02b0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur.rb deleted file mode 100644 index 78b5949..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root.rb deleted file mode 100644 index efa0fe4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root_type.rb deleted file mode 100644 index 7920482..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_warnings_item.rb deleted file mode 100644 index c871f38..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter.rb deleted file mode 100644 index 288d2eb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root.rb deleted file mode 100644 index 039b3f4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root_type.rb deleted file mode 100644 index 8f10caf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index bc7327e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit.rb deleted file mode 100644 index 2786531..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root.rb deleted file mode 100644 index aa4b419..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root_type.rb deleted file mode 100644 index 57895d2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 1f099b3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus.rb deleted file mode 100644 index 398e6a0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root.rb deleted file mode 100644 index 7fa8191..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root_type.rb deleted file mode 100644 index 615b664..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_warnings_item.rb deleted file mode 100644 index 710f5a8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down.rb deleted file mode 100644 index c1b0012..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root.rb deleted file mode 100644 index abe12ed..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root_type.rb deleted file mode 100644 index a2e13e3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_warnings_item.rb deleted file mode 100644 index e5b217a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up.rb deleted file mode 100644 index 8c870ea..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root.rb deleted file mode 100644 index 6e273cf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root_type.rb deleted file mode 100644 index 99e612a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 0ccba37..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close.rb deleted file mode 100644 index 5b4ba63..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root.rb deleted file mode 100644 index b90332d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root_type.rb deleted file mode 100644 index 32027dc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_warnings_item.rb deleted file mode 100644 index 670ad3a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible.rb deleted file mode 100644 index 313755d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root.rb deleted file mode 100644 index 48abd4b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root_type.rb deleted file mode 100644 index 47c5c2e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 678540e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open.rb deleted file mode 100644 index 5bd06c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root.rb deleted file mode 100644 index a28f706..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root_type.rb deleted file mode 100644 index 04d48cb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_warnings_item.rb deleted file mode 100644 index 993b5fd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible.rb deleted file mode 100644 index 64dbc53..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root.rb deleted file mode 100644 index 605cf61..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root_type.rb deleted file mode 100644 index 1a33a6c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_warnings_item.rb deleted file mode 100644 index 7b8c5de..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp.rb index 898fca2..baf9c28 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemStamp < Internal::Types::Model field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :name, -> { String }, optional: false, nullable: true diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions.rb deleted file mode 100644 index aa8a83e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate.rb deleted file mode 100644 index 816d773..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root.rb deleted file mode 100644 index 0fbb248..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root_type.rb deleted file mode 100644 index 07fd49b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_warnings_item.rb deleted file mode 100644 index cbff15b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur.rb deleted file mode 100644 index e7d9770..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root.rb deleted file mode 100644 index 2396b20..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root_type.rb deleted file mode 100644 index b2f9178..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_warnings_item.rb deleted file mode 100644 index b08549e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter.rb deleted file mode 100644 index 21de19e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root.rb deleted file mode 100644 index 8a154d3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root_type.rb deleted file mode 100644 index f54dc70..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index fd6c994..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit.rb deleted file mode 100644 index 5ac3048..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root.rb deleted file mode 100644 index 88b6b71..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root_type.rb deleted file mode 100644 index 7665ec8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index bd5feda..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus.rb deleted file mode 100644 index f096784..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root.rb deleted file mode 100644 index 9da6a11..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root_type.rb deleted file mode 100644 index 2c58b58..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_warnings_item.rb deleted file mode 100644 index 413de43..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down.rb deleted file mode 100644 index 117083f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root.rb deleted file mode 100644 index 599e604..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root_type.rb deleted file mode 100644 index c8ffc00..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_warnings_item.rb deleted file mode 100644 index b2869f8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up.rb deleted file mode 100644 index 1619efa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root.rb deleted file mode 100644 index 6105944..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root_type.rb deleted file mode 100644 index 78efbff..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 7649a0a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close.rb deleted file mode 100644 index aa7ad2f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root.rb deleted file mode 100644 index 7443cf1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root_type.rb deleted file mode 100644 index 51fee02..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_warnings_item.rb deleted file mode 100644 index 4700553..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible.rb deleted file mode 100644 index 2d1c158..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root.rb deleted file mode 100644 index e17133d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root_type.rb deleted file mode 100644 index 7d136f2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_warnings_item.rb deleted file mode 100644 index fd4171c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open.rb deleted file mode 100644 index 1de96d6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root.rb deleted file mode 100644 index 225e946..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root_type.rb deleted file mode 100644 index cd671f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_warnings_item.rb deleted file mode 100644 index 180234f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible.rb deleted file mode 100644 index bd63525..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root.rb deleted file mode 100644 index fc167df..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root_type.rb deleted file mode 100644 index 021e198..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_warnings_item.rb deleted file mode 100644 index f217c96..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout.rb index ee83aba..ee479cf 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemStrikeout < Internal::Types::M field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions.rb deleted file mode 100644 index d8070d8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate.rb deleted file mode 100644 index 2a25cc9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root.rb deleted file mode 100644 index 42f631a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root_type.rb deleted file mode 100644 index 7b4e821..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_warnings_item.rb deleted file mode 100644 index 83606ca..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur.rb deleted file mode 100644 index 11b405e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root.rb deleted file mode 100644 index 89fe067..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root_type.rb deleted file mode 100644 index 45d9990..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_warnings_item.rb deleted file mode 100644 index f6f4f58..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter.rb deleted file mode 100644 index ba86f81..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root.rb deleted file mode 100644 index 18aad9b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root_type.rb deleted file mode 100644 index 207e072..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index ba5b52e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit.rb deleted file mode 100644 index 7d23a10..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root.rb deleted file mode 100644 index 9f5474a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root_type.rb deleted file mode 100644 index 121d110..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 3049631..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus.rb deleted file mode 100644 index fda6bd3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root.rb deleted file mode 100644 index 70addee..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root_type.rb deleted file mode 100644 index 8430b35..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_warnings_item.rb deleted file mode 100644 index 442973f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down.rb deleted file mode 100644 index 777005e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root.rb deleted file mode 100644 index 5f123c0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root_type.rb deleted file mode 100644 index 62ef486..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_warnings_item.rb deleted file mode 100644 index 18f7f55..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up.rb deleted file mode 100644 index c829846..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root.rb deleted file mode 100644 index 5b03d9c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root_type.rb deleted file mode 100644 index 10bd93f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_warnings_item.rb deleted file mode 100644 index e8b55a1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close.rb deleted file mode 100644 index da4e117..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root.rb deleted file mode 100644 index d397e56..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root_type.rb deleted file mode 100644 index 5b9ef46..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_warnings_item.rb deleted file mode 100644 index c5b0908..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible.rb deleted file mode 100644 index a8ecf49..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root.rb deleted file mode 100644 index ef513a1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root_type.rb deleted file mode 100644 index 95bc9f0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 9c1f743..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open.rb deleted file mode 100644 index f59a27a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root.rb deleted file mode 100644 index 08fbec5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root_type.rb deleted file mode 100644 index 1e44d14..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_warnings_item.rb deleted file mode 100644 index d7e743e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible.rb deleted file mode 100644 index 9992ebd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root.rb deleted file mode 100644 index 4e54e9c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root_type.rb deleted file mode 100644 index 0fc499e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_warnings_item.rb deleted file mode 100644 index 4a621d7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text.rb index a1388a3..17f03a0 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemText < Internal::Types::Model field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions.rb deleted file mode 100644 index de5f32f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate.rb deleted file mode 100644 index 3d6c625..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root.rb deleted file mode 100644 index 9295568..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root_type.rb deleted file mode 100644 index 7a45e12..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_warnings_item.rb deleted file mode 100644 index fca7f66..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur.rb deleted file mode 100644 index 93c5555..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root.rb deleted file mode 100644 index db86065..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root_type.rb deleted file mode 100644 index efafacc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_warnings_item.rb deleted file mode 100644 index d5d01b5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter.rb deleted file mode 100644 index ad21e06..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root.rb deleted file mode 100644 index 412c2bb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root_type.rb deleted file mode 100644 index 74e7039..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index f67176a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit.rb deleted file mode 100644 index 78e1b78..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root.rb deleted file mode 100644 index 6ed6961..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root_type.rb deleted file mode 100644 index f6655cd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 44561e7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus.rb deleted file mode 100644 index 0edbee5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root.rb deleted file mode 100644 index ceee7d2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root_type.rb deleted file mode 100644 index 0d62f1f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_warnings_item.rb deleted file mode 100644 index 1bec472..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down.rb deleted file mode 100644 index 8d31851..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root.rb deleted file mode 100644 index a3f45d4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root_type.rb deleted file mode 100644 index 4e2045e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_warnings_item.rb deleted file mode 100644 index c5d20bb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up.rb deleted file mode 100644 index 5017cc7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root.rb deleted file mode 100644 index 0d3a2df..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root_type.rb deleted file mode 100644 index 7252027..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 666a721..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close.rb deleted file mode 100644 index 50d4698..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root.rb deleted file mode 100644 index c6a9261..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root_type.rb deleted file mode 100644 index 54f75f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_warnings_item.rb deleted file mode 100644 index e0c80e3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible.rb deleted file mode 100644 index cbe7795..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root.rb deleted file mode 100644 index f6d20f4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root_type.rb deleted file mode 100644 index 1a77498..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_warnings_item.rb deleted file mode 100644 index bcb69e4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open.rb deleted file mode 100644 index f668a1a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root.rb deleted file mode 100644 index f89484e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root_type.rb deleted file mode 100644 index 6948c3e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_warnings_item.rb deleted file mode 100644 index ae30200..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible.rb deleted file mode 100644 index b8de264..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root.rb deleted file mode 100644 index 280f81f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root_type.rb deleted file mode 100644 index 429fa22..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_warnings_item.rb deleted file mode 100644 index 5514794..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline.rb index f39b3dd..1e22e60 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemUnderline < Internal::Types::M field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions.rb deleted file mode 100644 index 2d9d302..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate.rb deleted file mode 100644 index 5c60ee3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root.rb deleted file mode 100644 index 4c3e831..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root_type.rb deleted file mode 100644 index df64c41..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_warnings_item.rb deleted file mode 100644 index bfbc945..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur.rb deleted file mode 100644 index caaba73..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root.rb deleted file mode 100644 index 546cb89..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root_type.rb deleted file mode 100644 index 950717d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_warnings_item.rb deleted file mode 100644 index 9a55676..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter.rb deleted file mode 100644 index b594859..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root.rb deleted file mode 100644 index 4e5f028..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root_type.rb deleted file mode 100644 index dd064c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 657c10e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit.rb deleted file mode 100644 index 2cebbbe..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root.rb deleted file mode 100644 index 17b29ba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root_type.rb deleted file mode 100644 index b0bc2f2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 2671f57..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus.rb deleted file mode 100644 index de1d933..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root.rb deleted file mode 100644 index 0d7544a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root_type.rb deleted file mode 100644 index 92e9950..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_warnings_item.rb deleted file mode 100644 index f707d50..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down.rb deleted file mode 100644 index 0ebd159..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root.rb deleted file mode 100644 index 12bd8ae..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root_type.rb deleted file mode 100644 index 62d713f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_warnings_item.rb deleted file mode 100644 index d424ba8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up.rb deleted file mode 100644 index 9959839..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root.rb deleted file mode 100644 index 099243a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root_type.rb deleted file mode 100644 index 6cb9e30..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_warnings_item.rb deleted file mode 100644 index df4574a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close.rb deleted file mode 100644 index 34dcfd3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root.rb deleted file mode 100644 index a00ac7e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root_type.rb deleted file mode 100644 index 3efd1ad..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_warnings_item.rb deleted file mode 100644 index de270d3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible.rb deleted file mode 100644 index da06e91..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root.rb deleted file mode 100644 index 914595b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root_type.rb deleted file mode 100644 index 3c8de04..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_warnings_item.rb deleted file mode 100644 index da7d13d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open.rb deleted file mode 100644 index 5515b28..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root.rb deleted file mode 100644 index 8f7f7c6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root_type.rb deleted file mode 100644 index a0c954e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_warnings_item.rb deleted file mode 100644 index 3a166fb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible.rb deleted file mode 100644 index c0cc8d8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root.rb deleted file mode 100644 index 4372ca8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root_type.rb deleted file mode 100644 index 753c858..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_warnings_item.rb deleted file mode 100644 index e58f8b9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported.rb index 8436b59..3064a83 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemUnsupported < Internal::Types: field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :raw_subtype_code, -> { Integer }, optional: false, nullable: false, api_name: "rawSubtypeCode" diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions.rb deleted file mode 100644 index 85ba034..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate.rb deleted file mode 100644 index 393f19a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root.rb deleted file mode 100644 index f1d4e0f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root_type.rb deleted file mode 100644 index 525195a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_warnings_item.rb deleted file mode 100644 index aa9c9f8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur.rb deleted file mode 100644 index ac8692f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root.rb deleted file mode 100644 index e400afc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root_type.rb deleted file mode 100644 index f4fc960..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_warnings_item.rb deleted file mode 100644 index 2d64aae..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter.rb deleted file mode 100644 index 7e0522e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root.rb deleted file mode 100644 index ed6b478..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root_type.rb deleted file mode 100644 index f0ab6b7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index d1489b3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit.rb deleted file mode 100644 index 4016333..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root.rb deleted file mode 100644 index 0a74e60..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root_type.rb deleted file mode 100644 index e022e87..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index 75bd933..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus.rb deleted file mode 100644 index ffa9637..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root.rb deleted file mode 100644 index 9729178..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root_type.rb deleted file mode 100644 index 3db77c7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_warnings_item.rb deleted file mode 100644 index 9b4cd1e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down.rb deleted file mode 100644 index 944cdd9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root.rb deleted file mode 100644 index fe83e3a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root_type.rb deleted file mode 100644 index ed2c0d8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_warnings_item.rb deleted file mode 100644 index f588563..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up.rb deleted file mode 100644 index 56a2e5b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root.rb deleted file mode 100644 index 133717a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root_type.rb deleted file mode 100644 index 589d4d7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 6e2f449..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close.rb deleted file mode 100644 index 9745592..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root.rb deleted file mode 100644 index 2eaaf30..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root_type.rb deleted file mode 100644 index e026158..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_warnings_item.rb deleted file mode 100644 index 3731868..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible.rb deleted file mode 100644 index 3ef99f2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root.rb deleted file mode 100644 index 9ab57a0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root_type.rb deleted file mode 100644 index 4547c2e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_warnings_item.rb deleted file mode 100644 index 9d016e9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open.rb deleted file mode 100644 index 6f53dde..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root.rb deleted file mode 100644 index eab6e61..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root_type.rb deleted file mode 100644 index fdb7b29..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_warnings_item.rb deleted file mode 100644 index 3e0b8d8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible.rb deleted file mode 100644 index 6c1cadb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root.rb deleted file mode 100644 index b14fb82..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root_type.rb deleted file mode 100644 index 8ad9c77..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_warnings_item.rb deleted file mode 100644 index 112d11a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget.rb index 65ed57b..a77bcce 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget.rb @@ -41,7 +41,7 @@ class DocAnnotationsList200ResponseAnnotationsItemWidget < Internal::Types::Mode field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetColor }, optional: false, nullable: true diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions.rb deleted file mode 100644 index 6040e01..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate.rb deleted file mode 100644 index 28ebd93..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root.rb deleted file mode 100644 index 3a49a3e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root_type.rb deleted file mode 100644 index 5d4c03e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_warnings_item.rb deleted file mode 100644 index cdf69f9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur.rb deleted file mode 100644 index 33536cf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root.rb deleted file mode 100644 index 171ff13..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root_type.rb deleted file mode 100644 index 8e9232b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_warnings_item.rb deleted file mode 100644 index 142ef08..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter.rb deleted file mode 100644 index 7ca8daf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root.rb deleted file mode 100644 index 38ec248..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root_type.rb deleted file mode 100644 index a36d934..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_warnings_item.rb deleted file mode 100644 index 60521ff..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit.rb deleted file mode 100644 index aa125b4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root.rb deleted file mode 100644 index 8addd9d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root_type.rb deleted file mode 100644 index ce9019e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_warnings_item.rb deleted file mode 100644 index c2fb847..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus.rb deleted file mode 100644 index 53754a6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root.rb deleted file mode 100644 index ad6c8a9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root_type.rb deleted file mode 100644 index 429e0af..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_warnings_item.rb deleted file mode 100644 index 8f28684..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down.rb deleted file mode 100644 index 1fe5445..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root.rb deleted file mode 100644 index 497c89c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root_type.rb deleted file mode 100644 index 7441888..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_warnings_item.rb deleted file mode 100644 index e3bee03..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up.rb deleted file mode 100644 index 696f685..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root.rb deleted file mode 100644 index 80bdd81..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root_type.rb deleted file mode 100644 index e4ef739..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_warnings_item.rb deleted file mode 100644 index 08894bf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close.rb deleted file mode 100644 index 75c6e15..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root.rb deleted file mode 100644 index fa73706..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root_type.rb deleted file mode 100644 index 702a11f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_warnings_item.rb deleted file mode 100644 index f3b66c0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible.rb deleted file mode 100644 index a6b999f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root.rb deleted file mode 100644 index 6d8a43a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root_type.rb deleted file mode 100644 index df5a073..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_warnings_item.rb deleted file mode 100644 index f01a4f4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open.rb deleted file mode 100644 index 996c5c7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root.rb deleted file mode 100644 index 8a7d59a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root_type.rb deleted file mode 100644 index b72ac85..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_warnings_item.rb deleted file mode 100644 index 523313a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible.rb deleted file mode 100644 index ccfd3c1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root.rb deleted file mode 100644 index 318e22f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root_type.rb deleted file mode 100644 index c6e7141..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_warnings_item.rb deleted file mode 100644 index 82d1298..0000000 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret.rb index a4df30b..da7575a 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaret < Internal:: field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions.rb deleted file mode 100644 index 199aa34..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate.rb deleted file mode 100644 index 25fd969..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_root.rb deleted file mode 100644 index ded167d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_root_type.rb deleted file mode 100644 index 2b67192..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_war_0d9315.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_war_0d9315.rb deleted file mode 100644 index b84fb36..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_war_0d9315.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur.rb deleted file mode 100644 index 0731ae6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_root.rb deleted file mode 100644 index 611d3be..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_root_type.rb deleted file mode 100644 index 259e7e8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_warnings_item.rb deleted file mode 100644 index a2fcad1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter.rb deleted file mode 100644 index 48a52db..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_5a3a45.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_5a3a45.rb deleted file mode 100644 index c79f069..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_5a3a45.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_d01122.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_d01122.rb deleted file mode 100644 index e39de48..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_d01122.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_root.rb deleted file mode 100644 index c57da97..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit.rb deleted file mode 100644 index 9a8e6ee..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_136edc.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_136edc.rb deleted file mode 100644 index 88b6350..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_136edc.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_3bf8f4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_3bf8f4.rb deleted file mode 100644 index df9e6d6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_3bf8f4.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_root.rb deleted file mode 100644 index d7e007a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus.rb deleted file mode 100644 index db097f0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_root.rb deleted file mode 100644 index 0dd39e7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_root_type.rb deleted file mode 100644 index 210ca27..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_warnings_item.rb deleted file mode 100644 index 5abe1e1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down.rb deleted file mode 100644 index 53a8b9f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_r_7d7f5a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_r_7d7f5a.rb deleted file mode 100644 index c06ad70..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_r_7d7f5a.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_root.rb deleted file mode 100644 index 71dcf54..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_w_97bac2.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_w_97bac2.rb deleted file mode 100644 index 88540dd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_w_97bac2.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up.rb deleted file mode 100644 index 9c71277..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_root.rb deleted file mode 100644 index eaad831..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_root_type.rb deleted file mode 100644 index 3938741..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_war_033968.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_war_033968.rb deleted file mode 100644 index 584b84f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_war_033968.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close.rb deleted file mode 100644 index ec3bbad..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_r_72ce7f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_r_72ce7f.rb deleted file mode 100644 index 83ac938..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_r_72ce7f.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_root.rb deleted file mode 100644 index 00fc354..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_w_e2c456.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_w_e2c456.rb deleted file mode 100644 index aab7dc6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_w_e2c456.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisib_ac930d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisib_ac930d.rb deleted file mode 100644 index d5d2218..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisib_ac930d.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisib_f76de6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisib_f76de6.rb deleted file mode 100644 index f26fd1f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisib_f76de6.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisible.rb deleted file mode 100644 index da25566..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisible_root.rb deleted file mode 100644 index a5fc61a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open.rb deleted file mode 100644 index 2238eae..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_root.rb deleted file mode 100644 index 8dbb3f1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_root_type.rb deleted file mode 100644 index d4dd612..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_wa_249bff.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_wa_249bff.rb deleted file mode 100644 index 839c442..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_wa_249bff.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible.rb deleted file mode 100644 index 6f4244c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_7fb95c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_7fb95c.rb deleted file mode 100644 index b039d49..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_7fb95c.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_e2f4a0.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_e2f4a0.rb deleted file mode 100644 index 8f98937..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_e2f4a0.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_root.rb deleted file mode 100644 index bd79e60..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle.rb index c6f4bec..ca39ea2 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircle < Internal: field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions.rb deleted file mode 100644 index 0756940..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate.rb deleted file mode 100644 index 625530c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_root.rb deleted file mode 100644 index 27734f2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_root_type.rb deleted file mode 100644 index 5a92171..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_wa_e446d4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_wa_e446d4.rb deleted file mode 100644 index faca1cf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_wa_e446d4.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur.rb deleted file mode 100644 index c127af6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_root.rb deleted file mode 100644 index b79f0c9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_root_type.rb deleted file mode 100644 index 78dac1c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_warnings_item.rb deleted file mode 100644 index 91ffdea..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_ente_0ccf2b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_ente_0ccf2b.rb deleted file mode 100644 index c2e9c59..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_ente_0ccf2b.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_ente_f0b8f2.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_ente_f0b8f2.rb deleted file mode 100644 index cf4f75f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_ente_f0b8f2.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_enter.rb deleted file mode 100644 index e6b7416..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_enter_root.rb deleted file mode 100644 index 351fa63..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit.rb deleted file mode 100644 index 78e112a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_4f35a3.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_4f35a3.rb deleted file mode 100644 index 3982862..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_4f35a3.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_ae41c2.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_ae41c2.rb deleted file mode 100644 index 0a89e6e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_ae41c2.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_root.rb deleted file mode 100644 index e9466b1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus.rb deleted file mode 100644 index a7f63f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_root.rb deleted file mode 100644 index 7ec03a7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_root_type.rb deleted file mode 100644 index 59384eb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_warni_761fcb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_warni_761fcb.rb deleted file mode 100644 index 4721918..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_warni_761fcb.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down.rb deleted file mode 100644 index 9cbe7ba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_5b02ca.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_5b02ca.rb deleted file mode 100644 index df52507..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_5b02ca.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_d19f13.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_d19f13.rb deleted file mode 100644 index ca0739f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_d19f13.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_root.rb deleted file mode 100644 index ec86b5f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up.rb deleted file mode 100644 index dab218f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_root.rb deleted file mode 100644 index 82f8c04..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_root_type.rb deleted file mode 100644 index 1d4fbaa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_wa_44c8ba.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_wa_44c8ba.rb deleted file mode 100644 index 7d5ee58..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_wa_44c8ba.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close.rb deleted file mode 100644 index 1169d5c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_d3ff0f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_d3ff0f.rb deleted file mode 100644 index f24801e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_d3ff0f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_f65f98.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_f65f98.rb deleted file mode 100644 index 551f0f9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_f65f98.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_root.rb deleted file mode 100644 index c6baa6a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_25585d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_25585d.rb deleted file mode 100644 index ffd4774..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_25585d.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_7f495f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_7f495f.rb deleted file mode 100644 index 7a786e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_7f495f.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_ffad8a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_ffad8a.rb deleted file mode 100644 index bb2731d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_ffad8a.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisible.rb deleted file mode 100644 index d0ad988..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open.rb deleted file mode 100644 index f8c0ee0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_r_9ecbe6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_r_9ecbe6.rb deleted file mode 100644 index 007aea3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_r_9ecbe6.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_root.rb deleted file mode 100644 index c8379ac..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_w_13122f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_w_13122f.rb deleted file mode 100644 index 5446c29..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_w_13122f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visibl_84f95f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visibl_84f95f.rb deleted file mode 100644 index 3a56ecc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visibl_84f95f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visibl_fdb666.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visibl_fdb666.rb deleted file mode 100644 index 77d482f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visibl_fdb666.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visible.rb deleted file mode 100644 index 418f7c9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visible_root.rb deleted file mode 100644 index 784ef0c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment.rb index d4b9722..cd5e979 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachment < I field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions.rb deleted file mode 100644 index 23da0d2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_da39f7.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_da39f7.rb deleted file mode 100644 index 15b830f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_da39f7.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_dcc653.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_dcc653.rb deleted file mode 100644 index a8e3647..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_dcc653.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_f63166.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_f63166.rb deleted file mode 100644 index 1c62080..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_f63166.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_activate.rb deleted file mode 100644 index 1ccd07e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_bl_a5603c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_bl_a5603c.rb deleted file mode 100644 index abebaa2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_bl_a5603c.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_bl_bc8c24.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_bl_bc8c24.rb deleted file mode 100644 index a5569fc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_bl_bc8c24.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_blur.rb deleted file mode 100644 index 40472e7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_blur_root.rb deleted file mode 100644 index 42a4179..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_085772.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_085772.rb deleted file mode 100644 index b5d0251..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_085772.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_23781e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_23781e.rb deleted file mode 100644 index 8e81fa8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_23781e.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_2ed9f1.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_2ed9f1.rb deleted file mode 100644 index aba750b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_2ed9f1.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_4c892a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_4c892a.rb deleted file mode 100644 index 81f332e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_4c892a.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_919d3a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_919d3a.rb deleted file mode 100644 index c4c990a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_919d3a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_93d695.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_93d695.rb deleted file mode 100644 index 5c93325..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_93d695.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_b4955e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_b4955e.rb deleted file mode 100644 index 9c08fa1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_b4955e.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_e984fd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_e984fd.rb deleted file mode 100644 index a20b79e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_e984fd.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_8679cd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_8679cd.rb deleted file mode 100644 index bb735a1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_8679cd.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_92a659.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_92a659.rb deleted file mode 100644 index a69f9d4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_92a659.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_b76f88.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_b76f88.rb deleted file mode 100644 index abb6e59..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_b76f88.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_focus.rb deleted file mode 100644 index 947c8c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_15ff34.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_15ff34.rb deleted file mode 100644 index fa97cab..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_15ff34.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_20b55c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_20b55c.rb deleted file mode 100644 index 2ee357c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_20b55c.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_3d1e83.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_3d1e83.rb deleted file mode 100644 index f812eaf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_3d1e83.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_8fa575.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_8fa575.rb deleted file mode 100644 index 638e20c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_8fa575.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_a67cfb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_a67cfb.rb deleted file mode 100644 index d4be6d4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_a67cfb.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_b59c79.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_b59c79.rb deleted file mode 100644 index 0741cbf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_b59c79.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_e35e3c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_e35e3c.rb deleted file mode 100644 index fe504ab..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_e35e3c.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mouse_up.rb deleted file mode 100644 index 17c7412..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_0575eb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_0575eb.rb deleted file mode 100644 index 3b27db2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_0575eb.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_08606a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_08606a.rb deleted file mode 100644 index 774d0fa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_08606a.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_08d64b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_08d64b.rb deleted file mode 100644 index 2945327..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_08d64b.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_1b0383.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_1b0383.rb deleted file mode 100644 index b57a61f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_1b0383.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_245d60.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_245d60.rb deleted file mode 100644 index ddb67b9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_245d60.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_2c52cd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_2c52cd.rb deleted file mode 100644 index ee72b53..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_2c52cd.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_2ecd3b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_2ecd3b.rb deleted file mode 100644 index f44368c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_2ecd3b.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_34dea4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_34dea4.rb deleted file mode 100644 index 51cf068..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_34dea4.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_4786e7.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_4786e7.rb deleted file mode 100644 index 13aeaf8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_4786e7.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_566d58.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_566d58.rb deleted file mode 100644 index 459733a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_566d58.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_b19388.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_b19388.rb deleted file mode 100644 index 6693e4e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_b19388.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_b96524.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_b96524.rb deleted file mode 100644 index a14f61d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_b96524.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_cab94f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_cab94f.rb deleted file mode 100644 index f11fb7f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_cab94f.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_e8d94a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_e8d94a.rb deleted file mode 100644 index f5bd247..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_e8d94a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_f9d30f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_f9d30f.rb deleted file mode 100644 index 6eff61a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_f9d30f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_page_open.rb deleted file mode 100644 index f7a845b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text.rb index a3a90a1..483fb4e 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeText < Interna field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :intent, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextIntent }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions.rb deleted file mode 100644 index 1d7b0ac..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate.rb deleted file mode 100644 index 3ba1562..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_ad6abb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_ad6abb.rb deleted file mode 100644 index 37dfe15..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_ad6abb.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_b37084.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_b37084.rb deleted file mode 100644 index 02af1b5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_b37084.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_root.rb deleted file mode 100644 index 293f49c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur.rb deleted file mode 100644 index b46c9dd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_root.rb deleted file mode 100644 index 8904c46..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_root_type.rb deleted file mode 100644 index 0479734..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_war_97068f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_war_97068f.rb deleted file mode 100644 index a3c0c57..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_war_97068f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_1a42c9.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_1a42c9.rb deleted file mode 100644 index 165bbeb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_1a42c9.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_1ec9d5.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_1ec9d5.rb deleted file mode 100644 index 5e2926e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_1ec9d5.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_a45a6f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_a45a6f.rb deleted file mode 100644 index 1f062e3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_a45a6f.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_c31630.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_c31630.rb deleted file mode 100644 index 190748d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_c31630.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_e4ca67.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_e4ca67.rb deleted file mode 100644 index a02d3a1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_e4ca67.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_f43ff6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_f43ff6.rb deleted file mode 100644 index 70e54b3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_f43ff6.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_enter.rb deleted file mode 100644 index 5a909e9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_exit.rb deleted file mode 100644 index 1b830b8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus.rb deleted file mode 100644 index 59cbab6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_root.rb deleted file mode 100644 index 31df901..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_root_type.rb deleted file mode 100644 index bdce542..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_wa_4862aa.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_wa_4862aa.rb deleted file mode 100644 index 4ad1c45..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_wa_4862aa.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_do_a45189.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_do_a45189.rb deleted file mode 100644 index 31d38bd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_do_a45189.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_do_dee2e1.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_do_dee2e1.rb deleted file mode 100644 index df27c9f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_do_dee2e1.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_down.rb deleted file mode 100644 index 2b271d6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_down_root.rb deleted file mode 100644 index a1fb7df..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up.rb deleted file mode 100644 index a282c91..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_c7f7d7.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_c7f7d7.rb deleted file mode 100644 index d067c35..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_c7f7d7.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_ea3171.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_ea3171.rb deleted file mode 100644 index 922cee4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_ea3171.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_root.rb deleted file mode 100644 index a321f6e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_clo_647e30.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_clo_647e30.rb deleted file mode 100644 index 3f38cdf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_clo_647e30.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_clo_7ddac5.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_clo_7ddac5.rb deleted file mode 100644 index 1b1bf55..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_clo_7ddac5.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_close.rb deleted file mode 100644 index 1df1647..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_close_root.rb deleted file mode 100644 index 7a49df6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_201a5f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_201a5f.rb deleted file mode 100644 index e20af50..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_201a5f.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_d1eb8e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_d1eb8e.rb deleted file mode 100644 index 7330f2b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_d1eb8e.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_dc8d95.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_dc8d95.rb deleted file mode 100644 index 4fee955..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_dc8d95.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_invisible.rb deleted file mode 100644 index e233a53..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_ope_20bdf2.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_ope_20bdf2.rb deleted file mode 100644 index cc91abb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_ope_20bdf2.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_ope_4d28cf.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_ope_4d28cf.rb deleted file mode 100644 index b94b036..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_ope_4d28cf.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_open.rb deleted file mode 100644 index 8df7539..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_open_root.rb deleted file mode 100644 index ec129f0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_3f5615.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_3f5615.rb deleted file mode 100644 index 65500ac..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_3f5615.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_81433e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_81433e.rb deleted file mode 100644 index 57f7951..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_81433e.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_f1aae4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_f1aae4.rb deleted file mode 100644 index 924e0a6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_f1aae4.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_visible.rb deleted file mode 100644 index e7c11ea..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight.rb index 5342420..087c8d1 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlight < Intern field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions.rb deleted file mode 100644 index 9c99b69..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate.rb deleted file mode 100644 index 686aefb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_754d31.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_754d31.rb deleted file mode 100644 index 94b55fc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_754d31.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_c28dfb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_c28dfb.rb deleted file mode 100644 index 6ba8cc0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_c28dfb.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_root.rb deleted file mode 100644 index ed5a34b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur.rb deleted file mode 100644 index 17faed6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_root.rb deleted file mode 100644 index 554ae63..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_root_type.rb deleted file mode 100644 index bbbcc96..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_war_f4f9bc.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_war_f4f9bc.rb deleted file mode 100644 index 485caf6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_war_f4f9bc.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_368195.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_368195.rb deleted file mode 100644 index a56dfb6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_368195.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_3bbc7a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_3bbc7a.rb deleted file mode 100644 index 43fc432..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_3bbc7a.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_6eabe8.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_6eabe8.rb deleted file mode 100644 index 7eb3151..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_6eabe8.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_778cb5.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_778cb5.rb deleted file mode 100644 index 9e84140..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_778cb5.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_7ffc49.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_7ffc49.rb deleted file mode 100644 index a081f93..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_7ffc49.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_a84313.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_a84313.rb deleted file mode 100644 index a61d227..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_a84313.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_enter.rb deleted file mode 100644 index 8f0dbef..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_exit.rb deleted file mode 100644 index 3dda448..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus.rb deleted file mode 100644 index e0bfffb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_root.rb deleted file mode 100644 index c6b616b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_root_type.rb deleted file mode 100644 index 0c5e7a4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_wa_11ce89.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_wa_11ce89.rb deleted file mode 100644 index a16f98f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_wa_11ce89.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_do_07b622.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_do_07b622.rb deleted file mode 100644 index 1e2a98d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_do_07b622.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_do_6b328e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_do_6b328e.rb deleted file mode 100644 index 769a8e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_do_6b328e.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_down.rb deleted file mode 100644 index d0b59fb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_down_root.rb deleted file mode 100644 index 2b7ef03..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up.rb deleted file mode 100644 index 4a0fff1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_0ed6cc.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_0ed6cc.rb deleted file mode 100644 index 11667a5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_0ed6cc.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_1cafdd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_1cafdd.rb deleted file mode 100644 index 46b8c54..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_1cafdd.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_root.rb deleted file mode 100644 index 07e5989..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_clo_2a9516.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_clo_2a9516.rb deleted file mode 100644 index 088fe26..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_clo_2a9516.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_clo_52aa9c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_clo_52aa9c.rb deleted file mode 100644 index f69484c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_clo_52aa9c.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_close.rb deleted file mode 100644 index 904fcc5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_close_root.rb deleted file mode 100644 index 95b7bfe..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_09b623.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_09b623.rb deleted file mode 100644 index ad05673..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_09b623.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_21b108.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_21b108.rb deleted file mode 100644 index 50ccd79..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_21b108.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_ccdc70.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_ccdc70.rb deleted file mode 100644 index c5a571c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_ccdc70.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_invisible.rb deleted file mode 100644 index 5e87919..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_ope_e40b65.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_ope_e40b65.rb deleted file mode 100644 index 24026ff..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_ope_e40b65.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_ope_e5e636.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_ope_e5e636.rb deleted file mode 100644 index 6aec90c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_ope_e5e636.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_open.rb deleted file mode 100644 index d30a7ba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_open_root.rb deleted file mode 100644 index 837e71e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_010825.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_010825.rb deleted file mode 100644 index 31a2fc4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_010825.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_636584.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_636584.rb deleted file mode 100644 index 3e4b428..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_636584.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_bfeb52.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_bfeb52.rb deleted file mode 100644 index d120034..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_bfeb52.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_visible.rb deleted file mode 100644 index 9fc6595..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink.rb index 8d15360..bae9218 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInk < Internal::Ty field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions.rb deleted file mode 100644 index 6fab7b7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate.rb deleted file mode 100644 index 3ccf53a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_root.rb deleted file mode 100644 index 9523a69..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_root_type.rb deleted file mode 100644 index 619b1e9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_warni_abbe11.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_warni_abbe11.rb deleted file mode 100644 index b0a85b5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_warni_abbe11.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur.rb deleted file mode 100644 index ed37958..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_root.rb deleted file mode 100644 index 0a36d4a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_root_type.rb deleted file mode 100644 index 79d8f29..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_warnings_item.rb deleted file mode 100644 index 83b0daf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter.rb deleted file mode 100644 index f5e3a91..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_r_c6f7bb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_r_c6f7bb.rb deleted file mode 100644 index 0a5feee..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_r_c6f7bb.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_root.rb deleted file mode 100644 index ba858be..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_w_f16660.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_w_f16660.rb deleted file mode 100644 index 3194ad6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_w_f16660.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit.rb deleted file mode 100644 index 5a5f1b1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_root.rb deleted file mode 100644 index eb102ef..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_root_type.rb deleted file mode 100644 index 0d1ade2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_wa_a52218.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_wa_a52218.rb deleted file mode 100644 index b8f1b82..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_wa_a52218.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus.rb deleted file mode 100644 index a7651bf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_root.rb deleted file mode 100644 index de94b65..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_root_type.rb deleted file mode 100644 index 36cab01..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_warnings_item.rb deleted file mode 100644 index cf34d3b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down.rb deleted file mode 100644 index 4597002..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_root.rb deleted file mode 100644 index f0a1675..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_root_type.rb deleted file mode 100644 index 935b24c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_war_5c83bc.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_war_5c83bc.rb deleted file mode 100644 index f3c3db6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_war_5c83bc.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up.rb deleted file mode 100644 index e4642d7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_root.rb deleted file mode 100644 index 08b6126..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_root_type.rb deleted file mode 100644 index d11cb8d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_warni_a6edc8.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_warni_a6edc8.rb deleted file mode 100644 index 7be35c0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_warni_a6edc8.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close.rb deleted file mode 100644 index b96ec96..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_root.rb deleted file mode 100644 index 2c07d4c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_root_type.rb deleted file mode 100644 index e763aec..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_war_309274.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_war_309274.rb deleted file mode 100644 index f6c8a53..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_war_309274.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible.rb deleted file mode 100644 index abaf471..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_383e5d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_383e5d.rb deleted file mode 100644 index 7426a80..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_383e5d.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_a4b96a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_a4b96a.rb deleted file mode 100644 index 431ba76..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_a4b96a.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_root.rb deleted file mode 100644 index a592297..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open.rb deleted file mode 100644 index 6efa327..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_root.rb deleted file mode 100644 index 89677c6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_root_type.rb deleted file mode 100644 index e284470..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_warn_b89c64.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_warn_b89c64.rb deleted file mode 100644 index 1a81561..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_warn_b89c64.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible.rb deleted file mode 100644 index ae5b993..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_r_2a49b0.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_r_2a49b0.rb deleted file mode 100644 index d607d9c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_r_2a49b0.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_root.rb deleted file mode 100644 index a2c3242..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_w_02a9b1.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_w_02a9b1.rb deleted file mode 100644 index dc33837..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_w_02a9b1.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line.rb index 55d4b6b..b481ce2 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLine < Internal::T field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions.rb deleted file mode 100644 index aa4a6f5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate.rb deleted file mode 100644 index 9b77e26..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_root.rb deleted file mode 100644 index 699e215..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_root_type.rb deleted file mode 100644 index 36280cc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_warn_456c4f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_warn_456c4f.rb deleted file mode 100644 index a9791a6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_warn_456c4f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur.rb deleted file mode 100644 index 9aac6d1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_root.rb deleted file mode 100644 index 3807926..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_root_type.rb deleted file mode 100644 index e01963b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_warnings_item.rb deleted file mode 100644 index 93be26a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter.rb deleted file mode 100644 index d1e783d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_6175a1.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_6175a1.rb deleted file mode 100644 index a820a16..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_6175a1.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_da5bbf.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_da5bbf.rb deleted file mode 100644 index 94678fe..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_da5bbf.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_root.rb deleted file mode 100644 index ca4a4a4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit.rb deleted file mode 100644 index 2f71b93..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_r_427805.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_r_427805.rb deleted file mode 100644 index ac2f5c9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_r_427805.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_root.rb deleted file mode 100644 index 3f8287d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_w_7a5fa4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_w_7a5fa4.rb deleted file mode 100644 index 67c3621..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_w_7a5fa4.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus.rb deleted file mode 100644 index c303622..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_root.rb deleted file mode 100644 index b444b88..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_root_type.rb deleted file mode 100644 index 013847b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_warnings_item.rb deleted file mode 100644 index 9aaf760..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down.rb deleted file mode 100644 index 842ff77..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_root.rb deleted file mode 100644 index 9b42161..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_root_type.rb deleted file mode 100644 index f539adf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_wa_9a4db8.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_wa_9a4db8.rb deleted file mode 100644 index 85943af..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_wa_9a4db8.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up.rb deleted file mode 100644 index c20fd67..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_root.rb deleted file mode 100644 index 36b287e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_root_type.rb deleted file mode 100644 index 47d445d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_warn_1ff6c3.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_warn_1ff6c3.rb deleted file mode 100644 index 15b6d47..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_warn_1ff6c3.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close.rb deleted file mode 100644 index 19bfbd1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_root.rb deleted file mode 100644 index be847d9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_root_type.rb deleted file mode 100644 index 4b58e0c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_wa_02321b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_wa_02321b.rb deleted file mode 100644 index 4b1c11c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_wa_02321b.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisibl_b4dc13.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisibl_b4dc13.rb deleted file mode 100644 index d6403f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisibl_b4dc13.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisibl_c7faab.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisibl_c7faab.rb deleted file mode 100644 index cfc8c8c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisibl_c7faab.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisible.rb deleted file mode 100644 index f6f2fa8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisible_root.rb deleted file mode 100644 index 4b2cefe..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open.rb deleted file mode 100644 index 4cbd433..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_root.rb deleted file mode 100644 index 2f3c857..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_root_type.rb deleted file mode 100644 index ef5804c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_war_2fca75.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_war_2fca75.rb deleted file mode 100644 index da4a849..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_war_2fca75.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible.rb deleted file mode 100644 index 755413e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_37c99e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_37c99e.rb deleted file mode 100644 index b96fa94..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_37c99e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_e5da4d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_e5da4d.rb deleted file mode 100644 index 25bdf40..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_e5da4d.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_root.rb deleted file mode 100644 index 3d205f5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link.rb index 17257f2..1b87c49 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLink < Internal::T field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :target, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTarget }, optional: false, nullable: true end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions.rb deleted file mode 100644 index c215347..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate.rb deleted file mode 100644 index a05929a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_root.rb deleted file mode 100644 index 6070159..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_root_type.rb deleted file mode 100644 index 7e9a7e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_warn_fa7937.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_warn_fa7937.rb deleted file mode 100644 index b191e88..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_warn_fa7937.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur.rb deleted file mode 100644 index 5ca865c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_root.rb deleted file mode 100644 index 176b74a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_root_type.rb deleted file mode 100644 index e4663a4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_warnings_item.rb deleted file mode 100644 index 4090f60..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter.rb deleted file mode 100644 index c21bd4a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_2ce29a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_2ce29a.rb deleted file mode 100644 index bca0f9f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_2ce29a.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_eeed18.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_eeed18.rb deleted file mode 100644 index daf6ff7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_eeed18.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_root.rb deleted file mode 100644 index 8bd5729..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit.rb deleted file mode 100644 index dbc77f1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_r_6031a6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_r_6031a6.rb deleted file mode 100644 index c058a14..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_r_6031a6.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_root.rb deleted file mode 100644 index c64722d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_w_efcfd2.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_w_efcfd2.rb deleted file mode 100644 index 3ac3db6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_w_efcfd2.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus.rb deleted file mode 100644 index 1289b8f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_root.rb deleted file mode 100644 index 9534823..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_root_type.rb deleted file mode 100644 index 9b7c7f1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_warnings_item.rb deleted file mode 100644 index 53dd365..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down.rb deleted file mode 100644 index 47161fc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_root.rb deleted file mode 100644 index b973b04..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_root_type.rb deleted file mode 100644 index b3a4dc3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_wa_221dfa.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_wa_221dfa.rb deleted file mode 100644 index d55ce46..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_wa_221dfa.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up.rb deleted file mode 100644 index d1c8bac..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_root.rb deleted file mode 100644 index 1935941..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_root_type.rb deleted file mode 100644 index 814d2a1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_warn_b58c2e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_warn_b58c2e.rb deleted file mode 100644 index 43258e3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_warn_b58c2e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close.rb deleted file mode 100644 index fb29c78..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_root.rb deleted file mode 100644 index 25b72b9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_root_type.rb deleted file mode 100644 index a612ef8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_wa_d8f1b6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_wa_d8f1b6.rb deleted file mode 100644 index f09e1d5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_wa_d8f1b6.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisibl_d2acf8.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisibl_d2acf8.rb deleted file mode 100644 index 61655a5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisibl_d2acf8.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisibl_d307ef.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisibl_d307ef.rb deleted file mode 100644 index 53fa48a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisibl_d307ef.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisible.rb deleted file mode 100644 index 6f94faa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisible_root.rb deleted file mode 100644 index 85e133a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open.rb deleted file mode 100644 index b914f95..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_root.rb deleted file mode 100644 index d981be8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_root_type.rb deleted file mode 100644 index 207c5c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_war_76c842.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_war_76c842.rb deleted file mode 100644 index b57e1ba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_war_76c842.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible.rb deleted file mode 100644 index 687afe0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_80a529.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_80a529.rb deleted file mode 100644 index 534f92d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_80a529.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_955b42.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_955b42.rb deleted file mode 100644 index e2fa5c5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_955b42.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_root.rb deleted file mode 100644 index a13adfb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto.rb index 4025521..92b29fa 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto.rb @@ -3,7 +3,7 @@ module CloudPDF module Types class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGoto < Internal::Types::Model - field :destination, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination }, optional: false, nullable: false + field :destination, -> { CloudPDF::Types::PdfDestination }, optional: false, nullable: false end end end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_68095b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_68095b.rb deleted file mode 100644 index 0fc13e3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_68095b.rb +++ /dev/null @@ -1,11 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV < Internal::Types::Model - field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - - field :left, -> { Integer }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_6c0962.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_6c0962.rb deleted file mode 100644 index ff2290d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_6c0962.rb +++ /dev/null @@ -1,17 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR < Internal::Types::Model - field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - - field :left, -> { Integer }, optional: false, nullable: false - - field :bottom, -> { Integer }, optional: false, nullable: false - - field :right, -> { Integer }, optional: false, nullable: false - - field :top, -> { Integer }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_71ecea.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_71ecea.rb deleted file mode 100644 index 07b9fdf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_71ecea.rb +++ /dev/null @@ -1,11 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh < Internal::Types::Model - field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - - field :top, -> { Integer }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_73ecee.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_73ecee.rb deleted file mode 100644 index 3e63681..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_73ecee.rb +++ /dev/null @@ -1,11 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv < Internal::Types::Model - field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - - field :left, -> { Integer }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_760971.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_760971.rb deleted file mode 100644 index c2c89ed..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_760971.rb +++ /dev/null @@ -1,11 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH < Internal::Types::Model - field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - - field :top, -> { Integer }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_7c097b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_7c097b.rb deleted file mode 100644 index b72b46c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_7c097b.rb +++ /dev/null @@ -1,9 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB < Internal::Types::Model - field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination.rb deleted file mode 100644 index 1f8392a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination.rb +++ /dev/null @@ -1,27 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination < Internal::Types::Model - extend CloudPDF::Internal::Types::Union - - discriminant :kind - - member -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz }, key: "XYZ" - - member -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit }, key: "FIT" - - member -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH }, key: "FIT_H" - - member -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV }, key: "FIT_V" - - member -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR }, key: "FIT_R" - - member -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB }, key: "FIT_B" - - member -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh }, key: "FIT_BH" - - member -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv }, key: "FIT_BV" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination_fit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination_fit.rb deleted file mode 100644 index 952c67c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination_fit.rb +++ /dev/null @@ -1,9 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit < Internal::Types::Model - field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination_xyz.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination_xyz.rb deleted file mode 100644 index 58358d6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination_xyz.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz < Internal::Types::Model - field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - - field :left, -> { Integer }, optional: true, nullable: false - - field :top, -> { Integer }, optional: true, nullable: false - - field :zoom, -> { Integer }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon.rb index 8ffaa6b..7a5fbff 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygon < Internal field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions.rb deleted file mode 100644 index cec059e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate.rb deleted file mode 100644 index ec5466b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_r_fc59be.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_r_fc59be.rb deleted file mode 100644 index 51f9cd9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_r_fc59be.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_root.rb deleted file mode 100644 index 06da4e9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_w_f3fea7.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_w_f3fea7.rb deleted file mode 100644 index 4fafe73..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_w_f3fea7.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur.rb deleted file mode 100644 index fed509c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_root.rb deleted file mode 100644 index 9324069..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_root_type.rb deleted file mode 100644 index 1a059e7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_warni_2e7cc9.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_warni_2e7cc9.rb deleted file mode 100644 index 711ede6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_warni_2e7cc9.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_ent_6f049e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_ent_6f049e.rb deleted file mode 100644 index 571775c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_ent_6f049e.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_ent_da6730.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_ent_da6730.rb deleted file mode 100644 index 75d62a1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_ent_da6730.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_enter.rb deleted file mode 100644 index 0fb5f1b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_enter_root.rb deleted file mode 100644 index 4c8dd64..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exi_478edd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exi_478edd.rb deleted file mode 100644 index 0c96e09..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exi_478edd.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exi_51c417.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exi_51c417.rb deleted file mode 100644 index 818a4a1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exi_51c417.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exit.rb deleted file mode 100644 index dd9b55d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exit_root.rb deleted file mode 100644 index dc50bb8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus.rb deleted file mode 100644 index ce7830c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_root.rb deleted file mode 100644 index ba28e3c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_root_type.rb deleted file mode 100644 index ee749f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_warn_31281a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_warn_31281a.rb deleted file mode 100644 index 6dd0943..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_warn_31281a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down.rb deleted file mode 100644 index cdacb44..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_129bce.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_129bce.rb deleted file mode 100644 index 47e1df1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_129bce.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_1e998e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_1e998e.rb deleted file mode 100644 index 4bf0c04..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_1e998e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_root.rb deleted file mode 100644 index f2931d9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up.rb deleted file mode 100644 index 24163f7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_r_094c74.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_r_094c74.rb deleted file mode 100644 index c8af4c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_r_094c74.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_root.rb deleted file mode 100644 index 230377b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_w_b7587e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_w_b7587e.rb deleted file mode 100644 index 8922c13..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_w_b7587e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close.rb deleted file mode 100644 index 9d52566..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_031f4d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_031f4d.rb deleted file mode 100644 index 6f0824c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_031f4d.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_ca606d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_ca606d.rb deleted file mode 100644 index b9ff9e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_ca606d.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_root.rb deleted file mode 100644 index bdba522..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_234241.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_234241.rb deleted file mode 100644 index 3e5a2e3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_234241.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_5bdab5.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_5bdab5.rb deleted file mode 100644 index d92054c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_5bdab5.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_ebd724.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_ebd724.rb deleted file mode 100644 index b259b16..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_ebd724.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invisible.rb deleted file mode 100644 index 110227a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open.rb deleted file mode 100644 index 371585a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_f576ae.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_f576ae.rb deleted file mode 100644 index 036997f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_f576ae.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_f6856b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_f6856b.rb deleted file mode 100644 index 30f9b1a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_f6856b.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_root.rb deleted file mode 100644 index 3b565da..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visib_5372cd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visib_5372cd.rb deleted file mode 100644 index 6fca72c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visib_5372cd.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visib_a0b54b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visib_a0b54b.rb deleted file mode 100644 index 46864fb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visib_a0b54b.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visible.rb deleted file mode 100644 index 7b38927..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visible_root.rb deleted file mode 100644 index b458cdf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline.rb index bb0b565..864cd6b 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolyline < Interna field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions.rb deleted file mode 100644 index aef1074..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate.rb deleted file mode 100644 index 871bfbf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_40e96f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_40e96f.rb deleted file mode 100644 index e020436..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_40e96f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_69c475.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_69c475.rb deleted file mode 100644 index d4c9e28..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_69c475.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_root.rb deleted file mode 100644 index bd8f578..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur.rb deleted file mode 100644 index a6c50aa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_root.rb deleted file mode 100644 index 66855ab..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_root_type.rb deleted file mode 100644 index f1b92e5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_warn_84500a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_warn_84500a.rb deleted file mode 100644 index 6fee0f9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_warn_84500a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_298362.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_298362.rb deleted file mode 100644 index f4e1e15..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_298362.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_6a9451.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_6a9451.rb deleted file mode 100644 index eb60df4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_6a9451.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_c14c3f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_c14c3f.rb deleted file mode 100644 index f0196bd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_c14c3f.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_enter.rb deleted file mode 100644 index 807ca40..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_ex_1769e0.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_ex_1769e0.rb deleted file mode 100644 index 139c120..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_ex_1769e0.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_ex_e4d3f6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_ex_e4d3f6.rb deleted file mode 100644 index 3074e4b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_ex_e4d3f6.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_exit.rb deleted file mode 100644 index 034fd5b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_exit_root.rb deleted file mode 100644 index 277ab80..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus.rb deleted file mode 100644 index d3f2cb5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_root.rb deleted file mode 100644 index 3756223..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_root_type.rb deleted file mode 100644 index 41a4eab..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_war_39ee27.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_war_39ee27.rb deleted file mode 100644 index db3a28d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_war_39ee27.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_dow_2b395d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_dow_2b395d.rb deleted file mode 100644 index 9c6a9ed..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_dow_2b395d.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_dow_bc7c3e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_dow_bc7c3e.rb deleted file mode 100644 index 67ac2ac..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_dow_bc7c3e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_down.rb deleted file mode 100644 index 23a2a0c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_down_root.rb deleted file mode 100644 index 966867d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up.rb deleted file mode 100644 index 47fb9cf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_4d8964.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_4d8964.rb deleted file mode 100644 index b3493d3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_4d8964.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_fd02ab.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_fd02ab.rb deleted file mode 100644 index 81ff693..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_fd02ab.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_root.rb deleted file mode 100644 index 6bbefdb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_clos_451286.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_clos_451286.rb deleted file mode 100644 index 8d69a93..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_clos_451286.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_clos_be8a49.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_clos_be8a49.rb deleted file mode 100644 index d7292f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_clos_be8a49.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_close.rb deleted file mode 100644 index f91683c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_close_root.rb deleted file mode 100644 index 1a1b3fb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_2a136b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_2a136b.rb deleted file mode 100644 index 87eea43..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_2a136b.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_2e1245.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_2e1245.rb deleted file mode 100644 index a83fc80..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_2e1245.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_b9f794.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_b9f794.rb deleted file mode 100644 index a5596a2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_b9f794.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invisible.rb deleted file mode 100644 index 739d39b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open.rb deleted file mode 100644 index 09f9dbd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_4309bf.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_4309bf.rb deleted file mode 100644 index bd41378..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_4309bf.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_bb3ef9.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_bb3ef9.rb deleted file mode 100644 index 86e165f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_bb3ef9.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_root.rb deleted file mode 100644 index 15b399a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_9bc6f6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_9bc6f6.rb deleted file mode 100644 index c2e0d5d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_9bc6f6.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_ad49d6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_ad49d6.rb deleted file mode 100644 index 86416b8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_ad49d6.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_e82f19.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_e82f19.rb deleted file mode 100644 index 7add6db..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_e82f19.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visible.rb deleted file mode 100644 index 4edf115..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact.rb index 5a2721f..1d1928d 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedact < Internal: field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :quad_points, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions.rb deleted file mode 100644 index f3dcc1e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate.rb deleted file mode 100644 index 73ac337..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_root.rb deleted file mode 100644 index 8f4f008..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_root_type.rb deleted file mode 100644 index f21aa1d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_wa_cedc60.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_wa_cedc60.rb deleted file mode 100644 index 5accfb8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_wa_cedc60.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur.rb deleted file mode 100644 index c4b7fd5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_root.rb deleted file mode 100644 index 80117f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_root_type.rb deleted file mode 100644 index aae6891..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_warnings_item.rb deleted file mode 100644 index 65f83c7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_ente_8b1f64.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_ente_8b1f64.rb deleted file mode 100644 index 96076b2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_ente_8b1f64.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_ente_f89f8d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_ente_f89f8d.rb deleted file mode 100644 index 934f812..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_ente_f89f8d.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_enter.rb deleted file mode 100644 index 7e6606c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_enter_root.rb deleted file mode 100644 index 293b39c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit.rb deleted file mode 100644 index 9db81c7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_37be85.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_37be85.rb deleted file mode 100644 index c1c3f59..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_37be85.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_3c5f92.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_3c5f92.rb deleted file mode 100644 index 3fd4006..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_3c5f92.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_root.rb deleted file mode 100644 index e4634ee..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus.rb deleted file mode 100644 index ff6dbda..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_root.rb deleted file mode 100644 index 6030172..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_root_type.rb deleted file mode 100644 index f4effa8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_warni_69df16.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_warni_69df16.rb deleted file mode 100644 index 3609847..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_warni_69df16.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down.rb deleted file mode 100644 index 93f6d92..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_11e170.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_11e170.rb deleted file mode 100644 index 614b394..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_11e170.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_78c500.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_78c500.rb deleted file mode 100644 index 59cc89e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_78c500.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_root.rb deleted file mode 100644 index 34d86ec..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up.rb deleted file mode 100644 index d6938f8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_root.rb deleted file mode 100644 index aeead52..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_root_type.rb deleted file mode 100644 index 51ae631..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_wa_580398.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_wa_580398.rb deleted file mode 100644 index 423f0f2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_wa_580398.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close.rb deleted file mode 100644 index bce19a0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_23982a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_23982a.rb deleted file mode 100644 index 3f15e77..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_23982a.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_72986e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_72986e.rb deleted file mode 100644 index 338552a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_72986e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_root.rb deleted file mode 100644 index 8dfe677..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_0825af.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_0825af.rb deleted file mode 100644 index eea22f6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_0825af.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_78e22c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_78e22c.rb deleted file mode 100644 index bf60b4e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_78e22c.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_f19415.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_f19415.rb deleted file mode 100644 index 96aa03f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_f19415.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisible.rb deleted file mode 100644 index f88dfcc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open.rb deleted file mode 100644 index 5d9a500..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_r_bc7fc7.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_r_bc7fc7.rb deleted file mode 100644 index e3f5200..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_r_bc7fc7.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_root.rb deleted file mode 100644 index 5f75af4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_w_fb4d68.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_w_fb4d68.rb deleted file mode 100644 index f7f64b5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_w_fb4d68.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visibl_ab0704.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visibl_ab0704.rb deleted file mode 100644 index 94b8751..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visibl_ab0704.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visibl_eff5e1.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visibl_eff5e1.rb deleted file mode 100644 index c1f28c3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visibl_eff5e1.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visible.rb deleted file mode 100644 index ad18843..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visible_root.rb deleted file mode 100644 index 6dd78c2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square.rb index a892dae..511b7f5 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquare < Internal: field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions.rb deleted file mode 100644 index 78b6bcb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate.rb deleted file mode 100644 index 876328b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_root.rb deleted file mode 100644 index 12593b6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_root_type.rb deleted file mode 100644 index 989eef2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_wa_61b2b8.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_wa_61b2b8.rb deleted file mode 100644 index 99a329b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_wa_61b2b8.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur.rb deleted file mode 100644 index 7dae6d5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_root.rb deleted file mode 100644 index e22870e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_root_type.rb deleted file mode 100644 index 6e24cc1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_warnings_item.rb deleted file mode 100644 index 9647b5f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_ente_45615f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_ente_45615f.rb deleted file mode 100644 index b6991e0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_ente_45615f.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_ente_85199a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_ente_85199a.rb deleted file mode 100644 index 940a8bb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_ente_85199a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_enter.rb deleted file mode 100644 index 11393fa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_enter_root.rb deleted file mode 100644 index fb4ebdc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit.rb deleted file mode 100644 index 8559909..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_5cf588.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_5cf588.rb deleted file mode 100644 index d9ab4a0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_5cf588.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_7bcc7c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_7bcc7c.rb deleted file mode 100644 index ff03fb6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_7bcc7c.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_root.rb deleted file mode 100644 index a995272..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus.rb deleted file mode 100644 index 4cdfd5b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_root.rb deleted file mode 100644 index bc3641f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_root_type.rb deleted file mode 100644 index fadcfd2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_warni_c9b54e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_warni_c9b54e.rb deleted file mode 100644 index a377738..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_warni_c9b54e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down.rb deleted file mode 100644 index 2f094b5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_2b8381.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_2b8381.rb deleted file mode 100644 index 6707f69..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_2b8381.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_48acc4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_48acc4.rb deleted file mode 100644 index c6c2b51..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_48acc4.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_root.rb deleted file mode 100644 index ec73341..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up.rb deleted file mode 100644 index 1694031..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_root.rb deleted file mode 100644 index 57556d6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_root_type.rb deleted file mode 100644 index be140bf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_wa_9c06ad.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_wa_9c06ad.rb deleted file mode 100644 index 4ab4e4d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_wa_9c06ad.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close.rb deleted file mode 100644 index 11ee428..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_d208c4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_d208c4.rb deleted file mode 100644 index d3addd3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_d208c4.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_e3fab5.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_e3fab5.rb deleted file mode 100644 index 0ffe1c6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_e3fab5.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_root.rb deleted file mode 100644 index fcdb73a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_986116.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_986116.rb deleted file mode 100644 index d6108d0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_986116.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_9ae2b6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_9ae2b6.rb deleted file mode 100644 index 19dbcf5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_9ae2b6.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_dd020f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_dd020f.rb deleted file mode 100644 index 7ccaa19..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_dd020f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisible.rb deleted file mode 100644 index 517aefc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open.rb deleted file mode 100644 index 105306a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_r_ff5bcb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_r_ff5bcb.rb deleted file mode 100644 index 18a03db..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_r_ff5bcb.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_root.rb deleted file mode 100644 index 1ef85ed..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_w_1086f7.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_w_1086f7.rb deleted file mode 100644 index 995474b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_w_1086f7.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visibl_ba2feb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visibl_ba2feb.rb deleted file mode 100644 index 10f06e6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visibl_ba2feb.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visibl_edd5da.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visibl_edd5da.rb deleted file mode 100644 index 856412b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visibl_edd5da.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visible.rb deleted file mode 100644 index 0603f5b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visible_root.rb deleted file mode 100644 index 3d6c2aa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly.rb index 6b9aed3..1df6959 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquiggly < Interna field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions.rb deleted file mode 100644 index 5b7df66..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate.rb deleted file mode 100644 index 75f1daf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_118579.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_118579.rb deleted file mode 100644 index 456d0cc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_118579.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_db66e7.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_db66e7.rb deleted file mode 100644 index 49a8918..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_db66e7.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_root.rb deleted file mode 100644 index b94d702..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur.rb deleted file mode 100644 index c3519d2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_root.rb deleted file mode 100644 index 7722389..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_root_type.rb deleted file mode 100644 index e0a0091..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_warn_81dd78.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_warn_81dd78.rb deleted file mode 100644 index 264d575..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_warn_81dd78.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_7346da.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_7346da.rb deleted file mode 100644 index 51988ee..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_7346da.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_9d81ca.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_9d81ca.rb deleted file mode 100644 index 2babc0f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_9d81ca.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_e502e8.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_e502e8.rb deleted file mode 100644 index 186a4bd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_e502e8.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_enter.rb deleted file mode 100644 index 4f917c7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_ex_437108.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_ex_437108.rb deleted file mode 100644 index 2a18961..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_ex_437108.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_ex_b6d78b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_ex_b6d78b.rb deleted file mode 100644 index f0c35c2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_ex_b6d78b.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_exit.rb deleted file mode 100644 index 485d9f0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_exit_root.rb deleted file mode 100644 index 9281740..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus.rb deleted file mode 100644 index cab8fb6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_root.rb deleted file mode 100644 index 34b1390..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_root_type.rb deleted file mode 100644 index f5c7a4b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_war_b14d3b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_war_b14d3b.rb deleted file mode 100644 index f3fbc06..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_war_b14d3b.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_dow_5c8f5e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_dow_5c8f5e.rb deleted file mode 100644 index 3f37d9a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_dow_5c8f5e.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_dow_f0ce4e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_dow_f0ce4e.rb deleted file mode 100644 index 61f4442..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_dow_f0ce4e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_down.rb deleted file mode 100644 index bcb0225..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_down_root.rb deleted file mode 100644 index 93851a1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up.rb deleted file mode 100644 index 1e40d88..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_106c54.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_106c54.rb deleted file mode 100644 index f88e3e1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_106c54.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_526c74.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_526c74.rb deleted file mode 100644 index 33148df..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_526c74.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_root.rb deleted file mode 100644 index 2c29f14..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_clos_284073.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_clos_284073.rb deleted file mode 100644 index 9d93429..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_clos_284073.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_clos_4e6f35.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_clos_4e6f35.rb deleted file mode 100644 index bf45d10..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_clos_4e6f35.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_close.rb deleted file mode 100644 index 704b2e2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_close_root.rb deleted file mode 100644 index 0629dbd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_0335aa.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_0335aa.rb deleted file mode 100644 index d1967ba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_0335aa.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_0932fe.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_0932fe.rb deleted file mode 100644 index 34b14be..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_0932fe.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_1d5ace.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_1d5ace.rb deleted file mode 100644 index c9e353b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_1d5ace.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invisible.rb deleted file mode 100644 index 41354cf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open.rb deleted file mode 100644 index 22d59d9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_0f6010.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_0f6010.rb deleted file mode 100644 index 42c9edd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_0f6010.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_103f94.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_103f94.rb deleted file mode 100644 index f4f4581..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_103f94.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_root.rb deleted file mode 100644 index 97f01aa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_238be7.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_238be7.rb deleted file mode 100644 index 71c05c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_238be7.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_3691fe.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_3691fe.rb deleted file mode 100644 index 15872f8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_3691fe.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_560895.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_560895.rb deleted file mode 100644 index 1d2caae..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_560895.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visible.rb deleted file mode 100644 index f159373..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp.rb index 479f3bc..b08cc66 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStamp < Internal:: field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :name, -> { String }, optional: false, nullable: true diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions.rb deleted file mode 100644 index 2dc11ef..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate.rb deleted file mode 100644 index 7e34fe4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_root.rb deleted file mode 100644 index f1ba0ab..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_root_type.rb deleted file mode 100644 index 78eb222..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_war_23fb16.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_war_23fb16.rb deleted file mode 100644 index e72a4ad..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_war_23fb16.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur.rb deleted file mode 100644 index a13c88e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_root.rb deleted file mode 100644 index 424be5f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_root_type.rb deleted file mode 100644 index 9167344..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_warnings_item.rb deleted file mode 100644 index 76732dd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter.rb deleted file mode 100644 index 2abcf34..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_5681b2.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_5681b2.rb deleted file mode 100644 index a3ef58e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_5681b2.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_e1c151.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_e1c151.rb deleted file mode 100644 index 85ff931..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_e1c151.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_root.rb deleted file mode 100644 index 5f15d8e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit.rb deleted file mode 100644 index 1ebc56d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_0aaaef.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_0aaaef.rb deleted file mode 100644 index 4334e3e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_0aaaef.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_8f8bb2.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_8f8bb2.rb deleted file mode 100644 index b71e6b5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_8f8bb2.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_root.rb deleted file mode 100644 index c304346..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus.rb deleted file mode 100644 index a92e223..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_root.rb deleted file mode 100644 index ba4b1f1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_root_type.rb deleted file mode 100644 index 0c6e736..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_warnings_item.rb deleted file mode 100644 index ff0b177..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down.rb deleted file mode 100644 index b558ca2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_r_73f2b3.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_r_73f2b3.rb deleted file mode 100644 index 89ab6bc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_r_73f2b3.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_root.rb deleted file mode 100644 index 9954c16..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_w_77811e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_w_77811e.rb deleted file mode 100644 index aad88cc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_w_77811e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up.rb deleted file mode 100644 index 4c110af..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_root.rb deleted file mode 100644 index 84563c8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_root_type.rb deleted file mode 100644 index 9518dc1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_war_43739f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_war_43739f.rb deleted file mode 100644 index a09ce5d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_war_43739f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close.rb deleted file mode 100644 index 8fa6b0b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_r_737c5b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_r_737c5b.rb deleted file mode 100644 index 84f83d8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_r_737c5b.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_root.rb deleted file mode 100644 index c7dce24..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_w_396d0a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_w_396d0a.rb deleted file mode 100644 index a356284..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_w_396d0a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisib_5cba78.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisib_5cba78.rb deleted file mode 100644 index 355d14d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisib_5cba78.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisib_7d5ef9.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisib_7d5ef9.rb deleted file mode 100644 index a1e5b0c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisib_7d5ef9.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisible.rb deleted file mode 100644 index 5c00b1c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisible_root.rb deleted file mode 100644 index 9768f15..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open.rb deleted file mode 100644 index 0a83e1d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_root.rb deleted file mode 100644 index b4336c4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_root_type.rb deleted file mode 100644 index 1f1148d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_wa_375beb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_wa_375beb.rb deleted file mode 100644 index 03e494a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_wa_375beb.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible.rb deleted file mode 100644 index d40c063..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_772c63.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_772c63.rb deleted file mode 100644 index bc81107..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_772c63.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_dae14e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_dae14e.rb deleted file mode 100644 index fbcbde1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_dae14e.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_root.rb deleted file mode 100644 index 1dc0ee1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout.rb index 0bbbf9a..55c5609 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeout < Intern field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions.rb deleted file mode 100644 index f37070a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate.rb deleted file mode 100644 index 3b1768c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_3391f6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_3391f6.rb deleted file mode 100644 index 1a3c7fc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_3391f6.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_408681.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_408681.rb deleted file mode 100644 index 1bb42fb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_408681.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_root.rb deleted file mode 100644 index c8acfd6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur.rb deleted file mode 100644 index d6f39ab..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_root.rb deleted file mode 100644 index 55ee54a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_root_type.rb deleted file mode 100644 index 5166148..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_war_d37842.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_war_d37842.rb deleted file mode 100644 index 2c1cab3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_war_d37842.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_0858dd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_0858dd.rb deleted file mode 100644 index 31852ee..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_0858dd.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_12b166.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_12b166.rb deleted file mode 100644 index df1007f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_12b166.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_9875a3.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_9875a3.rb deleted file mode 100644 index 33e82cd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_9875a3.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_9ed060.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_9ed060.rb deleted file mode 100644 index 754da55..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_9ed060.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_a2cf9a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_a2cf9a.rb deleted file mode 100644 index 2403ca3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_a2cf9a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_f2a3a1.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_f2a3a1.rb deleted file mode 100644 index 4520ced..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_f2a3a1.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_enter.rb deleted file mode 100644 index f265888..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_exit.rb deleted file mode 100644 index 89bbab0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus.rb deleted file mode 100644 index e699d36..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_root.rb deleted file mode 100644 index ea8f7d5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_root_type.rb deleted file mode 100644 index 20c332d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_wa_7cee8a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_wa_7cee8a.rb deleted file mode 100644 index 63bfadd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_wa_7cee8a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_do_42bddf.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_do_42bddf.rb deleted file mode 100644 index 61cc55c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_do_42bddf.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_do_4644a7.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_do_4644a7.rb deleted file mode 100644 index 16456a2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_do_4644a7.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_down.rb deleted file mode 100644 index 1bd4a41..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_down_root.rb deleted file mode 100644 index 4e01487..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up.rb deleted file mode 100644 index 672f6b3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_6d2d6e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_6d2d6e.rb deleted file mode 100644 index 2c85a1d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_6d2d6e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_a8ed8b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_a8ed8b.rb deleted file mode 100644 index 97a0f64..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_a8ed8b.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_root.rb deleted file mode 100644 index e12c5b0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_clo_9a7da9.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_clo_9a7da9.rb deleted file mode 100644 index 2b08fa6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_clo_9a7da9.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_clo_db6198.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_clo_db6198.rb deleted file mode 100644 index faed1cf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_clo_db6198.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_close.rb deleted file mode 100644 index dcba666..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_close_root.rb deleted file mode 100644 index 0e15e4e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_1fd9d4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_1fd9d4.rb deleted file mode 100644 index c8ba9a7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_1fd9d4.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_639324.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_639324.rb deleted file mode 100644 index 535099b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_639324.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_e5d858.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_e5d858.rb deleted file mode 100644 index b49101e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_e5d858.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_invisible.rb deleted file mode 100644 index 1caed60..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_ope_491d77.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_ope_491d77.rb deleted file mode 100644 index a487942..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_ope_491d77.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_ope_80241e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_ope_80241e.rb deleted file mode 100644 index 94631a3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_ope_80241e.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_open.rb deleted file mode 100644 index 275fb60..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_open_root.rb deleted file mode 100644 index c1488b6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_145876.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_145876.rb deleted file mode 100644 index 02b8878..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_145876.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_81016e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_81016e.rb deleted file mode 100644 index d6dfa85..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_81016e.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_c364ec.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_c364ec.rb deleted file mode 100644 index 23a4338..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_c364ec.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_visible.rb deleted file mode 100644 index 79b8df0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text.rb index fb17887..b60fe67 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemText < Internal::T field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions.rb deleted file mode 100644 index 468650b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate.rb deleted file mode 100644 index b17e667..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_root.rb deleted file mode 100644 index 48e7f75..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_root_type.rb deleted file mode 100644 index da513c7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_warn_908f11.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_warn_908f11.rb deleted file mode 100644 index b29fd69..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_warn_908f11.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur.rb deleted file mode 100644 index c12a480..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_root.rb deleted file mode 100644 index 2efa6a2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_root_type.rb deleted file mode 100644 index 34b3b24..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_warnings_item.rb deleted file mode 100644 index 16375f2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter.rb deleted file mode 100644 index 15b131d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_e41de8.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_e41de8.rb deleted file mode 100644 index 624b9f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_e41de8.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_fbdd86.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_fbdd86.rb deleted file mode 100644 index 6b1bd1c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_fbdd86.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_root.rb deleted file mode 100644 index 6ecde81..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit.rb deleted file mode 100644 index 225981a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_r_ad6ff4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_r_ad6ff4.rb deleted file mode 100644 index d201d8a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_r_ad6ff4.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_root.rb deleted file mode 100644 index cff07d2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_w_8a5944.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_w_8a5944.rb deleted file mode 100644 index fd74088..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_w_8a5944.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus.rb deleted file mode 100644 index 9dadbeb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_root.rb deleted file mode 100644 index 3aa1d1e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_root_type.rb deleted file mode 100644 index 33b5b2a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_warnings_item.rb deleted file mode 100644 index 53707b8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down.rb deleted file mode 100644 index d20a7b4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_root.rb deleted file mode 100644 index bc64d16..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_root_type.rb deleted file mode 100644 index 7eb59f5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_wa_aee949.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_wa_aee949.rb deleted file mode 100644 index bc7e4ce..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_wa_aee949.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up.rb deleted file mode 100644 index 5aa08a2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_root.rb deleted file mode 100644 index 5f8f86a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_root_type.rb deleted file mode 100644 index 646fbdb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_warn_3aa446.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_warn_3aa446.rb deleted file mode 100644 index a8067f3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_warn_3aa446.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close.rb deleted file mode 100644 index 03366af..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_root.rb deleted file mode 100644 index 261e638..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_root_type.rb deleted file mode 100644 index 66ad657..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_wa_c9faa8.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_wa_c9faa8.rb deleted file mode 100644 index 09ed555..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_wa_c9faa8.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisibl_58c538.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisibl_58c538.rb deleted file mode 100644 index 48cb36e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisibl_58c538.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisibl_687a55.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisibl_687a55.rb deleted file mode 100644 index c719697..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisibl_687a55.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisible.rb deleted file mode 100644 index 0eab8cb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisible_root.rb deleted file mode 100644 index ded6c58..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open.rb deleted file mode 100644 index 8e62d39..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_root.rb deleted file mode 100644 index cd77782..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_root_type.rb deleted file mode 100644 index 5244394..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_war_b8cc23.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_war_b8cc23.rb deleted file mode 100644 index a6d7548..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_war_b8cc23.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible.rb deleted file mode 100644 index 9dce785..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_9ea6fd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_9ea6fd.rb deleted file mode 100644 index ba704e4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_9ea6fd.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_bdd349.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_bdd349.rb deleted file mode 100644 index f299bba..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_bdd349.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_root.rb deleted file mode 100644 index 499af66..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline.rb index 1b34107..3824b31 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderline < Intern field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineColor }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions.rb deleted file mode 100644 index 16442d8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate.rb deleted file mode 100644 index 472d6a1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_0a0340.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_0a0340.rb deleted file mode 100644 index 601da40..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_0a0340.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_396642.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_396642.rb deleted file mode 100644 index c73cabb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_396642.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_root.rb deleted file mode 100644 index c0c694c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur.rb deleted file mode 100644 index 438ddaf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_root.rb deleted file mode 100644 index 8ec399c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_root_type.rb deleted file mode 100644 index 5268bde..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_war_748c79.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_war_748c79.rb deleted file mode 100644 index f8762a4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_war_748c79.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_0e3909.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_0e3909.rb deleted file mode 100644 index f6313f7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_0e3909.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_31bf45.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_31bf45.rb deleted file mode 100644 index ae0cfcb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_31bf45.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_561c9d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_561c9d.rb deleted file mode 100644 index 904ecbc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_561c9d.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_ca60a4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_ca60a4.rb deleted file mode 100644 index 166f052..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_ca60a4.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_ccd60c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_ccd60c.rb deleted file mode 100644 index d5a527b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_ccd60c.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_e06024.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_e06024.rb deleted file mode 100644 index a7d8978..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_e06024.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_enter.rb deleted file mode 100644 index fa93546..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_exit.rb deleted file mode 100644 index c69b0f1..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus.rb deleted file mode 100644 index f7ce6ed..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_root.rb deleted file mode 100644 index 99a80c2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_root_type.rb deleted file mode 100644 index 349da12..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_wa_0640e4.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_wa_0640e4.rb deleted file mode 100644 index 29248b2..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_wa_0640e4.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_do_391bef.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_do_391bef.rb deleted file mode 100644 index b382469..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_do_391bef.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_do_7de248.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_do_7de248.rb deleted file mode 100644 index 0f52e2e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_do_7de248.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_down.rb deleted file mode 100644 index 644f04f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_down_root.rb deleted file mode 100644 index d421f93..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up.rb deleted file mode 100644 index 06ea63c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_75855e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_75855e.rb deleted file mode 100644 index 3acb6b5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_75855e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_eee67b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_eee67b.rb deleted file mode 100644 index 9a6665b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_eee67b.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_root.rb deleted file mode 100644 index 96e0bed..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_clo_3a241e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_clo_3a241e.rb deleted file mode 100644 index 166fb2b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_clo_3a241e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_clo_5d332c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_clo_5d332c.rb deleted file mode 100644 index 01d0806..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_clo_5d332c.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_close.rb deleted file mode 100644 index 6e27c44..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_close_root.rb deleted file mode 100644 index 9892e90..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_3d0484.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_3d0484.rb deleted file mode 100644 index 0d2277f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_3d0484.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_8c1a55.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_8c1a55.rb deleted file mode 100644 index db7204a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_8c1a55.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_d5f13d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_d5f13d.rb deleted file mode 100644 index c0a8f2e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_d5f13d.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_invisible.rb deleted file mode 100644 index 948f93a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_ope_479958.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_ope_479958.rb deleted file mode 100644 index db59521..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_ope_479958.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_ope_c27663.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_ope_c27663.rb deleted file mode 100644 index ae72105..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_ope_c27663.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_open.rb deleted file mode 100644 index 82dcca4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_open_root.rb deleted file mode 100644 index b520657..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_5e26a2.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_5e26a2.rb deleted file mode 100644 index f6b0106..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_5e26a2.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_797471.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_797471.rb deleted file mode 100644 index 3220b52..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_797471.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_d24730.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_d24730.rb deleted file mode 100644 index 8844303..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_d24730.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_visible.rb deleted file mode 100644 index b26bc66..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported.rb index 74f689b..40a9780 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupported < Inte field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :raw_subtype_code, -> { Integer }, optional: false, nullable: false, api_name: "rawSubtypeCode" diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions.rb deleted file mode 100644 index c51dc68..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activa_014f1f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activa_014f1f.rb deleted file mode 100644 index 281d2a3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activa_014f1f.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activa_ff3c72.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activa_ff3c72.rb deleted file mode 100644 index 95a00c4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activa_ff3c72.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activate.rb deleted file mode 100644 index 7927839..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activate_root.rb deleted file mode 100644 index 5dfc52a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur.rb deleted file mode 100644 index dcd377a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_r_8f2c8e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_r_8f2c8e.rb deleted file mode 100644 index 1215b7c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_r_8f2c8e.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_root.rb deleted file mode 100644 index e763349..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_w_f15022.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_w_f15022.rb deleted file mode 100644 index c5810f0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_w_f15022.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_054abd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_054abd.rb deleted file mode 100644 index 0cbc912..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_054abd.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_355bee.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_355bee.rb deleted file mode 100644 index db4f7b6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_355bee.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_3f1098.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_3f1098.rb deleted file mode 100644 index f4e8623..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_3f1098.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_5d086d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_5d086d.rb deleted file mode 100644 index 57f88a3..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_5d086d.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_d3f313.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_d3f313.rb deleted file mode 100644 index 78dafe0..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_d3f313.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_eb6c29.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_eb6c29.rb deleted file mode 100644 index 9fd2c38..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_eb6c29.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_enter.rb deleted file mode 100644 index 9264c52..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_exit.rb deleted file mode 100644 index f04f35b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus.rb deleted file mode 100644 index e84f7a9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_4e98aa.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_4e98aa.rb deleted file mode 100644 index 7931521..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_4e98aa.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_a818fb.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_a818fb.rb deleted file mode 100644 index 52b20fa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_a818fb.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_root.rb deleted file mode 100644 index c797d47..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_1826de.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_1826de.rb deleted file mode 100644 index 4b13a02..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_1826de.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_46c632.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_46c632.rb deleted file mode 100644 index 79ebf18..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_46c632.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_92a954.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_92a954.rb deleted file mode 100644 index 1eba12c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_92a954.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_b3326b.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_b3326b.rb deleted file mode 100644 index b18ef09..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_b3326b.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_cc9153.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_cc9153.rb deleted file mode 100644 index 0e12fa8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_cc9153.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_down.rb deleted file mode 100644 index fcc9f2b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_up.rb deleted file mode 100644 index 6da56ea..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_up_root.rb deleted file mode 100644 index 4fcc2cf..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_a041f6.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_a041f6.rb deleted file mode 100644 index f052c8b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_a041f6.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_cfb3d3.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_cfb3d3.rb deleted file mode 100644 index f5ffc18..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_cfb3d3.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_d77eaf.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_d77eaf.rb deleted file mode 100644 index 02eb4d5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_d77eaf.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_close.rb deleted file mode 100644 index f25c979..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_25cc6e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_25cc6e.rb deleted file mode 100644 index bf7c4c9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_25cc6e.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_30e43c.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_30e43c.rb deleted file mode 100644 index 2bcf457..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_30e43c.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_3c2fdd.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_3c2fdd.rb deleted file mode 100644 index 10c999d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_3c2fdd.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_6bf730.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_6bf730.rb deleted file mode 100644 index aabcae9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_6bf730.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_3572a0.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_3572a0.rb deleted file mode 100644 index d4350f5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_3572a0.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_598c16.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_598c16.rb deleted file mode 100644 index 2ac91eb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_598c16.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_9519ea.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_9519ea.rb deleted file mode 100644 index c2a131f..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_9519ea.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_open.rb deleted file mode 100644 index c07218e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_085afc.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_085afc.rb deleted file mode 100644 index 112a8e9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_085afc.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_9757ec.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_9757ec.rb deleted file mode 100644 index fce7cc7..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_9757ec.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_aab2c1.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_aab2c1.rb deleted file mode 100644 index 0d56298..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_aab2c1.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_visible.rb deleted file mode 100644 index a4d7f62..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget.rb index d2c9678..e764b26 100644 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget.rb +++ b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget.rb @@ -41,7 +41,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidget < Internal: field :updated_by, -> { String }, optional: true, nullable: false, api_name: "updatedBy" - field :actions, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfAnnotationActions }, optional: true, nullable: false field :color, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetColor }, optional: false, nullable: true diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions.rb deleted file mode 100644 index df3ef2e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActions < Internal::Types::Model - field :activate, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivate }, optional: true, nullable: false - - field :cursor_enter, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" - - field :cursor_exit, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExit }, optional: true, nullable: false, api_name: "cursorExit" - - field :mouse_down, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDown }, optional: true, nullable: false, api_name: "mouseDown" - - field :mouse_up, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - - field :focus, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocus }, optional: true, nullable: false - - field :blur, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlur }, optional: true, nullable: false - - field :page_open, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpen }, optional: true, nullable: false, api_name: "pageOpen" - - field :page_close, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageClose }, optional: true, nullable: false, api_name: "pageClose" - - field :page_visible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - - field :page_invisible, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate.rb deleted file mode 100644 index 9b98c0a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_root.rb deleted file mode 100644 index 8a9fd4d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_root_type.rb deleted file mode 100644 index a73e933..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_wa_7ba253.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_wa_7ba253.rb deleted file mode 100644 index 098a850..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_wa_7ba253.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur.rb deleted file mode 100644 index 471c389..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlur < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_root.rb deleted file mode 100644 index f02987c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_root_type.rb deleted file mode 100644 index ed4249a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_warnings_item.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_warnings_item.rb deleted file mode 100644 index 7667493..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_ente_6e93b8.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_ente_6e93b8.rb deleted file mode 100644 index 7583ecd..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_ente_6e93b8.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_ente_b41b99.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_ente_b41b99.rb deleted file mode 100644 index 07fcefa..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_ente_b41b99.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_enter.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_enter.rb deleted file mode 100644 index f28f744..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_enter.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnter < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_enter_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_enter_root.rb deleted file mode 100644 index 64ff0a8..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_enter_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit.rb deleted file mode 100644 index 223b749..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExit < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_54bf66.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_54bf66.rb deleted file mode 100644 index 794dc8a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_54bf66.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_776396.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_776396.rb deleted file mode 100644 index e642f8d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_776396.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_root.rb deleted file mode 100644 index 060ac6d..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus.rb deleted file mode 100644 index 6477f34..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocus < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_root.rb deleted file mode 100644 index 4fbe4a6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_root_type.rb deleted file mode 100644 index 24a054c..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_warni_45d566.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_warni_45d566.rb deleted file mode 100644 index 3fa3bc6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_warni_45d566.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down.rb deleted file mode 100644 index f23dfc6..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDown < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_13f96f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_13f96f.rb deleted file mode 100644 index e8f5e40..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_13f96f.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_31873e.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_31873e.rb deleted file mode 100644 index 5d82d1b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_31873e.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_root.rb deleted file mode 100644 index 8173e02..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up.rb deleted file mode 100644 index 2dc63e5..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUp < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_root.rb deleted file mode 100644 index a0e756a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_root_type.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_root_type.rb deleted file mode 100644 index e51adfb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_wa_22ecb9.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_wa_22ecb9.rb deleted file mode 100644 index cf76d1e..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_wa_22ecb9.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close.rb deleted file mode 100644 index 8c246d9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageClose < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_91e126.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_91e126.rb deleted file mode 100644 index 754de90..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_91e126.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_a9e4ec.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_a9e4ec.rb deleted file mode 100644 index 8f8e959..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_a9e4ec.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_root.rb deleted file mode 100644 index 88c37ab..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_2b4eff.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_2b4eff.rb deleted file mode 100644 index 63d1055..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_2b4eff.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_56ac2d.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_56ac2d.rb deleted file mode 100644 index 868cf7b..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_56ac2d.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_823353.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_823353.rb deleted file mode 100644 index 5c80474..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_823353.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisible.rb deleted file mode 100644 index f659091..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open.rb deleted file mode 100644 index 1c72be4..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpen < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_r_8da42f.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_r_8da42f.rb deleted file mode 100644 index c2a38cc..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_r_8da42f.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_root.rb deleted file mode 100644 index 2de180a..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_w_ec581a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_w_ec581a.rb deleted file mode 100644 index 6d5fcdb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_w_ec581a.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visibl_6bf958.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visibl_6bf958.rb deleted file mode 100644 index 223a100..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visibl_6bf958.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visibl_70409a.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visibl_70409a.rb deleted file mode 100644 index dc3d8eb..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visibl_70409a.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visible.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visible.rb deleted file mode 100644 index a153db9..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visible.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisible < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visible_root.rb b/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visible_root.rb deleted file mode 100644 index 96545ae..0000000 --- a/lib/CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visible_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox.rb index b109b87..6954ea5 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox.rb @@ -21,7 +21,7 @@ class DocFormsGet200ResponseFieldsItemCheckbox < Internal::Types::Model field :default_value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" - field :actions, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfFieldActions }, optional: true, nullable: false field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem] }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions.rb deleted file mode 100644 index d659b9e..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemCheckboxActions < Internal::Types::Model - field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke }, optional: true, nullable: false - - field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsFormat }, optional: true, nullable: false - - field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsValidate }, optional: true, nullable: false - - field :calculate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate.rb deleted file mode 100644 index b271037..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root.rb deleted file mode 100644 index 5e4c011..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root_type.rb deleted file mode 100644 index e5a1873..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_warnings_item.rb deleted file mode 100644 index da0deea..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format.rb deleted file mode 100644 index c82e283..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemCheckboxActionsFormat < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root.rb deleted file mode 100644 index 71167f6..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root_type.rb deleted file mode 100644 index a33e3cb..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_warnings_item.rb deleted file mode 100644 index 0711c44..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke.rb deleted file mode 100644 index 674e271..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root.rb deleted file mode 100644 index ecfd251..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root_type.rb deleted file mode 100644 index 1cbeafc..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_warnings_item.rb deleted file mode 100644 index e8d287f..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate.rb deleted file mode 100644 index e7a7444..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemCheckboxActionsValidate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root.rb deleted file mode 100644 index 0cea9cf..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root_type.rb deleted file mode 100644 index 38b2b51..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_warnings_item.rb deleted file mode 100644 index db28225..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox.rb index a1239e3..a69fb1f 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox.rb @@ -21,7 +21,7 @@ class DocFormsGet200ResponseFieldsItemCombobox < Internal::Types::Model field :default_value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" - field :actions, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfFieldActions }, optional: true, nullable: false field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxWidgetsItem] }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions.rb deleted file mode 100644 index 28203f7..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemComboboxActions < Internal::Types::Model - field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke }, optional: true, nullable: false - - field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsFormat }, optional: true, nullable: false - - field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsValidate }, optional: true, nullable: false - - field :calculate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsCalculate }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate.rb deleted file mode 100644 index b0f5265..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemComboboxActionsCalculate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root.rb deleted file mode 100644 index bf63bed..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root_type.rb deleted file mode 100644 index 296da18..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_warnings_item.rb deleted file mode 100644 index b33313f..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format.rb deleted file mode 100644 index 426fe12..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemComboboxActionsFormat < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root.rb deleted file mode 100644 index f5b89e3..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root_type.rb deleted file mode 100644 index 82b365c..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke.rb deleted file mode 100644 index 4551216..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root.rb deleted file mode 100644 index b9937c2..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root_type.rb deleted file mode 100644 index b28f188..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_warnings_item.rb deleted file mode 100644 index 915c44b..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate.rb deleted file mode 100644 index 8580856..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemComboboxActionsValidate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root.rb deleted file mode 100644 index 47b2057..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root_type.rb deleted file mode 100644 index d84d43a..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_warnings_item.rb deleted file mode 100644 index e610e4c..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox.rb index b723602..4016235 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox.rb @@ -21,7 +21,7 @@ class DocFormsGet200ResponseFieldsItemListbox < Internal::Types::Model field :default_value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" - field :actions, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfFieldActions }, optional: true, nullable: false field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxWidgetsItem] }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions.rb deleted file mode 100644 index 045d22f..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemListboxActions < Internal::Types::Model - field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsKeystroke }, optional: true, nullable: false - - field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsFormat }, optional: true, nullable: false - - field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsValidate }, optional: true, nullable: false - - field :calculate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsCalculate }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate.rb deleted file mode 100644 index 09bc837..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemListboxActionsCalculate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root.rb deleted file mode 100644 index ce0e72e..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root_type.rb deleted file mode 100644 index 0f2d966..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_warnings_item.rb deleted file mode 100644 index 90ff78b..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format.rb deleted file mode 100644 index 72655e3..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemListboxActionsFormat < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root.rb deleted file mode 100644 index 4a9e94b..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root_type.rb deleted file mode 100644 index 1270f8f..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_warnings_item.rb deleted file mode 100644 index 6c722ab..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke.rb deleted file mode 100644 index 4a968a0..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemListboxActionsKeystroke < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root.rb deleted file mode 100644 index f12be74..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root_type.rb deleted file mode 100644 index d1eff52..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_warnings_item.rb deleted file mode 100644 index 718f7a8..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate.rb deleted file mode 100644 index df3386e..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemListboxActionsValidate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root.rb deleted file mode 100644 index f57dfd4..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root_type.rb deleted file mode 100644 index 330e80f..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_warnings_item.rb deleted file mode 100644 index 9a24356..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton.rb index 2ccd356..ebc8aa7 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton.rb @@ -21,7 +21,7 @@ class DocFormsGet200ResponseFieldsItemPushbutton < Internal::Types::Model field :default_value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" - field :actions, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfFieldActions }, optional: true, nullable: false field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem] }, optional: false, nullable: false end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions.rb deleted file mode 100644 index b9d07d7..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemPushbuttonActions < Internal::Types::Model - field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke }, optional: true, nullable: false - - field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat }, optional: true, nullable: false - - field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate }, optional: true, nullable: false - - field :calculate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate.rb deleted file mode 100644 index 20f93f7..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root.rb deleted file mode 100644 index 194f833..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root_type.rb deleted file mode 100644 index e1464a4..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_warnings_item.rb deleted file mode 100644 index 28505dc..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format.rb deleted file mode 100644 index 13b5761..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root.rb deleted file mode 100644 index 324a5c9..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root_type.rb deleted file mode 100644 index 0b82f5d..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_warnings_item.rb deleted file mode 100644 index 7fae783..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke.rb deleted file mode 100644 index 72a13a1..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root.rb deleted file mode 100644 index 757b991..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root_type.rb deleted file mode 100644 index 0e4bf73..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_warnings_item.rb deleted file mode 100644 index 1641ada..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate.rb deleted file mode 100644 index 88f9139..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root.rb deleted file mode 100644 index c32bf75..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root_type.rb deleted file mode 100644 index ac9b057..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_warnings_item.rb deleted file mode 100644 index 03b0979..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio.rb index e3e3faf..815649e 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio.rb @@ -21,7 +21,7 @@ class DocFormsGet200ResponseFieldsItemRadio < Internal::Types::Model field :default_value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" - field :actions, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfFieldActions }, optional: true, nullable: false field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioWidgetsItem] }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions.rb deleted file mode 100644 index b13cc4a..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemRadioActions < Internal::Types::Model - field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsKeystroke }, optional: true, nullable: false - - field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsFormat }, optional: true, nullable: false - - field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsValidate }, optional: true, nullable: false - - field :calculate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsCalculate }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate.rb deleted file mode 100644 index 7229046..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemRadioActionsCalculate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root.rb deleted file mode 100644 index 08caf85..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root_type.rb deleted file mode 100644 index 186201a..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_warnings_item.rb deleted file mode 100644 index fb3ace1..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format.rb deleted file mode 100644 index 8fdd8cf..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemRadioActionsFormat < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root.rb deleted file mode 100644 index 2919a40..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root_type.rb deleted file mode 100644 index b86d6f3..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_warnings_item.rb deleted file mode 100644 index 2603f7e..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke.rb deleted file mode 100644 index 218685d..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemRadioActionsKeystroke < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root.rb deleted file mode 100644 index 40ce7d7..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root_type.rb deleted file mode 100644 index da1f611..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_warnings_item.rb deleted file mode 100644 index 4031796..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate.rb deleted file mode 100644 index c7e1e8a..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemRadioActionsValidate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root.rb deleted file mode 100644 index 7aa26a4..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root_type.rb deleted file mode 100644 index 1e7cd03..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_warnings_item.rb deleted file mode 100644 index 6bd7ab4..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature.rb index 31f2f79..8b894cd 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature.rb @@ -21,7 +21,7 @@ class DocFormsGet200ResponseFieldsItemSignature < Internal::Types::Model field :default_value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" - field :actions, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfFieldActions }, optional: true, nullable: false field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureWidgetsItem] }, optional: false, nullable: false end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions.rb deleted file mode 100644 index 2f1e5ef..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemSignatureActions < Internal::Types::Model - field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke }, optional: true, nullable: false - - field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsFormat }, optional: true, nullable: false - - field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsValidate }, optional: true, nullable: false - - field :calculate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsCalculate }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate.rb deleted file mode 100644 index 9d0d492..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemSignatureActionsCalculate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root.rb deleted file mode 100644 index a228582..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root_type.rb deleted file mode 100644 index 91f1e3d..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_warnings_item.rb deleted file mode 100644 index 4e637c6..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format.rb deleted file mode 100644 index d9ec53d..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemSignatureActionsFormat < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root.rb deleted file mode 100644 index 6595103..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root_type.rb deleted file mode 100644 index a5b7970..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_warnings_item.rb deleted file mode 100644 index ab1a138..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke.rb deleted file mode 100644 index e888c49..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root.rb deleted file mode 100644 index 225138a..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root_type.rb deleted file mode 100644 index 74ccd3e..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_warnings_item.rb deleted file mode 100644 index 919a874..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate.rb deleted file mode 100644 index 373c1d7..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemSignatureActionsValidate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root.rb deleted file mode 100644 index 7e651d1..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root_type.rb deleted file mode 100644 index 9503498..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_warnings_item.rb deleted file mode 100644 index 914efc8..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text.rb index 671fe91..7c87bb4 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text.rb @@ -21,7 +21,7 @@ class DocFormsGet200ResponseFieldsItemText < Internal::Types::Model field :default_value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" - field :actions, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfFieldActions }, optional: true, nullable: false field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextWidgetsItem] }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions.rb deleted file mode 100644 index 6f54047..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemTextActions < Internal::Types::Model - field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsKeystroke }, optional: true, nullable: false - - field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsFormat }, optional: true, nullable: false - - field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsValidate }, optional: true, nullable: false - - field :calculate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsCalculate }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate.rb deleted file mode 100644 index 45702f2..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemTextActionsCalculate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root.rb deleted file mode 100644 index 5ebcad2..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root_type.rb deleted file mode 100644 index 5b7fa3e..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_warnings_item.rb deleted file mode 100644 index 0aaff2f..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root_type.rb deleted file mode 100644 index 450ed65..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemTextActionsFormatRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_warnings_item.rb deleted file mode 100644 index f60661e..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke.rb deleted file mode 100644 index 08e45f4..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemTextActionsKeystroke < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root.rb deleted file mode 100644 index 672b7b5..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root_type.rb deleted file mode 100644 index 597e267..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_warnings_item.rb deleted file mode 100644 index 8728982..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate.rb deleted file mode 100644 index 3316b97..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemTextActionsValidate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsValidateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root.rb deleted file mode 100644 index f861ad5..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemTextActionsValidateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsValidateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root_type.rb deleted file mode 100644 index e09d233..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemTextActionsValidateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_warnings_item.rb deleted file mode 100644 index fa13e81..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown.rb index 8a7df00..d5f9679 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown.rb @@ -21,7 +21,7 @@ class DocFormsGet200ResponseFieldsItemUnknown < Internal::Types::Model field :default_value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" - field :actions, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActions }, optional: true, nullable: false + field :actions, -> { CloudPDF::Types::PdfFieldActions }, optional: true, nullable: false field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownWidgetsItem] }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions.rb deleted file mode 100644 index 1d103bb..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemUnknownActions < Internal::Types::Model - field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke }, optional: true, nullable: false - - field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsFormat }, optional: true, nullable: false - - field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsValidate }, optional: true, nullable: false - - field :calculate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsCalculate }, optional: true, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate.rb deleted file mode 100644 index 492339e..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemUnknownActionsCalculate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root.rb deleted file mode 100644 index fae6cc5..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root_type.rb deleted file mode 100644 index 8a62d2b..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_warnings_item.rb deleted file mode 100644 index a079405..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format.rb deleted file mode 100644 index 74dd307..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemUnknownActionsFormat < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root.rb deleted file mode 100644 index fac8ddc..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root_type.rb deleted file mode 100644 index 649e448..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_warnings_item.rb deleted file mode 100644 index 55798d7..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke.rb deleted file mode 100644 index 98a661f..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root.rb deleted file mode 100644 index cd21145..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root_type.rb deleted file mode 100644 index 099b2e1..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_warnings_item.rb deleted file mode 100644 index 0e48c77..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate.rb deleted file mode 100644 index dd9bee7..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemUnknownActionsValidate < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot }, optional: false, nullable: true - - field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false - - field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem] }, optional: false, nullable: false - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root.rb deleted file mode 100644 index a45e66d..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - class DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType }, optional: false, nullable: false - - field :subtype, -> { String }, optional: false, nullable: false - - field :script, -> { String }, optional: true, nullable: false - - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root_type.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root_type.rb deleted file mode 100644 index b13252b..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root_type.rb +++ /dev/null @@ -1,29 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType - extend CloudPDF::Internal::Types::Enum - - UNKNOWN = "unknown" - GOTO = "goto" - GOTO_REMOTE = "goto-remote" - GOTO_EMBEDDED = "goto-embedded" - LAUNCH = "launch" - THREAD = "thread" - URI = "uri" - SOUND = "sound" - MOVIE = "movie" - HIDE = "hide" - NAMED = "named" - SUBMIT_FORM = "submit-form" - RESET_FORM = "reset-form" - IMPORT_DATA = "import-data" - JAVASCRIPT = "javascript" - SET_OCG_STATE = "set-ocg-state" - RENDITION = "rendition" - TRANSITION = "transition" - GOTO3D_VIEW = "goto-3d-view" - end - end -end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_warnings_item.rb deleted file mode 100644 index 1b6be68..0000000 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_warnings_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module CloudPDF - module Types - module DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem - extend CloudPDF::Internal::Types::Enum - - CYCLE_DROPPED = "cycle-dropped" - MALFORMED_NEXT = "malformed-next" - INCOMPLETE = "incomplete" - end - end -end diff --git a/lib/CloudPDF/types/document_actions_snapshot.rb b/lib/CloudPDF/types/document_actions_snapshot.rb new file mode 100644 index 0000000..e978de0 --- /dev/null +++ b/lib/CloudPDF/types/document_actions_snapshot.rb @@ -0,0 +1,23 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class DocumentActionsSnapshot < Internal::Types::Model + field :name_tree_scripts, -> { Internal::Types::Array[CloudPDF::Types::DocumentActionsSnapshotNameTreeScriptsItem] }, optional: false, nullable: false, api_name: "nameTreeScripts" + + field :open_action, -> { CloudPDF::Types::PdfActionTree }, optional: false, nullable: true, api_name: "openAction" + + field :open_destination, -> { CloudPDF::Types::PdfDestination }, optional: true, nullable: false, api_name: "openDestination" + + field :will_close, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "willClose" + + field :will_save, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "willSave" + + field :did_save, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "didSave" + + field :will_print, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "willPrint" + + field :did_print, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "didPrint" + end + end +end diff --git a/lib/CloudPDF/types/document_actions_snapshot_name_tree_scripts_item.rb b/lib/CloudPDF/types/document_actions_snapshot_name_tree_scripts_item.rb new file mode 100644 index 0000000..4296e34 --- /dev/null +++ b/lib/CloudPDF/types/document_actions_snapshot_name_tree_scripts_item.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class DocumentActionsSnapshotNameTreeScriptsItem < Internal::Types::Model + field :name, -> { String }, optional: false, nullable: false + + field :action, -> { CloudPDF::Types::PdfActionTree }, optional: false, nullable: false + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node.rb b/lib/CloudPDF/types/pdf_action_node.rb new file mode 100644 index 0000000..1cd0091 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node.rb @@ -0,0 +1,49 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNode < Internal::Types::Model + extend CloudPDF::Internal::Types::Union + + discriminant :type + + member -> { CloudPDF::Types::PdfActionNodeJavascript }, key: "JAVASCRIPT" + + member -> { CloudPDF::Types::PdfActionNodeGoto }, key: "GOTO" + + member -> { CloudPDF::Types::PdfActionNodeURI }, key: "URI" + + member -> { CloudPDF::Types::PdfActionNodeNamed }, key: "NAMED" + + member -> { CloudPDF::Types::PdfActionNodeHide }, key: "HIDE" + + member -> { CloudPDF::Types::PdfActionNodeResetForm }, key: "RESET_FORM" + + member -> { CloudPDF::Types::PdfActionNodeGotoRemote }, key: "GOTO_REMOTE" + + member -> { CloudPDF::Types::PdfActionNodeGotoEmbedded }, key: "GOTO_EMBEDDED" + + member -> { CloudPDF::Types::PdfActionNodeLaunch }, key: "LAUNCH" + + member -> { CloudPDF::Types::PdfActionNodeRendition }, key: "RENDITION" + + member -> { CloudPDF::Types::PdfActionNodeSubmitForm }, key: "SUBMIT_FORM" + + member -> { CloudPDF::Types::PdfActionNodeThread }, key: "THREAD" + + member -> { CloudPDF::Types::PdfActionNodeSound }, key: "SOUND" + + member -> { CloudPDF::Types::PdfActionNodeMovie }, key: "MOVIE" + + member -> { CloudPDF::Types::PdfActionNodeImportData }, key: "IMPORT_DATA" + + member -> { CloudPDF::Types::PdfActionNodeSetOcgState }, key: "SET_OCG_STATE" + + member -> { CloudPDF::Types::PdfActionNodeTransition }, key: "TRANSITION" + + member -> { CloudPDF::Types::PdfActionNodeGoto3DView }, key: "GOTO3D_VIEW" + + member -> { CloudPDF::Types::PdfActionNodeUnknown }, key: "UNKNOWN" + end + end +end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root.rb b/lib/CloudPDF/types/pdf_action_node_goto.rb similarity index 50% rename from lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root.rb rename to lib/CloudPDF/types/pdf_action_node_goto.rb index 8fc6c16..6cbd381 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root.rb +++ b/lib/CloudPDF/types/pdf_action_node_goto.rb @@ -2,14 +2,12 @@ module CloudPDF module Types - class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType }, optional: false, nullable: false - + class PdfActionNodeGoto < Internal::Types::Model field :subtype, -> { String }, optional: false, nullable: false - field :script, -> { String }, optional: true, nullable: false - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :destination, -> { CloudPDF::Types::PdfDestination }, optional: false, nullable: false end end end diff --git a/lib/CloudPDF/types/pdf_action_node_goto3d_view.rb b/lib/CloudPDF/types/pdf_action_node_goto3d_view.rb new file mode 100644 index 0000000..c12b774 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_goto3d_view.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeGoto3DView < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_goto_embedded.rb b/lib/CloudPDF/types/pdf_action_node_goto_embedded.rb new file mode 100644 index 0000000..aa5bb5b --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_goto_embedded.rb @@ -0,0 +1,13 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeGotoEmbedded < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :file_path, -> { String }, optional: false, nullable: false, api_name: "filePath" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_goto_remote.rb b/lib/CloudPDF/types/pdf_action_node_goto_remote.rb new file mode 100644 index 0000000..e37c0ae --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_goto_remote.rb @@ -0,0 +1,13 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeGotoRemote < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :file_path, -> { String }, optional: false, nullable: false, api_name: "filePath" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_hide.rb b/lib/CloudPDF/types/pdf_action_node_hide.rb new file mode 100644 index 0000000..78ebdd0 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_hide.rb @@ -0,0 +1,15 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeHide < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :targets, -> { Internal::Types::Array[CloudPDF::Types::PdfActionTargetRef] }, optional: false, nullable: false + + field :hide, -> { Internal::Types::Boolean }, optional: false, nullable: false + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_import_data.rb b/lib/CloudPDF/types/pdf_action_node_import_data.rb new file mode 100644 index 0000000..ccd69bd --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_import_data.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeImportData < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_javascript.rb b/lib/CloudPDF/types/pdf_action_node_javascript.rb new file mode 100644 index 0000000..79ea0a5 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_javascript.rb @@ -0,0 +1,13 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeJavascript < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :script, -> { String }, optional: false, nullable: false + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_launch.rb b/lib/CloudPDF/types/pdf_action_node_launch.rb new file mode 100644 index 0000000..291f46e --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_launch.rb @@ -0,0 +1,13 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeLaunch < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :file_path, -> { String }, optional: false, nullable: false, api_name: "filePath" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_movie.rb b/lib/CloudPDF/types/pdf_action_node_movie.rb new file mode 100644 index 0000000..c4fd2df --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_movie.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeMovie < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_named.rb b/lib/CloudPDF/types/pdf_action_node_named.rb new file mode 100644 index 0000000..a57e5f1 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_named.rb @@ -0,0 +1,13 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeNamed < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :name, -> { String }, optional: false, nullable: false + end + end +end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root.rb b/lib/CloudPDF/types/pdf_action_node_rendition.rb similarity index 59% rename from lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root.rb rename to lib/CloudPDF/types/pdf_action_node_rendition.rb index cf3ad91..24c7095 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root.rb +++ b/lib/CloudPDF/types/pdf_action_node_rendition.rb @@ -2,14 +2,12 @@ module CloudPDF module Types - class DocFormsGet200ResponseFieldsItemTextActionsFormatRoot < Internal::Types::Model - field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsFormatRootType }, optional: false, nullable: false - + class PdfActionNodeRendition < Internal::Types::Model field :subtype, -> { String }, optional: false, nullable: false - field :script, -> { String }, optional: true, nullable: false - field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :script, -> { String }, optional: true, nullable: false end end end diff --git a/lib/CloudPDF/types/pdf_action_node_reset_form.rb b/lib/CloudPDF/types/pdf_action_node_reset_form.rb new file mode 100644 index 0000000..b899a1f --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_reset_form.rb @@ -0,0 +1,15 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeResetForm < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :fields, -> { Internal::Types::Array[CloudPDF::Types::PdfActionTargetRef] }, optional: false, nullable: true + + field :exclude, -> { Internal::Types::Boolean }, optional: false, nullable: false + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_set_ocg_state.rb b/lib/CloudPDF/types/pdf_action_node_set_ocg_state.rb new file mode 100644 index 0000000..59ffa17 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_set_ocg_state.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeSetOcgState < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_sound.rb b/lib/CloudPDF/types/pdf_action_node_sound.rb new file mode 100644 index 0000000..c9b635e --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_sound.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeSound < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_submit_form.rb b/lib/CloudPDF/types/pdf_action_node_submit_form.rb new file mode 100644 index 0000000..a01d798 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_submit_form.rb @@ -0,0 +1,13 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeSubmitForm < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :payload, -> { CloudPDF::Types::PdfActionNodeSubmitFormPayload }, optional: true, nullable: false + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_submit_form_payload.rb b/lib/CloudPDF/types/pdf_action_node_submit_form_payload.rb new file mode 100644 index 0000000..7604118 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_submit_form_payload.rb @@ -0,0 +1,15 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeSubmitFormPayload < Internal::Types::Model + field :url, -> { String }, optional: false, nullable: false + + field :fields, -> { Internal::Types::Array[CloudPDF::Types::PdfActionTargetRef] }, optional: false, nullable: true + + field :flags, -> { CloudPDF::Types::PdfActionNodeSubmitFormPayloadFlags }, optional: false, nullable: false + + field :char_set, -> { String }, optional: true, nullable: false, api_name: "charSet" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_submit_form_payload_flags.rb b/lib/CloudPDF/types/pdf_action_node_submit_form_payload_flags.rb new file mode 100644 index 0000000..c912a9c --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_submit_form_payload_flags.rb @@ -0,0 +1,31 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeSubmitFormPayloadFlags < Internal::Types::Model + field :raw, -> { Integer }, optional: false, nullable: false + + field :exclude, -> { Internal::Types::Boolean }, optional: false, nullable: false + + field :include_no_value_fields, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "includeNoValueFields" + + field :format, -> { CloudPDF::Types::PdfActionNodeSubmitFormPayloadFlagsFormat }, optional: false, nullable: false + + field :method_, -> { CloudPDF::Types::PdfActionNodeSubmitFormPayloadFlagsMethod }, optional: false, nullable: false, api_name: "method" + + field :submit_coordinates, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "submitCoordinates" + + field :include_append_saves, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "includeAppendSaves" + + field :include_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "includeAnnotations" + + field :canonical_format, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "canonicalFormat" + + field :excl_non_user_annots, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "exclNonUserAnnots" + + field :excl_f_key, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "exclFKey" + + field :embed_form, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "embedForm" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_submit_form_payload_flags_format.rb b/lib/CloudPDF/types/pdf_action_node_submit_form_payload_flags_format.rb new file mode 100644 index 0000000..fe3bf6d --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_submit_form_payload_flags_format.rb @@ -0,0 +1,14 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + module PdfActionNodeSubmitFormPayloadFlagsFormat + extend CloudPDF::Internal::Types::Enum + + FDF = "fdf" + HTML = "html" + XFDF = "xfdf" + PDF = "pdf" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_submit_form_payload_flags_method.rb b/lib/CloudPDF/types/pdf_action_node_submit_form_payload_flags_method.rb new file mode 100644 index 0000000..7badf8e --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_submit_form_payload_flags_method.rb @@ -0,0 +1,12 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + module PdfActionNodeSubmitFormPayloadFlagsMethod + extend CloudPDF::Internal::Types::Enum + + POST = "post" + GET = "get" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_thread.rb b/lib/CloudPDF/types/pdf_action_node_thread.rb new file mode 100644 index 0000000..33dcf90 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_thread.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeThread < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_transition.rb b/lib/CloudPDF/types/pdf_action_node_transition.rb new file mode 100644 index 0000000..6d471b8 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_transition.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeTransition < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_unknown.rb b/lib/CloudPDF/types/pdf_action_node_unknown.rb new file mode 100644 index 0000000..0961e8a --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_unknown.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeUnknown < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_node_uri.rb b/lib/CloudPDF/types/pdf_action_node_uri.rb new file mode 100644 index 0000000..ad39816 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_node_uri.rb @@ -0,0 +1,15 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionNodeURI < Internal::Types::Model + field :subtype, -> { String }, optional: false, nullable: false + + field :next_, -> { Internal::Types::Array[Object] }, optional: false, nullable: false, api_name: "next" + + field :uri, -> { String }, optional: false, nullable: false + + field :is_map, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "isMap" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_target_ref.rb b/lib/CloudPDF/types/pdf_action_target_ref.rb new file mode 100644 index 0000000..214e27a --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_target_ref.rb @@ -0,0 +1,15 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionTargetRef < Internal::Types::Model + extend CloudPDF::Internal::Types::Union + + discriminant :kind + + member -> { CloudPDF::Types::PdfActionTargetRefName }, key: "NAME" + + member -> { CloudPDF::Types::PdfActionTargetRefObjectNumber }, key: "OBJECT_NUMBER" + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_target_ref_name.rb b/lib/CloudPDF/types/pdf_action_target_ref_name.rb new file mode 100644 index 0000000..c593ed5 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_target_ref_name.rb @@ -0,0 +1,9 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionTargetRefName < Internal::Types::Model + field :name, -> { String }, optional: false, nullable: false + end + end +end diff --git a/lib/CloudPDF/types/pdf_action_target_ref_object_number.rb b/lib/CloudPDF/types/pdf_action_target_ref_object_number.rb new file mode 100644 index 0000000..dc5d4f5 --- /dev/null +++ b/lib/CloudPDF/types/pdf_action_target_ref_object_number.rb @@ -0,0 +1,9 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfActionTargetRefObjectNumber < Internal::Types::Model + field :object_number, -> { Integer }, optional: false, nullable: false, api_name: "objectNumber" + end + end +end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format.rb b/lib/CloudPDF/types/pdf_action_tree.rb similarity index 51% rename from lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format.rb rename to lib/CloudPDF/types/pdf_action_tree.rb index aa723c3..c517d40 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format.rb +++ b/lib/CloudPDF/types/pdf_action_tree.rb @@ -2,14 +2,14 @@ module CloudPDF module Types - class DocFormsGet200ResponseFieldsItemTextActionsFormat < Internal::Types::Model - field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsFormatRoot }, optional: false, nullable: true + class PdfActionTree < Internal::Types::Model + field :root, -> { CloudPDF::Types::PdfActionNode }, optional: false, nullable: true field :incomplete, -> { Internal::Types::Boolean }, optional: false, nullable: false field :warning_flags, -> { Integer }, optional: false, nullable: false, api_name: "warningFlags" - field :warnings, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem] }, optional: false, nullable: false + field :warnings, -> { Internal::Types::Array[CloudPDF::Types::PdfActionTreeWarningsItem] }, optional: false, nullable: false end end end diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb b/lib/CloudPDF/types/pdf_action_tree_warnings_item.rb similarity index 74% rename from lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb rename to lib/CloudPDF/types/pdf_action_tree_warnings_item.rb index 560cae1..93f4dc1 100644 --- a/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb +++ b/lib/CloudPDF/types/pdf_action_tree_warnings_item.rb @@ -2,12 +2,13 @@ module CloudPDF module Types - module DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem + module PdfActionTreeWarningsItem extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" INCOMPLETE = "incomplete" + PAYLOAD_DROPPED = "payload-dropped" end end end diff --git a/lib/CloudPDF/types/pdf_annotation_actions.rb b/lib/CloudPDF/types/pdf_annotation_actions.rb new file mode 100644 index 0000000..233fe8c --- /dev/null +++ b/lib/CloudPDF/types/pdf_annotation_actions.rb @@ -0,0 +1,29 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfAnnotationActions < Internal::Types::Model + field :activate, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false + + field :cursor_enter, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "cursorEnter" + + field :cursor_exit, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "cursorExit" + + field :mouse_down, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "mouseDown" + + field :mouse_up, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "mouseUp" + + field :focus, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false + + field :blur, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false + + field :page_open, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "pageOpen" + + field :page_close, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "pageClose" + + field :page_visible, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "pageVisible" + + field :page_invisible, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false, api_name: "pageInvisible" + end + end +end diff --git a/lib/CloudPDF/types/pdf_destination.rb b/lib/CloudPDF/types/pdf_destination.rb new file mode 100644 index 0000000..006b85b --- /dev/null +++ b/lib/CloudPDF/types/pdf_destination.rb @@ -0,0 +1,27 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfDestination < Internal::Types::Model + extend CloudPDF::Internal::Types::Union + + discriminant :kind + + member -> { CloudPDF::Types::PdfDestinationXyz }, key: "XYZ" + + member -> { CloudPDF::Types::PdfDestinationFit }, key: "FIT" + + member -> { CloudPDF::Types::PdfDestinationFitH }, key: "FIT_H" + + member -> { CloudPDF::Types::PdfDestinationFitV }, key: "FIT_V" + + member -> { CloudPDF::Types::PdfDestinationFitR }, key: "FIT_R" + + member -> { CloudPDF::Types::PdfDestinationFitB }, key: "FIT_B" + + member -> { CloudPDF::Types::PdfDestinationFitBh }, key: "FIT_BH" + + member -> { CloudPDF::Types::PdfDestinationFitBv }, key: "FIT_BV" + end + end +end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit.rb b/lib/CloudPDF/types/pdf_destination_fit.rb similarity index 64% rename from lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit.rb rename to lib/CloudPDF/types/pdf_destination_fit.rb index ee0c0cd..4fac27f 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit.rb +++ b/lib/CloudPDF/types/pdf_destination_fit.rb @@ -2,7 +2,7 @@ module CloudPDF module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit < Internal::Types::Model + class PdfDestinationFit < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" end end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb b/lib/CloudPDF/types/pdf_destination_fit_b.rb similarity index 63% rename from lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb rename to lib/CloudPDF/types/pdf_destination_fit_b.rb index 0ccaf3f..f854d45 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb +++ b/lib/CloudPDF/types/pdf_destination_fit_b.rb @@ -2,7 +2,7 @@ module CloudPDF module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB < Internal::Types::Model + class PdfDestinationFitB < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" end end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb b/lib/CloudPDF/types/pdf_destination_fit_bh.rb similarity index 70% rename from lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb rename to lib/CloudPDF/types/pdf_destination_fit_bh.rb index 192c8a2..4d2cc8a 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb +++ b/lib/CloudPDF/types/pdf_destination_fit_bh.rb @@ -2,7 +2,7 @@ module CloudPDF module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH < Internal::Types::Model + class PdfDestinationFitBh < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :top, -> { Integer }, optional: true, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb b/lib/CloudPDF/types/pdf_destination_fit_bv.rb similarity index 70% rename from lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb rename to lib/CloudPDF/types/pdf_destination_fit_bv.rb index cff60d4..47a4745 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb +++ b/lib/CloudPDF/types/pdf_destination_fit_bv.rb @@ -2,7 +2,7 @@ module CloudPDF module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV < Internal::Types::Model + class PdfDestinationFitBv < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :left, -> { Integer }, optional: true, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb b/lib/CloudPDF/types/pdf_destination_fit_h.rb similarity index 70% rename from lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb rename to lib/CloudPDF/types/pdf_destination_fit_h.rb index 9a14b7d..6c81028 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb +++ b/lib/CloudPDF/types/pdf_destination_fit_h.rb @@ -2,7 +2,7 @@ module CloudPDF module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh < Internal::Types::Model + class PdfDestinationFitH < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :top, -> { Integer }, optional: true, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb b/lib/CloudPDF/types/pdf_destination_fit_r.rb similarity index 81% rename from lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb rename to lib/CloudPDF/types/pdf_destination_fit_r.rb index 997b1b3..8d3875a 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb +++ b/lib/CloudPDF/types/pdf_destination_fit_r.rb @@ -2,7 +2,7 @@ module CloudPDF module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR < Internal::Types::Model + class PdfDestinationFitR < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb b/lib/CloudPDF/types/pdf_destination_fit_v.rb similarity index 70% rename from lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb rename to lib/CloudPDF/types/pdf_destination_fit_v.rb index 4cd9ccb..a082d4f 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb +++ b/lib/CloudPDF/types/pdf_destination_fit_v.rb @@ -2,7 +2,7 @@ module CloudPDF module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv < Internal::Types::Model + class PdfDestinationFitV < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :left, -> { Integer }, optional: true, nullable: false diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb b/lib/CloudPDF/types/pdf_destination_xyz.rb similarity index 78% rename from lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb rename to lib/CloudPDF/types/pdf_destination_xyz.rb index b0ae648..32252fb 100644 --- a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb +++ b/lib/CloudPDF/types/pdf_destination_xyz.rb @@ -2,7 +2,7 @@ module CloudPDF module Types - class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz < Internal::Types::Model + class PdfDestinationXyz < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :left, -> { Integer }, optional: true, nullable: false diff --git a/lib/CloudPDF/types/pdf_field_actions.rb b/lib/CloudPDF/types/pdf_field_actions.rb new file mode 100644 index 0000000..ac2b949 --- /dev/null +++ b/lib/CloudPDF/types/pdf_field_actions.rb @@ -0,0 +1,15 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfFieldActions < Internal::Types::Model + field :keystroke, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false + + field :format, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false + + field :validate, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false + + field :calculate, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false + end + end +end diff --git a/lib/CloudPDF/types/pdf_page_actions.rb b/lib/CloudPDF/types/pdf_page_actions.rb new file mode 100644 index 0000000..6b4327e --- /dev/null +++ b/lib/CloudPDF/types/pdf_page_actions.rb @@ -0,0 +1,11 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class PdfPageActions < Internal::Types::Model + field :open, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false + + field :close, -> { CloudPDF::Types::PdfActionTree }, optional: true, nullable: false + end + end +end diff --git a/lib/CloudPDF/version.rb b/lib/CloudPDF/version.rb index 17546c2..d14dc8a 100644 --- a/lib/CloudPDF/version.rb +++ b/lib/CloudPDF/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CloudPDF - VERSION = "3.0.0.alpha.10" + VERSION = "3.0.0.alpha.11" end diff --git a/lib/cloudpdf.rb b/lib/cloudpdf.rb index b92b711..20da6c1 100644 --- a/lib/cloudpdf.rb +++ b/lib/cloudpdf.rb @@ -50,6 +50,49 @@ require_relative "CloudPDF/types/engine_error_payload_name" require_relative "CloudPDF/types/engine_error_payload_code" require_relative "CloudPDF/types/engine_error_payload" +require_relative "CloudPDF/types/pdf_action_target_ref_name" +require_relative "CloudPDF/types/pdf_action_target_ref_object_number" +require_relative "CloudPDF/types/pdf_action_target_ref" +require_relative "CloudPDF/types/pdf_destination_xyz" +require_relative "CloudPDF/types/pdf_destination_fit" +require_relative "CloudPDF/types/pdf_destination_fit_h" +require_relative "CloudPDF/types/pdf_destination_fit_v" +require_relative "CloudPDF/types/pdf_destination_fit_r" +require_relative "CloudPDF/types/pdf_destination_fit_b" +require_relative "CloudPDF/types/pdf_destination_fit_bh" +require_relative "CloudPDF/types/pdf_destination_fit_bv" +require_relative "CloudPDF/types/pdf_destination" +require_relative "CloudPDF/types/pdf_action_node_javascript" +require_relative "CloudPDF/types/pdf_action_node_goto" +require_relative "CloudPDF/types/pdf_action_node_uri" +require_relative "CloudPDF/types/pdf_action_node_named" +require_relative "CloudPDF/types/pdf_action_node_hide" +require_relative "CloudPDF/types/pdf_action_node_reset_form" +require_relative "CloudPDF/types/pdf_action_node_goto_remote" +require_relative "CloudPDF/types/pdf_action_node_goto_embedded" +require_relative "CloudPDF/types/pdf_action_node_launch" +require_relative "CloudPDF/types/pdf_action_node_rendition" +require_relative "CloudPDF/types/pdf_action_node_submit_form_payload_flags_format" +require_relative "CloudPDF/types/pdf_action_node_submit_form_payload_flags_method" +require_relative "CloudPDF/types/pdf_action_node_submit_form_payload_flags" +require_relative "CloudPDF/types/pdf_action_node_submit_form_payload" +require_relative "CloudPDF/types/pdf_action_node_submit_form" +require_relative "CloudPDF/types/pdf_action_node_thread" +require_relative "CloudPDF/types/pdf_action_node_sound" +require_relative "CloudPDF/types/pdf_action_node_movie" +require_relative "CloudPDF/types/pdf_action_node_import_data" +require_relative "CloudPDF/types/pdf_action_node_set_ocg_state" +require_relative "CloudPDF/types/pdf_action_node_transition" +require_relative "CloudPDF/types/pdf_action_node_goto3d_view" +require_relative "CloudPDF/types/pdf_action_node_unknown" +require_relative "CloudPDF/types/pdf_action_node" +require_relative "CloudPDF/types/pdf_action_tree_warnings_item" +require_relative "CloudPDF/types/pdf_action_tree" +require_relative "CloudPDF/types/pdf_field_actions" +require_relative "CloudPDF/types/pdf_page_actions" +require_relative "CloudPDF/types/pdf_annotation_actions" +require_relative "CloudPDF/types/document_actions_snapshot_name_tree_scripts_item" +require_relative "CloudPDF/types/document_actions_snapshot" require_relative "CloudPDF/types/tenants_create200response_tenant_status" require_relative "CloudPDF/types/tenants_create200response_tenant" require_relative "CloudPDF/types/tenants_create200response" @@ -267,51 +310,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p2" @@ -334,51 +332,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p2" @@ -401,51 +354,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p2" @@ -468,51 +376,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p2" @@ -536,51 +399,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_border_style" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_interior_color" @@ -602,51 +420,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_border_style" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_interior_color" @@ -668,51 +441,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_border_style" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_interior_color" @@ -733,51 +461,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_border_style" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_interior_color" @@ -801,51 +484,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_border_style" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_interior_color" @@ -871,60 +509,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_uri" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_remote" @@ -949,51 +533,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_border_style" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_intent" @@ -1014,51 +553,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_intent" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_font_family" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_text_align" @@ -1085,51 +579,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_intent" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_rect_differences" @@ -1150,51 +599,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_icon" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text" @@ -1213,51 +617,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_unrotated_rect" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_object_number" @@ -1275,51 +634,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_warn_54298b" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_warni_24a6a0" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_warn_2f568a" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_wa_35542a" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_icon" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_file" @@ -1339,51 +653,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_interior_color" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_border_style" @@ -1407,51 +676,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p2" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p3" @@ -1478,51 +702,6 @@ require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_reply_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root_type" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported" require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item" require_relative "CloudPDF/types/doc_annotations_list200response" @@ -1549,51 +728,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_754d31" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate_c28dfb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_778cb5" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_368195" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_6eabe8" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_3bbc7a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_a84313" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_e_7ffc49" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_do_6b328e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_do_07b622" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_1cafdd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up_0ed6cc" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus_wa_11ce89" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur_war_f4f9bc" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_ope_e40b65" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_ope_e5e636" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_clo_2a9516" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_clo_52aa9c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_636584" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_bfeb52" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_vis_010825" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_09b623" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_21b108" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_inv_ccdc70" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_highlight_quad_points_item_p2" @@ -1616,51 +750,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_396642" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate_0a0340" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_561c9d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_e06024" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_31bf45" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_ccd60c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_0e3909" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_e_ca60a4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_do_391bef" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_do_7de248" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_eee67b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up_75855e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus_wa_0640e4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur_war_748c79" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_ope_c27663" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_ope_479958" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_clo_5d332c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_clo_3a241e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_797471" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_d24730" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_vis_5e26a2" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_8c1a55" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_3d0484" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_inv_d5f13d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_underline_quad_points_item_p2" @@ -1683,51 +772,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_db66e7" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate_118579" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_9d81ca" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_e502e8" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_en_7346da" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_ex_b6d78b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_ex_437108" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_dow_5c8f5e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_dow_f0ce4e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_106c54" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up_526c74" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus_war_b14d3b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur_warn_81dd78" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_0f6010" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open_103f94" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_clos_284073" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_clos_4e6f35" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_560895" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_238be7" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visi_3691fe" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_1d5ace" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_0932fe" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invi_0335aa" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_squiggly_quad_points_item_p2" @@ -1750,51 +794,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_3391f6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate_408681" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_9ed060" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_9875a3" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_a2cf9a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_0858dd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_12b166" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_e_f2a3a1" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_do_4644a7" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_do_42bddf" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_a8ed8b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up_6d2d6e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus_wa_7cee8a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur_war_d37842" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_ope_80241e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_ope_491d77" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_clo_db6198" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_clo_9a7da9" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_81016e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_145876" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_vis_c364ec" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_639324" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_e5d858" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_inv_1fd9d4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_strikeout_quad_points_item_p2" @@ -1818,51 +817,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate_wa_e446d4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_ente_0ccf2b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_ente_f0b8f2" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_4f35a3" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit_ae41c2" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_d19f13" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down_5b02ca" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up_wa_44c8ba" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus_warni_761fcb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_r_9ecbe6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open_w_13122f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_f65f98" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close_d3ff0f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visibl_fdb666" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visibl_84f95f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_7f495f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_ffad8a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisi_25585d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_border_style" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_circle_interior_color" @@ -1884,51 +838,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate_wa_61b2b8" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_ente_45615f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_ente_85199a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_7bcc7c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit_5cf588" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_2b8381" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down_48acc4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up_wa_9c06ad" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus_warni_c9b54e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_r_ff5bcb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open_w_1086f7" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_e3fab5" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close_d208c4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visibl_ba2feb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visibl_edd5da" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_9ae2b6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_986116" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisi_dd020f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_border_style" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_square_interior_color" @@ -1950,51 +859,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_r_fc59be" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate_w_f3fea7" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_ent_6f049e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_ent_da6730" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exi_51c417" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exi_478edd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_129bce" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down_1e998e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_r_094c74" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up_w_b7587e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus_warn_31281a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur_warni_2e7cc9" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_f6856b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open_f576ae" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_ca606d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close_031f4d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visib_a0b54b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visib_5372cd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_5bdab5" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_234241" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invis_ebd724" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_border_style" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polygon_interior_color" @@ -2015,51 +879,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_69c475" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate_40e96f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_c14c3f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_6a9451" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_en_298362" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_ex_e4d3f6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_ex_1769e0" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_dow_2b395d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_dow_bc7c3e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_fd02ab" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up_4d8964" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus_war_39ee27" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur_warn_84500a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_bb3ef9" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open_4309bf" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_clos_451286" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_clos_be8a49" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_e82f19" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_ad49d6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visi_9bc6f6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_2e1245" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_2a136b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invi_b9f794" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_border_style" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_polyline_interior_color" @@ -2083,51 +902,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate_warn_456c4f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_da5bbf" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter_6175a1" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_r_427805" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit_w_7a5fa4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down_wa_9a4db8" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up_warn_1ff6c3" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open_war_2fca75" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close_wa_02321b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_e5da4d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible_37c99e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisibl_b4dc13" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisibl_c7faab" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_border_style" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_line_interior_color" @@ -2153,60 +927,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate_warn_fa7937" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_2ce29a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter_eeed18" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_r_6031a6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit_w_efcfd2" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down_wa_221dfa" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up_warn_b58c2e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open_war_76c842" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close_wa_d8f1b6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_80a529" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible_955b42" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisibl_d307ef" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisibl_d2acf8" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_actions" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination_xyz" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination_fit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_760971" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_68095b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_6c0962" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_7c097b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_71ecea" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destinati_73ecee" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_destination" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_uri" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_link_target_goto_remote" @@ -2231,51 +951,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate_warni_abbe11" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_r_c6f7bb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter_w_f16660" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit_wa_a52218" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down_war_5c83bc" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up_warni_a6edc8" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open_warn_b89c64" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close_war_309274" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_r_2a49b0" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible_w_02a9b1" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_a4b96a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible_383e5d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_border_style" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_ink_intent" @@ -2296,51 +971,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_ad6abb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate_b37084" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_c31630" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_1a42c9" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_e4ca67" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_a45a6f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_1ec9d5" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_e_f43ff6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_do_dee2e1" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_do_a45189" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_ea3171" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up_c7f7d7" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus_wa_4862aa" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur_war_97068f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_ope_20bdf2" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_ope_4d28cf" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_clo_647e30" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_clo_7ddac5" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_81433e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_f1aae4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_vis_3f5615" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_201a5f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_d1eb8e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_inv_dc8d95" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_intent" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_font_family" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_free_text_text_align" @@ -2367,51 +997,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate_war_0d9315" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_d01122" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter_5a3a45" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_3bf8f4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit_136edc" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_r_7d7f5a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down_w_97bac2" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up_war_033968" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open_wa_249bff" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_r_72ce7f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close_w_e2c456" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_e2f4a0" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible_7fb95c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisib_ac930d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisib_f76de6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_intent" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_caret_rect_differences" @@ -2432,51 +1017,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate_warn_908f11" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_e41de8" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter_fbdd86" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_r_ad6ff4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit_w_8a5944" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down_wa_aee949" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up_warn_3aa446" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open_war_b8cc23" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close_wa_c9faa8" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_9ea6fd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible_bdd349" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisibl_687a55" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisibl_58c538" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text_icon" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_text" @@ -2495,51 +1035,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate_war_23fb16" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_e1c151" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter_5681b2" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_0aaaef" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit_8f8bb2" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_r_73f2b3" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down_w_77811e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up_war_43739f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open_wa_375beb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_r_737c5b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close_w_396d0a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_dae14e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible_772c63" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisib_5cba78" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisib_7d5ef9" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp_unrotated_rect" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_stamp" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_ref_object_number" @@ -2557,51 +1052,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_f63166" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_dcc653" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_ac_da39f7" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_93d695" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_2ed9f1" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_919d3a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_b4955e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_4c892a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_23781e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_085772" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_cu_e984fd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_15ff34" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_b59c79" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_a67cfb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_8fa575" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_e35e3c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_20b55c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mo_3d1e83" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_92a659" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_8679cd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_fo_b76f88" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_bl_bc8c24" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_bl_a5603c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_2c52cd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_08d64b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_f9d30f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_0575eb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_1b0383" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_4786e7" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_b96524" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_2ecd3b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_b19388" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_e8d94a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_566d58" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_08606a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_34dea4" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_245d60" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions_pa_cab94f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_icon" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_file_attachment_file" @@ -2621,51 +1071,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate_wa_7ba253" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_ente_6e93b8" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_ente_b41b99" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_776396" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit_54bf66" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_31873e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down_13f96f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up_wa_22ecb9" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus_warni_45d566" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_r_8da42f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open_w_ec581a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_a9e4ec" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close_91e126" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visibl_70409a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visibl_6bf958" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_823353" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_56ac2d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisi_2b4eff" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_interior_color" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_widget_border_style" @@ -2689,51 +1094,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate_wa_cedc60" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_ente_8b1f64" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_enter_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_ente_f89f8d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_37be85" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit_3c5f92" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_11e170" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down_78c500" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up_wa_580398" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus_warni_69df16" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_root_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur_warnings_item" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_r_bc7fc7" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open_w_fb4d68" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_23982a" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close_72986e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visibl_ab0704" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visible_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visibl_eff5e1" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_78e22c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_0825af" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisi_f19415" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions_page_invisible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_quad_points_item_p1" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_quad_points_item_p2" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_redact_quad_points_item_p3" @@ -2760,51 +1120,6 @@ require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_in_reply_to_index" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_in_reply_to" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_reply_type" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activa_014f1f" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activate_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activa_ff3c72" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_activate" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_054abd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_eb6c29" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_5d086d" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_enter" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_355bee" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_3f1098" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_d3f313" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_cursor_exit" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_b3326b" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_46c632" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_1826de" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_down" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_cc9153" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_up_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_92a954" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_mouse_up" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_a818fb" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus_4e98aa" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_focus" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_r_8f2c8e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_root" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur_w_f15022" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_blur" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_598c16" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_3572a0" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_o_9519ea" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_open" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_cfb3d3" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_a041f6" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_c_d77eaf" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_close" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_aab2c1" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_085afc" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_v_9757ec" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_visible" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_30e43c" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_6bf730" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_25cc6e" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions_page_i_3c2fdd" -require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported_actions" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item_unsupported" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item_annotations_item" require_relative "CloudPDF/types/doc_annotations_list_all200response_pages_item" @@ -2878,23 +1193,6 @@ require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_array" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_unsupported" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_actions" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_widgets_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref_object_number" @@ -2912,23 +1210,6 @@ require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_array" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_unsupported" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_widgets_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_ref_object_number" @@ -2946,23 +1227,6 @@ require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_array" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_unsupported" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_actions" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_widgets_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref_object_number" @@ -2980,23 +1244,6 @@ require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_array" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_unsupported" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_widgets_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_options_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox" @@ -3015,23 +1262,6 @@ require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_array" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_unsupported" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_widgets_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_options_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox" @@ -3050,23 +1280,6 @@ require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_array" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_unsupported" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_widgets_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_ref_object_number" @@ -3084,23 +1297,6 @@ require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_array" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_unsupported" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_actions" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_widgets_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref_object_number" @@ -3118,23 +1314,6 @@ require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_array" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_unsupported" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root_type" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_warnings_item" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate" -require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_widgets_item" require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown" require_relative "CloudPDF/types/doc_forms_get200response_fields_item"