From e488c68df02720df668b50c97e50f83ab5387ca5 Mon Sep 17 00:00:00 2001 From: cloudpdf-sdk-bot Date: Sun, 9 Aug 2026 08:05:18 +0000 Subject: [PATCH] chore: generate CloudPDF Ruby SDK 3.0.0.alpha.1 --- .fern/metadata.json | 5 +- .github/workflows/sdk-ci.yml | 5 + .github/workflows/sdk-release.yml | 130 + README.md | 22 +- cloudpdf-generation.json | 2 +- cloudpdf.gemspec | 10 +- custom.gemspec.rb | 7 + lib/CloudPDF/client.rb | 46 + .../deployment/client.rb | 14 +- .../doc/annotations/client.rb | 56 +- .../types/create_annotations_request.rb | 2 +- .../types/delete_annotations_request.rb | 2 +- .../types/list_annotations_request.rb | 2 +- .../types/update_annotations_request.rb | 2 +- lib/{cloudpdf => CloudPDF}/doc/client.rb | 76 +- .../doc/forms/client.rb | 66 +- .../forms/types/export_data_forms_request.rb | 4 +- .../types/export_data_forms_request_format.rb | 4 +- .../doc/forms/types/get_forms_request.rb | 2 +- .../forms/types/import_data_forms_request.rb | 2 +- .../doc/forms/types/reset_forms_request.rb | 2 +- .../forms/types/set_value_forms_request.rb | 2 +- .../doc/metadata/client.rb | 16 +- .../metadata/types/get_metadata_request.rb | 2 +- .../doc/pages/client.rb | 60 +- .../doc/pages/types/delete_pages_request.rb | 2 +- .../doc/pages/types/flatten_pages_request.rb | 2 +- .../doc/pages/types/move_pages_request.rb | 2 +- .../doc/pages/types/rotate_pages_request.rb | 2 +- .../doc/redactions/client.rb | 18 +- .../types/apply_redactions_request.rb | 2 +- .../doc/types/download_doc_request.rb | 2 +- .../doc/types/head_doc_request.rb | 2 +- .../doc/types/manifest_doc_request.rb | 2 +- .../doc/types/render_doc_request.rb | 2 +- .../doc/types/text_doc_request.rb | 2 +- .../documents/client.rb | 98 +- .../types/delete_documents_request.rb | 2 +- .../types/documents_commit_request.rb | 2 +- .../documents/types/documents_init_request.rb | 4 +- .../documents_init_request_dedup_mode.rb | 4 +- .../types/download_documents_request.rb | 2 +- .../documents/types/get_documents_request.rb | 2 +- .../documents/types/list_documents_request.rb | 4 +- .../types/list_documents_request_state.rb | 4 +- .../types/thumbnail_documents_request.rb | 2 +- .../errors/api_error.rb | 2 +- .../errors/client_error.rb | 2 +- .../errors/redirect_error.rb | 2 +- .../errors/response_error.rb | 2 +- .../errors/server_error.rb | 2 +- .../errors/timeout_error.rb | 2 +- .../internal/errors/constraint_error.rb | 2 +- .../internal/errors/type_error.rb | 2 +- .../internal/http/base_request.rb | 4 +- .../internal/http/raw_client.rb | 6 +- .../iterators/cursor_item_iterator.rb | 6 +- .../iterators/cursor_page_iterator.rb | 4 +- .../internal/iterators/item_iterator.rb | 2 +- .../iterators/offset_item_iterator.rb | 6 +- .../iterators/offset_page_iterator.rb | 4 +- .../internal/json/request.rb | 6 +- .../internal/json/serializable.rb | 2 +- .../internal/multipart/multipart_encoder.rb | 2 +- .../internal/multipart/multipart_form_data.rb | 2 +- .../multipart/multipart_form_data_part.rb | 2 +- .../internal/multipart/multipart_request.rb | 6 +- .../internal/types/array.rb | 6 +- .../internal/types/boolean.rb | 4 +- .../internal/types/enum.rb | 2 +- .../internal/types/hash.rb | 2 +- .../internal/types/model.rb | 4 +- .../internal/types/model/field.rb | 2 +- .../internal/types/type.rb | 4 +- .../internal/types/union.rb | 8 +- .../internal/types/unknown.rb | 4 +- .../internal/types/utils.rb | 2 +- lib/{cloudpdf => CloudPDF}/tenants/client.rb | 52 +- .../tenants/types/delete_tenants_request.rb | 2 +- .../tenants/types/get_tenants_request.rb | 2 +- .../tenants/types/list_tenants_request.rb | 2 +- .../tenants/types/tenants_create_request.rb | 2 +- lib/{cloudpdf => CloudPDF}/tokens/client.rb | 32 +- .../tokens/types/issue_tokens_request.rb | 4 +- .../tokens/types/tokens_revoke_request.rb | 2 +- .../types/admin_error_payload.rb | 4 +- .../types/admin_error_payload_error.rb | 2 +- .../deployment_license_status_response.rb | 2 +- .../doc_annotations_create200response.rb | 4 +- .../doc_annotations_create200response_meta.rb | 6 +- ...ate200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...ions_create200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../doc_annotations_create400response.rb | 6 +- .../doc_annotations_create400response_code.rb | 4 +- .../doc_annotations_create400response_name.rb | 4 +- .../doc_annotations_create404response.rb | 6 +- .../doc_annotations_create404response_code.rb | 4 +- .../doc_annotations_create404response_name.rb | 4 +- .../types/doc_annotations_create_request.rb | 2 +- .../doc_annotations_delete200response.rb | 4 +- .../doc_annotations_delete200response_meta.rb | 6 +- ...ete200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...ions_delete200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../doc_annotations_delete404response.rb | 6 +- .../doc_annotations_delete404response_code.rb | 4 +- .../doc_annotations_delete404response_name.rb | 4 +- .../types/doc_annotations_list200response.rb | 6 +- ...ations_list200response_annotations_item.rb | 49 + ..._list200response_annotations_item_caret.rb | 24 +- ...response_annotations_item_caret_actions.rb | 24 +- ...annotations_item_caret_actions_activate.rb | 6 +- ...ations_item_caret_actions_activate_root.rb | 4 +- ...s_item_caret_actions_activate_root_type.rb | 4 +- ...em_caret_actions_activate_warnings_item.rb | 4 +- ...nse_annotations_item_caret_actions_blur.rb | 6 +- ...nnotations_item_caret_actions_blur_root.rb | 4 +- ...tions_item_caret_actions_blur_root_type.rb | 4 +- ...s_item_caret_actions_blur_warnings_item.rb | 4 +- ...tations_item_caret_actions_cursor_enter.rb | 6 +- ...ns_item_caret_actions_cursor_enter_root.rb | 4 +- ...em_caret_actions_cursor_enter_root_type.rb | 4 +- ...aret_actions_cursor_enter_warnings_item.rb | 4 +- ...otations_item_caret_actions_cursor_exit.rb | 6 +- ...ons_item_caret_actions_cursor_exit_root.rb | 4 +- ...tem_caret_actions_cursor_exit_root_type.rb | 4 +- ...caret_actions_cursor_exit_warnings_item.rb | 4 +- ...se_annotations_item_caret_actions_focus.rb | 6 +- ...notations_item_caret_actions_focus_root.rb | 4 +- ...ions_item_caret_actions_focus_root_type.rb | 4 +- ..._item_caret_actions_focus_warnings_item.rb | 4 +- ...notations_item_caret_actions_mouse_down.rb | 6 +- ...ions_item_caret_actions_mouse_down_root.rb | 4 +- ...item_caret_actions_mouse_down_root_type.rb | 4 +- ..._caret_actions_mouse_down_warnings_item.rb | 4 +- ...annotations_item_caret_actions_mouse_up.rb | 6 +- ...ations_item_caret_actions_mouse_up_root.rb | 4 +- ...s_item_caret_actions_mouse_up_root_type.rb | 4 +- ...em_caret_actions_mouse_up_warnings_item.rb | 4 +- ...notations_item_caret_actions_page_close.rb | 6 +- ...ions_item_caret_actions_page_close_root.rb | 4 +- ...item_caret_actions_page_close_root_type.rb | 4 +- ..._caret_actions_page_close_warnings_item.rb | 4 +- ...tions_item_caret_actions_page_invisible.rb | 6 +- ..._item_caret_actions_page_invisible_root.rb | 4 +- ..._caret_actions_page_invisible_root_type.rb | 4 +- ...et_actions_page_invisible_warnings_item.rb | 4 +- ...nnotations_item_caret_actions_page_open.rb | 6 +- ...tions_item_caret_actions_page_open_root.rb | 4 +- ..._item_caret_actions_page_open_root_type.rb | 4 +- ...m_caret_actions_page_open_warnings_item.rb | 4 +- ...tations_item_caret_actions_page_visible.rb | 6 +- ...ns_item_caret_actions_page_visible_root.rb | 4 +- ...em_caret_actions_page_visible_root_type.rb | 4 +- ...aret_actions_page_visible_warnings_item.rb | 4 +- ...ponse_annotations_item_caret_blend_mode.rb | 4 +- ...00response_annotations_item_caret_color.rb | 2 +- ...00response_annotations_item_caret_flags.rb | 2 +- ...annotations_item_caret_identity_quality.rb | 4 +- ...onse_annotations_item_caret_in_reply_to.rb | 10 +- ...nnotations_item_caret_in_reply_to_index.rb | 4 +- ...s_item_caret_in_reply_to_index_revision.rb | 2 +- ...e_annotations_item_caret_in_reply_to_nm.rb | 2 +- ...ns_item_caret_in_reply_to_object_number.rb | 2 +- ...0response_annotations_item_caret_intent.rb | 4 +- ...200response_annotations_item_caret_rect.rb | 2 +- ...annotations_item_caret_rect_differences.rb | 2 +- ...t200response_annotations_item_caret_ref.rb | 10 +- ...sponse_annotations_item_caret_ref_index.rb | 4 +- ...notations_item_caret_ref_index_revision.rb | 2 +- ...0response_annotations_item_caret_ref_nm.rb | 2 +- ...nnotations_item_caret_ref_object_number.rb | 2 +- ...ponse_annotations_item_caret_reply_type.rb | 4 +- ...list200response_annotations_item_circle.rb | 28 +- ...esponse_annotations_item_circle_actions.rb | 24 +- ...nnotations_item_circle_actions_activate.rb | 6 +- ...tions_item_circle_actions_activate_root.rb | 4 +- ..._item_circle_actions_activate_root_type.rb | 4 +- ...m_circle_actions_activate_warnings_item.rb | 4 +- ...se_annotations_item_circle_actions_blur.rb | 6 +- ...notations_item_circle_actions_blur_root.rb | 4 +- ...ions_item_circle_actions_blur_root_type.rb | 4 +- ..._item_circle_actions_blur_warnings_item.rb | 4 +- ...ations_item_circle_actions_cursor_enter.rb | 6 +- ...s_item_circle_actions_cursor_enter_root.rb | 4 +- ...m_circle_actions_cursor_enter_root_type.rb | 4 +- ...rcle_actions_cursor_enter_warnings_item.rb | 4 +- ...tations_item_circle_actions_cursor_exit.rb | 6 +- ...ns_item_circle_actions_cursor_exit_root.rb | 4 +- ...em_circle_actions_cursor_exit_root_type.rb | 4 +- ...ircle_actions_cursor_exit_warnings_item.rb | 4 +- ...e_annotations_item_circle_actions_focus.rb | 6 +- ...otations_item_circle_actions_focus_root.rb | 4 +- ...ons_item_circle_actions_focus_root_type.rb | 4 +- ...item_circle_actions_focus_warnings_item.rb | 4 +- ...otations_item_circle_actions_mouse_down.rb | 6 +- ...ons_item_circle_actions_mouse_down_root.rb | 4 +- ...tem_circle_actions_mouse_down_root_type.rb | 4 +- ...circle_actions_mouse_down_warnings_item.rb | 4 +- ...nnotations_item_circle_actions_mouse_up.rb | 6 +- ...tions_item_circle_actions_mouse_up_root.rb | 4 +- ..._item_circle_actions_mouse_up_root_type.rb | 4 +- ...m_circle_actions_mouse_up_warnings_item.rb | 4 +- ...otations_item_circle_actions_page_close.rb | 6 +- ...ons_item_circle_actions_page_close_root.rb | 4 +- ...tem_circle_actions_page_close_root_type.rb | 4 +- ...circle_actions_page_close_warnings_item.rb | 4 +- ...ions_item_circle_actions_page_invisible.rb | 6 +- ...item_circle_actions_page_invisible_root.rb | 4 +- ...circle_actions_page_invisible_root_type.rb | 4 +- ...le_actions_page_invisible_warnings_item.rb | 4 +- ...notations_item_circle_actions_page_open.rb | 6 +- ...ions_item_circle_actions_page_open_root.rb | 4 +- ...item_circle_actions_page_open_root_type.rb | 4 +- ..._circle_actions_page_open_warnings_item.rb | 4 +- ...ations_item_circle_actions_page_visible.rb | 6 +- ...s_item_circle_actions_page_visible_root.rb | 4 +- ...m_circle_actions_page_visible_root_type.rb | 4 +- ...rcle_actions_page_visible_warnings_item.rb | 4 +- ...onse_annotations_item_circle_blend_mode.rb | 4 +- ...se_annotations_item_circle_border_style.rb | 4 +- ...0response_annotations_item_circle_color.rb | 2 +- ...0response_annotations_item_circle_flags.rb | 2 +- ...nnotations_item_circle_identity_quality.rb | 4 +- ...nse_annotations_item_circle_in_reply_to.rb | 10 +- ...notations_item_circle_in_reply_to_index.rb | 4 +- ..._item_circle_in_reply_to_index_revision.rb | 2 +- ..._annotations_item_circle_in_reply_to_nm.rb | 2 +- ...s_item_circle_in_reply_to_object_number.rb | 2 +- ..._annotations_item_circle_interior_color.rb | 2 +- ...00response_annotations_item_circle_rect.rb | 2 +- ...nnotations_item_circle_rect_differences.rb | 2 +- ...200response_annotations_item_circle_ref.rb | 10 +- ...ponse_annotations_item_circle_ref_index.rb | 4 +- ...otations_item_circle_ref_index_revision.rb | 2 +- ...response_annotations_item_circle_ref_nm.rb | 2 +- ...notations_item_circle_ref_object_number.rb | 2 +- ...onse_annotations_item_circle_reply_type.rb | 4 +- ..._annotations_item_circle_unrotated_rect.rb | 2 +- ...sponse_annotations_item_file_attachment.rb | 24 +- ...nnotations_item_file_attachment_actions.rb | 24 +- ...s_item_file_attachment_actions_activate.rb | 6 +- ...m_file_attachment_actions_activate_root.rb | 4 +- ...e_attachment_actions_activate_root_type.rb | 4 +- ...tachment_actions_activate_warnings_item.rb | 4 +- ...tions_item_file_attachment_actions_blur.rb | 6 +- ..._item_file_attachment_actions_blur_root.rb | 4 +- ..._file_attachment_actions_blur_root_type.rb | 4 +- ...e_attachment_actions_blur_warnings_item.rb | 4 +- ...em_file_attachment_actions_cursor_enter.rb | 6 +- ...le_attachment_actions_cursor_enter_root.rb | 4 +- ...tachment_actions_cursor_enter_root_type.rb | 4 +- ...chment_actions_cursor_enter_warn_54298b.rb | 4 +- ...tem_file_attachment_actions_cursor_exit.rb | 6 +- ...ile_attachment_actions_cursor_exit_root.rb | 4 +- ...ttachment_actions_cursor_exit_root_type.rb | 4 +- ...chment_actions_cursor_exit_warni_24a6a0.rb | 4 +- ...ions_item_file_attachment_actions_focus.rb | 6 +- ...item_file_attachment_actions_focus_root.rb | 4 +- ...file_attachment_actions_focus_root_type.rb | 4 +- ..._attachment_actions_focus_warnings_item.rb | 4 +- ...item_file_attachment_actions_mouse_down.rb | 6 +- ...file_attachment_actions_mouse_down_root.rb | 4 +- ...attachment_actions_mouse_down_root_type.rb | 4 +- ...chment_actions_mouse_down_warnings_item.rb | 4 +- ...s_item_file_attachment_actions_mouse_up.rb | 6 +- ...m_file_attachment_actions_mouse_up_root.rb | 4 +- ...e_attachment_actions_mouse_up_root_type.rb | 4 +- ...tachment_actions_mouse_up_warnings_item.rb | 4 +- ...item_file_attachment_actions_page_close.rb | 6 +- ...file_attachment_actions_page_close_root.rb | 4 +- ...attachment_actions_page_close_root_type.rb | 4 +- ...chment_actions_page_close_warnings_item.rb | 4 +- ..._file_attachment_actions_page_invisible.rb | 6 +- ..._attachment_actions_page_invisible_root.rb | 4 +- ...chment_actions_page_invisible_root_type.rb | 4 +- ...chment_actions_page_invisible_wa_35542a.rb | 4 +- ..._item_file_attachment_actions_page_open.rb | 6 +- ..._file_attachment_actions_page_open_root.rb | 4 +- ..._attachment_actions_page_open_root_type.rb | 4 +- ...achment_actions_page_open_warnings_item.rb | 4 +- ...em_file_attachment_actions_page_visible.rb | 6 +- ...le_attachment_actions_page_visible_root.rb | 4 +- ...tachment_actions_page_visible_root_type.rb | 4 +- ...chment_actions_page_visible_warn_2f568a.rb | 4 +- ...tations_item_file_attachment_blend_mode.rb | 4 +- ..._annotations_item_file_attachment_color.rb | 2 +- ...e_annotations_item_file_attachment_file.rb | 2 +- ..._annotations_item_file_attachment_flags.rb | 2 +- ...e_annotations_item_file_attachment_icon.rb | 4 +- ...s_item_file_attachment_identity_quality.rb | 4 +- ...ations_item_file_attachment_in_reply_to.rb | 10 +- ..._item_file_attachment_in_reply_to_index.rb | 4 +- ...e_attachment_in_reply_to_index_revision.rb | 2 +- ...ons_item_file_attachment_in_reply_to_nm.rb | 2 +- ...le_attachment_in_reply_to_object_number.rb | 2 +- ...e_annotations_item_file_attachment_rect.rb | 2 +- ...se_annotations_item_file_attachment_ref.rb | 10 +- ...otations_item_file_attachment_ref_index.rb | 4 +- ...item_file_attachment_ref_index_revision.rb | 2 +- ...annotations_item_file_attachment_ref_nm.rb | 2 +- ..._item_file_attachment_ref_object_number.rb | 2 +- ...tations_item_file_attachment_reply_type.rb | 4 +- ...t200response_annotations_item_free_text.rb | 38 +- ...onse_annotations_item_free_text_actions.rb | 24 +- ...tations_item_free_text_actions_activate.rb | 6 +- ...ns_item_free_text_actions_activate_root.rb | 4 +- ...em_free_text_actions_activate_root_type.rb | 4 +- ...ree_text_actions_activate_warnings_item.rb | 4 +- ...annotations_item_free_text_actions_blur.rb | 6 +- ...ations_item_free_text_actions_blur_root.rb | 4 +- ...s_item_free_text_actions_blur_root_type.rb | 4 +- ...em_free_text_actions_blur_warnings_item.rb | 4 +- ...ons_item_free_text_actions_cursor_enter.rb | 6 +- ...tem_free_text_actions_cursor_enter_root.rb | 4 +- ...ree_text_actions_cursor_enter_root_type.rb | 4 +- ...text_actions_cursor_enter_warnings_item.rb | 4 +- ...ions_item_free_text_actions_cursor_exit.rb | 6 +- ...item_free_text_actions_cursor_exit_root.rb | 4 +- ...free_text_actions_cursor_exit_root_type.rb | 4 +- ..._text_actions_cursor_exit_warnings_item.rb | 4 +- ...nnotations_item_free_text_actions_focus.rb | 6 +- ...tions_item_free_text_actions_focus_root.rb | 4 +- ..._item_free_text_actions_focus_root_type.rb | 4 +- ...m_free_text_actions_focus_warnings_item.rb | 4 +- ...tions_item_free_text_actions_mouse_down.rb | 6 +- ..._item_free_text_actions_mouse_down_root.rb | 4 +- ..._free_text_actions_mouse_down_root_type.rb | 4 +- ...e_text_actions_mouse_down_warnings_item.rb | 4 +- ...tations_item_free_text_actions_mouse_up.rb | 6 +- ...ns_item_free_text_actions_mouse_up_root.rb | 4 +- ...em_free_text_actions_mouse_up_root_type.rb | 4 +- ...ree_text_actions_mouse_up_warnings_item.rb | 4 +- ...tions_item_free_text_actions_page_close.rb | 6 +- ..._item_free_text_actions_page_close_root.rb | 4 +- ..._free_text_actions_page_close_root_type.rb | 4 +- ...e_text_actions_page_close_warnings_item.rb | 4 +- ...s_item_free_text_actions_page_invisible.rb | 6 +- ...m_free_text_actions_page_invisible_root.rb | 4 +- ...e_text_actions_page_invisible_root_type.rb | 4 +- ...xt_actions_page_invisible_warnings_item.rb | 4 +- ...ations_item_free_text_actions_page_open.rb | 6 +- ...s_item_free_text_actions_page_open_root.rb | 4 +- ...m_free_text_actions_page_open_root_type.rb | 4 +- ...ee_text_actions_page_open_warnings_item.rb | 4 +- ...ons_item_free_text_actions_page_visible.rb | 6 +- ...tem_free_text_actions_page_visible_root.rb | 4 +- ...ree_text_actions_page_visible_root_type.rb | 4 +- ...text_actions_page_visible_warnings_item.rb | 4 +- ...e_annotations_item_free_text_blend_mode.rb | 4 +- ...annotations_item_free_text_border_style.rb | 4 +- ...sponse_annotations_item_free_text_color.rb | 2 +- ...sponse_annotations_item_free_text_flags.rb | 2 +- ...e_annotations_item_free_text_font_color.rb | 2 +- ..._annotations_item_free_text_font_family.rb | 4 +- ...tations_item_free_text_identity_quality.rb | 4 +- ..._annotations_item_free_text_in_reply_to.rb | 10 +- ...ations_item_free_text_in_reply_to_index.rb | 4 +- ...em_free_text_in_reply_to_index_revision.rb | 2 +- ...notations_item_free_text_in_reply_to_nm.rb | 2 +- ...tem_free_text_in_reply_to_object_number.rb | 2 +- ...ponse_annotations_item_free_text_intent.rb | 4 +- ...notations_item_free_text_interior_color.rb | 2 +- ..._annotations_item_free_text_line_ending.rb | 4 +- ...esponse_annotations_item_free_text_rect.rb | 2 +- ...tations_item_free_text_rect_differences.rb | 2 +- ...response_annotations_item_free_text_ref.rb | 10 +- ...se_annotations_item_free_text_ref_index.rb | 4 +- ...tions_item_free_text_ref_index_revision.rb | 2 +- ...ponse_annotations_item_free_text_ref_nm.rb | 2 +- ...ations_item_free_text_ref_object_number.rb | 2 +- ...e_annotations_item_free_text_reply_type.rb | 4 +- ...e_annotations_item_free_text_text_align.rb | 4 +- ...notations_item_free_text_unrotated_rect.rb | 2 +- ...t200response_annotations_item_highlight.rb | 22 +- ...onse_annotations_item_highlight_actions.rb | 24 +- ...tations_item_highlight_actions_activate.rb | 6 +- ...ns_item_highlight_actions_activate_root.rb | 4 +- ...em_highlight_actions_activate_root_type.rb | 4 +- ...ighlight_actions_activate_warnings_item.rb | 4 +- ...annotations_item_highlight_actions_blur.rb | 6 +- ...ations_item_highlight_actions_blur_root.rb | 4 +- ...s_item_highlight_actions_blur_root_type.rb | 4 +- ...em_highlight_actions_blur_warnings_item.rb | 4 +- ...ons_item_highlight_actions_cursor_enter.rb | 6 +- ...tem_highlight_actions_cursor_enter_root.rb | 4 +- ...ighlight_actions_cursor_enter_root_type.rb | 4 +- ...ight_actions_cursor_enter_warnings_item.rb | 4 +- ...ions_item_highlight_actions_cursor_exit.rb | 6 +- ...item_highlight_actions_cursor_exit_root.rb | 4 +- ...highlight_actions_cursor_exit_root_type.rb | 4 +- ...light_actions_cursor_exit_warnings_item.rb | 4 +- ...nnotations_item_highlight_actions_focus.rb | 6 +- ...tions_item_highlight_actions_focus_root.rb | 4 +- ..._item_highlight_actions_focus_root_type.rb | 4 +- ...m_highlight_actions_focus_warnings_item.rb | 4 +- ...tions_item_highlight_actions_mouse_down.rb | 6 +- ..._item_highlight_actions_mouse_down_root.rb | 4 +- ..._highlight_actions_mouse_down_root_type.rb | 4 +- ...hlight_actions_mouse_down_warnings_item.rb | 4 +- ...tations_item_highlight_actions_mouse_up.rb | 6 +- ...ns_item_highlight_actions_mouse_up_root.rb | 4 +- ...em_highlight_actions_mouse_up_root_type.rb | 4 +- ...ighlight_actions_mouse_up_warnings_item.rb | 4 +- ...tions_item_highlight_actions_page_close.rb | 6 +- ..._item_highlight_actions_page_close_root.rb | 4 +- ..._highlight_actions_page_close_root_type.rb | 4 +- ...hlight_actions_page_close_warnings_item.rb | 4 +- ...s_item_highlight_actions_page_invisible.rb | 6 +- ...m_highlight_actions_page_invisible_root.rb | 4 +- ...hlight_actions_page_invisible_root_type.rb | 4 +- ...ht_actions_page_invisible_warnings_item.rb | 4 +- ...ations_item_highlight_actions_page_open.rb | 6 +- ...s_item_highlight_actions_page_open_root.rb | 4 +- ...m_highlight_actions_page_open_root_type.rb | 4 +- ...ghlight_actions_page_open_warnings_item.rb | 4 +- ...ons_item_highlight_actions_page_visible.rb | 6 +- ...tem_highlight_actions_page_visible_root.rb | 4 +- ...ighlight_actions_page_visible_root_type.rb | 4 +- ...ight_actions_page_visible_warnings_item.rb | 4 +- ...e_annotations_item_highlight_blend_mode.rb | 4 +- ...sponse_annotations_item_highlight_color.rb | 2 +- ...sponse_annotations_item_highlight_flags.rb | 2 +- ...tations_item_highlight_identity_quality.rb | 4 +- ..._annotations_item_highlight_in_reply_to.rb | 10 +- ...ations_item_highlight_in_reply_to_index.rb | 4 +- ...em_highlight_in_reply_to_index_revision.rb | 2 +- ...notations_item_highlight_in_reply_to_nm.rb | 2 +- ...tem_highlight_in_reply_to_object_number.rb | 2 +- ...tations_item_highlight_quad_points_item.rb | 10 +- ...ions_item_highlight_quad_points_item_p1.rb | 2 +- ...ions_item_highlight_quad_points_item_p2.rb | 2 +- ...ions_item_highlight_quad_points_item_p3.rb | 2 +- ...ions_item_highlight_quad_points_item_p4.rb | 2 +- ...esponse_annotations_item_highlight_rect.rb | 2 +- ...response_annotations_item_highlight_ref.rb | 10 +- ...se_annotations_item_highlight_ref_index.rb | 4 +- ...tions_item_highlight_ref_index_revision.rb | 2 +- ...ponse_annotations_item_highlight_ref_nm.rb | 2 +- ...ations_item_highlight_ref_object_number.rb | 2 +- ...e_annotations_item_highlight_reply_type.rb | 4 +- ...ns_list200response_annotations_item_ink.rb | 26 +- ...00response_annotations_item_ink_actions.rb | 24 +- ...e_annotations_item_ink_actions_activate.rb | 6 +- ...otations_item_ink_actions_activate_root.rb | 4 +- ...ons_item_ink_actions_activate_root_type.rb | 4 +- ...item_ink_actions_activate_warnings_item.rb | 4 +- ...ponse_annotations_item_ink_actions_blur.rb | 6 +- ..._annotations_item_ink_actions_blur_root.rb | 4 +- ...tations_item_ink_actions_blur_root_type.rb | 4 +- ...ons_item_ink_actions_blur_warnings_item.rb | 4 +- ...notations_item_ink_actions_cursor_enter.rb | 6 +- ...ions_item_ink_actions_cursor_enter_root.rb | 4 +- ...item_ink_actions_cursor_enter_root_type.rb | 4 +- ..._ink_actions_cursor_enter_warnings_item.rb | 4 +- ...nnotations_item_ink_actions_cursor_exit.rb | 6 +- ...tions_item_ink_actions_cursor_exit_root.rb | 4 +- ..._item_ink_actions_cursor_exit_root_type.rb | 4 +- ...m_ink_actions_cursor_exit_warnings_item.rb | 4 +- ...onse_annotations_item_ink_actions_focus.rb | 6 +- ...annotations_item_ink_actions_focus_root.rb | 4 +- ...ations_item_ink_actions_focus_root_type.rb | 4 +- ...ns_item_ink_actions_focus_warnings_item.rb | 4 +- ...annotations_item_ink_actions_mouse_down.rb | 6 +- ...ations_item_ink_actions_mouse_down_root.rb | 4 +- ...s_item_ink_actions_mouse_down_root_type.rb | 4 +- ...em_ink_actions_mouse_down_warnings_item.rb | 4 +- ...e_annotations_item_ink_actions_mouse_up.rb | 6 +- ...otations_item_ink_actions_mouse_up_root.rb | 4 +- ...ons_item_ink_actions_mouse_up_root_type.rb | 4 +- ...item_ink_actions_mouse_up_warnings_item.rb | 4 +- ...annotations_item_ink_actions_page_close.rb | 6 +- ...ations_item_ink_actions_page_close_root.rb | 4 +- ...s_item_ink_actions_page_close_root_type.rb | 4 +- ...em_ink_actions_page_close_warnings_item.rb | 4 +- ...tations_item_ink_actions_page_invisible.rb | 6 +- ...ns_item_ink_actions_page_invisible_root.rb | 4 +- ...em_ink_actions_page_invisible_root_type.rb | 4 +- ...nk_actions_page_invisible_warnings_item.rb | 4 +- ..._annotations_item_ink_actions_page_open.rb | 6 +- ...tations_item_ink_actions_page_open_root.rb | 4 +- ...ns_item_ink_actions_page_open_root_type.rb | 4 +- ...tem_ink_actions_page_open_warnings_item.rb | 4 +- ...notations_item_ink_actions_page_visible.rb | 6 +- ...ions_item_ink_actions_page_visible_root.rb | 4 +- ...item_ink_actions_page_visible_root_type.rb | 4 +- ..._ink_actions_page_visible_warnings_item.rb | 4 +- ...esponse_annotations_item_ink_blend_mode.rb | 4 +- ...ponse_annotations_item_ink_border_style.rb | 4 +- ...t200response_annotations_item_ink_color.rb | 2 +- ...t200response_annotations_item_ink_flags.rb | 2 +- ...e_annotations_item_ink_identity_quality.rb | 4 +- ...sponse_annotations_item_ink_in_reply_to.rb | 10 +- ..._annotations_item_ink_in_reply_to_index.rb | 4 +- ...ons_item_ink_in_reply_to_index_revision.rb | 2 +- ...nse_annotations_item_ink_in_reply_to_nm.rb | 2 +- ...ions_item_ink_in_reply_to_object_number.rb | 2 +- ...annotations_item_ink_ink_list_item_item.rb | 2 +- ...200response_annotations_item_ink_intent.rb | 4 +- ...st200response_annotations_item_ink_rect.rb | 2 +- ...ist200response_annotations_item_ink_ref.rb | 10 +- ...response_annotations_item_ink_ref_index.rb | 4 +- ...annotations_item_ink_ref_index_revision.rb | 2 +- ...200response_annotations_item_ink_ref_nm.rb | 2 +- ..._annotations_item_ink_ref_object_number.rb | 2 +- ...esponse_annotations_item_ink_reply_type.rb | 4 +- ...s_list200response_annotations_item_line.rb | 28 +- ...0response_annotations_item_line_actions.rb | 24 +- ..._annotations_item_line_actions_activate.rb | 6 +- ...tations_item_line_actions_activate_root.rb | 4 +- ...ns_item_line_actions_activate_root_type.rb | 4 +- ...tem_line_actions_activate_warnings_item.rb | 4 +- ...onse_annotations_item_line_actions_blur.rb | 6 +- ...annotations_item_line_actions_blur_root.rb | 4 +- ...ations_item_line_actions_blur_root_type.rb | 4 +- ...ns_item_line_actions_blur_warnings_item.rb | 4 +- ...otations_item_line_actions_cursor_enter.rb | 6 +- ...ons_item_line_actions_cursor_enter_root.rb | 4 +- ...tem_line_actions_cursor_enter_root_type.rb | 4 +- ...line_actions_cursor_enter_warnings_item.rb | 4 +- ...notations_item_line_actions_cursor_exit.rb | 6 +- ...ions_item_line_actions_cursor_exit_root.rb | 4 +- ...item_line_actions_cursor_exit_root_type.rb | 4 +- ..._line_actions_cursor_exit_warnings_item.rb | 4 +- ...nse_annotations_item_line_actions_focus.rb | 6 +- ...nnotations_item_line_actions_focus_root.rb | 4 +- ...tions_item_line_actions_focus_root_type.rb | 4 +- ...s_item_line_actions_focus_warnings_item.rb | 4 +- ...nnotations_item_line_actions_mouse_down.rb | 6 +- ...tions_item_line_actions_mouse_down_root.rb | 4 +- ..._item_line_actions_mouse_down_root_type.rb | 4 +- ...m_line_actions_mouse_down_warnings_item.rb | 4 +- ..._annotations_item_line_actions_mouse_up.rb | 6 +- ...tations_item_line_actions_mouse_up_root.rb | 4 +- ...ns_item_line_actions_mouse_up_root_type.rb | 4 +- ...tem_line_actions_mouse_up_warnings_item.rb | 4 +- ...nnotations_item_line_actions_page_close.rb | 6 +- ...tions_item_line_actions_page_close_root.rb | 4 +- ..._item_line_actions_page_close_root_type.rb | 4 +- ...m_line_actions_page_close_warnings_item.rb | 4 +- ...ations_item_line_actions_page_invisible.rb | 6 +- ...s_item_line_actions_page_invisible_root.rb | 4 +- ...m_line_actions_page_invisible_root_type.rb | 4 +- ...ne_actions_page_invisible_warnings_item.rb | 4 +- ...annotations_item_line_actions_page_open.rb | 6 +- ...ations_item_line_actions_page_open_root.rb | 4 +- ...s_item_line_actions_page_open_root_type.rb | 4 +- ...em_line_actions_page_open_warnings_item.rb | 4 +- ...otations_item_line_actions_page_visible.rb | 6 +- ...ons_item_line_actions_page_visible_root.rb | 4 +- ...tem_line_actions_page_visible_root_type.rb | 4 +- ...line_actions_page_visible_warnings_item.rb | 4 +- ...sponse_annotations_item_line_blend_mode.rb | 4 +- ...onse_annotations_item_line_border_style.rb | 4 +- ...200response_annotations_item_line_color.rb | 2 +- ...200response_annotations_item_line_flags.rb | 2 +- ..._annotations_item_line_identity_quality.rb | 4 +- ...ponse_annotations_item_line_in_reply_to.rb | 10 +- ...annotations_item_line_in_reply_to_index.rb | 4 +- ...ns_item_line_in_reply_to_index_revision.rb | 2 +- ...se_annotations_item_line_in_reply_to_nm.rb | 2 +- ...ons_item_line_in_reply_to_object_number.rb | 2 +- ...se_annotations_item_line_interior_color.rb | 2 +- ...onse_annotations_item_line_line_endings.rb | 6 +- ..._annotations_item_line_line_endings_end.rb | 4 +- ...nnotations_item_line_line_endings_start.rb | 4 +- ...ponse_annotations_item_line_line_points.rb | 6 +- ...e_annotations_item_line_line_points_end.rb | 2 +- ...annotations_item_line_line_points_start.rb | 2 +- ...t200response_annotations_item_line_rect.rb | 2 +- ...st200response_annotations_item_line_ref.rb | 10 +- ...esponse_annotations_item_line_ref_index.rb | 4 +- ...nnotations_item_line_ref_index_revision.rb | 2 +- ...00response_annotations_item_line_ref_nm.rb | 2 +- ...annotations_item_line_ref_object_number.rb | 2 +- ...sponse_annotations_item_line_reply_type.rb | 4 +- ...s_list200response_annotations_item_link.rb | 20 +- ...0response_annotations_item_link_actions.rb | 24 +- ..._annotations_item_link_actions_activate.rb | 6 +- ...tations_item_link_actions_activate_root.rb | 4 +- ...ns_item_link_actions_activate_root_type.rb | 4 +- ...tem_link_actions_activate_warnings_item.rb | 4 +- ...onse_annotations_item_link_actions_blur.rb | 6 +- ...annotations_item_link_actions_blur_root.rb | 4 +- ...ations_item_link_actions_blur_root_type.rb | 4 +- ...ns_item_link_actions_blur_warnings_item.rb | 4 +- ...otations_item_link_actions_cursor_enter.rb | 6 +- ...ons_item_link_actions_cursor_enter_root.rb | 4 +- ...tem_link_actions_cursor_enter_root_type.rb | 4 +- ...link_actions_cursor_enter_warnings_item.rb | 4 +- ...notations_item_link_actions_cursor_exit.rb | 6 +- ...ions_item_link_actions_cursor_exit_root.rb | 4 +- ...item_link_actions_cursor_exit_root_type.rb | 4 +- ..._link_actions_cursor_exit_warnings_item.rb | 4 +- ...nse_annotations_item_link_actions_focus.rb | 6 +- ...nnotations_item_link_actions_focus_root.rb | 4 +- ...tions_item_link_actions_focus_root_type.rb | 4 +- ...s_item_link_actions_focus_warnings_item.rb | 4 +- ...nnotations_item_link_actions_mouse_down.rb | 6 +- ...tions_item_link_actions_mouse_down_root.rb | 4 +- ..._item_link_actions_mouse_down_root_type.rb | 4 +- ...m_link_actions_mouse_down_warnings_item.rb | 4 +- ..._annotations_item_link_actions_mouse_up.rb | 6 +- ...tations_item_link_actions_mouse_up_root.rb | 4 +- ...ns_item_link_actions_mouse_up_root_type.rb | 4 +- ...tem_link_actions_mouse_up_warnings_item.rb | 4 +- ...nnotations_item_link_actions_page_close.rb | 6 +- ...tions_item_link_actions_page_close_root.rb | 4 +- ..._item_link_actions_page_close_root_type.rb | 4 +- ...m_link_actions_page_close_warnings_item.rb | 4 +- ...ations_item_link_actions_page_invisible.rb | 6 +- ...s_item_link_actions_page_invisible_root.rb | 4 +- ...m_link_actions_page_invisible_root_type.rb | 4 +- ...nk_actions_page_invisible_warnings_item.rb | 4 +- ...annotations_item_link_actions_page_open.rb | 6 +- ...ations_item_link_actions_page_open_root.rb | 4 +- ...s_item_link_actions_page_open_root_type.rb | 4 +- ...em_link_actions_page_open_warnings_item.rb | 4 +- ...otations_item_link_actions_page_visible.rb | 6 +- ...ons_item_link_actions_page_visible_root.rb | 4 +- ...tem_link_actions_page_visible_root_type.rb | 4 +- ...link_actions_page_visible_warnings_item.rb | 4 +- ...sponse_annotations_item_link_blend_mode.rb | 4 +- ...200response_annotations_item_link_flags.rb | 2 +- ..._annotations_item_link_identity_quality.rb | 4 +- ...ponse_annotations_item_link_in_reply_to.rb | 10 +- ...annotations_item_link_in_reply_to_index.rb | 4 +- ...ns_item_link_in_reply_to_index_revision.rb | 2 +- ...se_annotations_item_link_in_reply_to_nm.rb | 2 +- ...ons_item_link_in_reply_to_object_number.rb | 2 +- ...t200response_annotations_item_link_rect.rb | 2 +- ...st200response_annotations_item_link_ref.rb | 10 +- ...esponse_annotations_item_link_ref_index.rb | 4 +- ...nnotations_item_link_ref_index_revision.rb | 2 +- ...00response_annotations_item_link_ref_nm.rb | 2 +- ...annotations_item_link_ref_object_number.rb | 2 +- ...sponse_annotations_item_link_reply_type.rb | 4 +- ...00response_annotations_item_link_target.rb | 18 +- ...ponse_annotations_item_link_target_goto.rb | 4 +- ...tions_item_link_target_goto_destination.rb | 20 +- ...s_item_link_target_goto_destination_fit.rb | 2 +- ...item_link_target_goto_destination_fit_b.rb | 2 +- ...tem_link_target_goto_destination_fit_bh.rb | 2 +- ...tem_link_target_goto_destination_fit_bv.rb | 2 +- ...item_link_target_goto_destination_fit_h.rb | 2 +- ...item_link_target_goto_destination_fit_r.rb | 2 +- ...item_link_target_goto_destination_fit_v.rb | 2 +- ...s_item_link_target_goto_destination_xyz.rb | 2 +- ...nnotations_item_link_target_goto_remote.rb | 2 +- ...annotations_item_link_target_javascript.rb | 2 +- ...nse_annotations_item_link_target_launch.rb | 2 +- ...onse_annotations_item_link_target_named.rb | 2 +- ...nnotations_item_link_target_unsupported.rb | 2 +- ...sponse_annotations_item_link_target_uri.rb | 2 +- ...ist200response_annotations_item_polygon.rb | 26 +- ...sponse_annotations_item_polygon_actions.rb | 24 +- ...notations_item_polygon_actions_activate.rb | 6 +- ...ions_item_polygon_actions_activate_root.rb | 4 +- ...item_polygon_actions_activate_root_type.rb | 4 +- ..._polygon_actions_activate_warnings_item.rb | 4 +- ...e_annotations_item_polygon_actions_blur.rb | 6 +- ...otations_item_polygon_actions_blur_root.rb | 4 +- ...ons_item_polygon_actions_blur_root_type.rb | 4 +- ...item_polygon_actions_blur_warnings_item.rb | 4 +- ...tions_item_polygon_actions_cursor_enter.rb | 6 +- ..._item_polygon_actions_cursor_enter_root.rb | 4 +- ..._polygon_actions_cursor_enter_root_type.rb | 4 +- ...ygon_actions_cursor_enter_warnings_item.rb | 4 +- ...ations_item_polygon_actions_cursor_exit.rb | 6 +- ...s_item_polygon_actions_cursor_exit_root.rb | 4 +- ...m_polygon_actions_cursor_exit_root_type.rb | 4 +- ...lygon_actions_cursor_exit_warnings_item.rb | 4 +- ..._annotations_item_polygon_actions_focus.rb | 6 +- ...tations_item_polygon_actions_focus_root.rb | 4 +- ...ns_item_polygon_actions_focus_root_type.rb | 4 +- ...tem_polygon_actions_focus_warnings_item.rb | 4 +- ...tations_item_polygon_actions_mouse_down.rb | 6 +- ...ns_item_polygon_actions_mouse_down_root.rb | 4 +- ...em_polygon_actions_mouse_down_root_type.rb | 4 +- ...olygon_actions_mouse_down_warnings_item.rb | 4 +- ...notations_item_polygon_actions_mouse_up.rb | 6 +- ...ions_item_polygon_actions_mouse_up_root.rb | 4 +- ...item_polygon_actions_mouse_up_root_type.rb | 4 +- ..._polygon_actions_mouse_up_warnings_item.rb | 4 +- ...tations_item_polygon_actions_page_close.rb | 6 +- ...ns_item_polygon_actions_page_close_root.rb | 4 +- ...em_polygon_actions_page_close_root_type.rb | 4 +- ...olygon_actions_page_close_warnings_item.rb | 4 +- ...ons_item_polygon_actions_page_invisible.rb | 6 +- ...tem_polygon_actions_page_invisible_root.rb | 4 +- ...olygon_actions_page_invisible_root_type.rb | 4 +- ...on_actions_page_invisible_warnings_item.rb | 4 +- ...otations_item_polygon_actions_page_open.rb | 6 +- ...ons_item_polygon_actions_page_open_root.rb | 4 +- ...tem_polygon_actions_page_open_root_type.rb | 4 +- ...polygon_actions_page_open_warnings_item.rb | 4 +- ...tions_item_polygon_actions_page_visible.rb | 6 +- ..._item_polygon_actions_page_visible_root.rb | 4 +- ..._polygon_actions_page_visible_root_type.rb | 4 +- ...ygon_actions_page_visible_warnings_item.rb | 4 +- ...nse_annotations_item_polygon_blend_mode.rb | 4 +- ...e_annotations_item_polygon_border_style.rb | 4 +- ...response_annotations_item_polygon_color.rb | 2 +- ...response_annotations_item_polygon_flags.rb | 2 +- ...notations_item_polygon_identity_quality.rb | 4 +- ...se_annotations_item_polygon_in_reply_to.rb | 10 +- ...otations_item_polygon_in_reply_to_index.rb | 4 +- ...item_polygon_in_reply_to_index_revision.rb | 2 +- ...annotations_item_polygon_in_reply_to_nm.rb | 2 +- ..._item_polygon_in_reply_to_object_number.rb | 2 +- ...annotations_item_polygon_interior_color.rb | 2 +- ...0response_annotations_item_polygon_rect.rb | 2 +- ...00response_annotations_item_polygon_ref.rb | 10 +- ...onse_annotations_item_polygon_ref_index.rb | 4 +- ...tations_item_polygon_ref_index_revision.rb | 2 +- ...esponse_annotations_item_polygon_ref_nm.rb | 2 +- ...otations_item_polygon_ref_object_number.rb | 2 +- ...nse_annotations_item_polygon_reply_type.rb | 4 +- ..._annotations_item_polygon_vertices_item.rb | 2 +- ...st200response_annotations_item_polyline.rb | 28 +- ...ponse_annotations_item_polyline_actions.rb | 24 +- ...otations_item_polyline_actions_activate.rb | 6 +- ...ons_item_polyline_actions_activate_root.rb | 4 +- ...tem_polyline_actions_activate_root_type.rb | 4 +- ...polyline_actions_activate_warnings_item.rb | 4 +- ..._annotations_item_polyline_actions_blur.rb | 6 +- ...tations_item_polyline_actions_blur_root.rb | 4 +- ...ns_item_polyline_actions_blur_root_type.rb | 4 +- ...tem_polyline_actions_blur_warnings_item.rb | 4 +- ...ions_item_polyline_actions_cursor_enter.rb | 6 +- ...item_polyline_actions_cursor_enter_root.rb | 4 +- ...polyline_actions_cursor_enter_root_type.rb | 4 +- ...line_actions_cursor_enter_warnings_item.rb | 4 +- ...tions_item_polyline_actions_cursor_exit.rb | 6 +- ..._item_polyline_actions_cursor_exit_root.rb | 4 +- ..._polyline_actions_cursor_exit_root_type.rb | 4 +- ...yline_actions_cursor_exit_warnings_item.rb | 4 +- ...annotations_item_polyline_actions_focus.rb | 6 +- ...ations_item_polyline_actions_focus_root.rb | 4 +- ...s_item_polyline_actions_focus_root_type.rb | 4 +- ...em_polyline_actions_focus_warnings_item.rb | 4 +- ...ations_item_polyline_actions_mouse_down.rb | 6 +- ...s_item_polyline_actions_mouse_down_root.rb | 4 +- ...m_polyline_actions_mouse_down_root_type.rb | 4 +- ...lyline_actions_mouse_down_warnings_item.rb | 4 +- ...otations_item_polyline_actions_mouse_up.rb | 6 +- ...ons_item_polyline_actions_mouse_up_root.rb | 4 +- ...tem_polyline_actions_mouse_up_root_type.rb | 4 +- ...polyline_actions_mouse_up_warnings_item.rb | 4 +- ...ations_item_polyline_actions_page_close.rb | 6 +- ...s_item_polyline_actions_page_close_root.rb | 4 +- ...m_polyline_actions_page_close_root_type.rb | 4 +- ...lyline_actions_page_close_warnings_item.rb | 4 +- ...ns_item_polyline_actions_page_invisible.rb | 6 +- ...em_polyline_actions_page_invisible_root.rb | 4 +- ...lyline_actions_page_invisible_root_type.rb | 4 +- ...ne_actions_page_invisible_warnings_item.rb | 4 +- ...tations_item_polyline_actions_page_open.rb | 6 +- ...ns_item_polyline_actions_page_open_root.rb | 4 +- ...em_polyline_actions_page_open_root_type.rb | 4 +- ...olyline_actions_page_open_warnings_item.rb | 4 +- ...ions_item_polyline_actions_page_visible.rb | 6 +- ...item_polyline_actions_page_visible_root.rb | 4 +- ...polyline_actions_page_visible_root_type.rb | 4 +- ...line_actions_page_visible_warnings_item.rb | 4 +- ...se_annotations_item_polyline_blend_mode.rb | 4 +- ..._annotations_item_polyline_border_style.rb | 4 +- ...esponse_annotations_item_polyline_color.rb | 2 +- ...esponse_annotations_item_polyline_flags.rb | 2 +- ...otations_item_polyline_identity_quality.rb | 4 +- ...e_annotations_item_polyline_in_reply_to.rb | 10 +- ...tations_item_polyline_in_reply_to_index.rb | 4 +- ...tem_polyline_in_reply_to_index_revision.rb | 2 +- ...nnotations_item_polyline_in_reply_to_nm.rb | 2 +- ...item_polyline_in_reply_to_object_number.rb | 2 +- ...nnotations_item_polyline_interior_color.rb | 2 +- ..._annotations_item_polyline_line_endings.rb | 6 +- ...otations_item_polyline_line_endings_end.rb | 4 +- ...ations_item_polyline_line_endings_start.rb | 4 +- ...response_annotations_item_polyline_rect.rb | 2 +- ...0response_annotations_item_polyline_ref.rb | 10 +- ...nse_annotations_item_polyline_ref_index.rb | 4 +- ...ations_item_polyline_ref_index_revision.rb | 2 +- ...sponse_annotations_item_polyline_ref_nm.rb | 2 +- ...tations_item_polyline_ref_object_number.rb | 2 +- ...se_annotations_item_polyline_reply_type.rb | 4 +- ...annotations_item_polyline_vertices_item.rb | 2 +- ...list200response_annotations_item_redact.rb | 30 +- ...esponse_annotations_item_redact_actions.rb | 24 +- ...nnotations_item_redact_actions_activate.rb | 6 +- ...tions_item_redact_actions_activate_root.rb | 4 +- ..._item_redact_actions_activate_root_type.rb | 4 +- ...m_redact_actions_activate_warnings_item.rb | 4 +- ...se_annotations_item_redact_actions_blur.rb | 6 +- ...notations_item_redact_actions_blur_root.rb | 4 +- ...ions_item_redact_actions_blur_root_type.rb | 4 +- ..._item_redact_actions_blur_warnings_item.rb | 4 +- ...ations_item_redact_actions_cursor_enter.rb | 6 +- ...s_item_redact_actions_cursor_enter_root.rb | 4 +- ...m_redact_actions_cursor_enter_root_type.rb | 4 +- ...dact_actions_cursor_enter_warnings_item.rb | 4 +- ...tations_item_redact_actions_cursor_exit.rb | 6 +- ...ns_item_redact_actions_cursor_exit_root.rb | 4 +- ...em_redact_actions_cursor_exit_root_type.rb | 4 +- ...edact_actions_cursor_exit_warnings_item.rb | 4 +- ...e_annotations_item_redact_actions_focus.rb | 6 +- ...otations_item_redact_actions_focus_root.rb | 4 +- ...ons_item_redact_actions_focus_root_type.rb | 4 +- ...item_redact_actions_focus_warnings_item.rb | 4 +- ...otations_item_redact_actions_mouse_down.rb | 6 +- ...ons_item_redact_actions_mouse_down_root.rb | 4 +- ...tem_redact_actions_mouse_down_root_type.rb | 4 +- ...redact_actions_mouse_down_warnings_item.rb | 4 +- ...nnotations_item_redact_actions_mouse_up.rb | 6 +- ...tions_item_redact_actions_mouse_up_root.rb | 4 +- ..._item_redact_actions_mouse_up_root_type.rb | 4 +- ...m_redact_actions_mouse_up_warnings_item.rb | 4 +- ...otations_item_redact_actions_page_close.rb | 6 +- ...ons_item_redact_actions_page_close_root.rb | 4 +- ...tem_redact_actions_page_close_root_type.rb | 4 +- ...redact_actions_page_close_warnings_item.rb | 4 +- ...ions_item_redact_actions_page_invisible.rb | 6 +- ...item_redact_actions_page_invisible_root.rb | 4 +- ...redact_actions_page_invisible_root_type.rb | 4 +- ...ct_actions_page_invisible_warnings_item.rb | 4 +- ...notations_item_redact_actions_page_open.rb | 6 +- ...ions_item_redact_actions_page_open_root.rb | 4 +- ...item_redact_actions_page_open_root_type.rb | 4 +- ..._redact_actions_page_open_warnings_item.rb | 4 +- ...ations_item_redact_actions_page_visible.rb | 6 +- ...s_item_redact_actions_page_visible_root.rb | 4 +- ...m_redact_actions_page_visible_root_type.rb | 4 +- ...dact_actions_page_visible_warnings_item.rb | 4 +- ...onse_annotations_item_redact_blend_mode.rb | 4 +- ...0response_annotations_item_redact_color.rb | 2 +- ...0response_annotations_item_redact_flags.rb | 2 +- ...onse_annotations_item_redact_font_color.rb | 2 +- ...nse_annotations_item_redact_font_family.rb | 4 +- ...nnotations_item_redact_identity_quality.rb | 4 +- ...nse_annotations_item_redact_in_reply_to.rb | 10 +- ...notations_item_redact_in_reply_to_index.rb | 4 +- ..._item_redact_in_reply_to_index_revision.rb | 2 +- ..._annotations_item_redact_in_reply_to_nm.rb | 2 +- ...s_item_redact_in_reply_to_object_number.rb | 2 +- ..._annotations_item_redact_interior_color.rb | 2 +- ...nnotations_item_redact_quad_points_item.rb | 10 +- ...tations_item_redact_quad_points_item_p1.rb | 2 +- ...tations_item_redact_quad_points_item_p2.rb | 2 +- ...tations_item_redact_quad_points_item_p3.rb | 2 +- ...tations_item_redact_quad_points_item_p4.rb | 2 +- ...00response_annotations_item_redact_rect.rb | 2 +- ...200response_annotations_item_redact_ref.rb | 10 +- ...ponse_annotations_item_redact_ref_index.rb | 4 +- ...otations_item_redact_ref_index_revision.rb | 2 +- ...response_annotations_item_redact_ref_nm.rb | 2 +- ...notations_item_redact_ref_object_number.rb | 2 +- ...onse_annotations_item_redact_reply_type.rb | 4 +- ...onse_annotations_item_redact_text_align.rb | 4 +- ...list200response_annotations_item_square.rb | 28 +- ...esponse_annotations_item_square_actions.rb | 24 +- ...nnotations_item_square_actions_activate.rb | 6 +- ...tions_item_square_actions_activate_root.rb | 4 +- ..._item_square_actions_activate_root_type.rb | 4 +- ...m_square_actions_activate_warnings_item.rb | 4 +- ...se_annotations_item_square_actions_blur.rb | 6 +- ...notations_item_square_actions_blur_root.rb | 4 +- ...ions_item_square_actions_blur_root_type.rb | 4 +- ..._item_square_actions_blur_warnings_item.rb | 4 +- ...ations_item_square_actions_cursor_enter.rb | 6 +- ...s_item_square_actions_cursor_enter_root.rb | 4 +- ...m_square_actions_cursor_enter_root_type.rb | 4 +- ...uare_actions_cursor_enter_warnings_item.rb | 4 +- ...tations_item_square_actions_cursor_exit.rb | 6 +- ...ns_item_square_actions_cursor_exit_root.rb | 4 +- ...em_square_actions_cursor_exit_root_type.rb | 4 +- ...quare_actions_cursor_exit_warnings_item.rb | 4 +- ...e_annotations_item_square_actions_focus.rb | 6 +- ...otations_item_square_actions_focus_root.rb | 4 +- ...ons_item_square_actions_focus_root_type.rb | 4 +- ...item_square_actions_focus_warnings_item.rb | 4 +- ...otations_item_square_actions_mouse_down.rb | 6 +- ...ons_item_square_actions_mouse_down_root.rb | 4 +- ...tem_square_actions_mouse_down_root_type.rb | 4 +- ...square_actions_mouse_down_warnings_item.rb | 4 +- ...nnotations_item_square_actions_mouse_up.rb | 6 +- ...tions_item_square_actions_mouse_up_root.rb | 4 +- ..._item_square_actions_mouse_up_root_type.rb | 4 +- ...m_square_actions_mouse_up_warnings_item.rb | 4 +- ...otations_item_square_actions_page_close.rb | 6 +- ...ons_item_square_actions_page_close_root.rb | 4 +- ...tem_square_actions_page_close_root_type.rb | 4 +- ...square_actions_page_close_warnings_item.rb | 4 +- ...ions_item_square_actions_page_invisible.rb | 6 +- ...item_square_actions_page_invisible_root.rb | 4 +- ...square_actions_page_invisible_root_type.rb | 4 +- ...re_actions_page_invisible_warnings_item.rb | 4 +- ...notations_item_square_actions_page_open.rb | 6 +- ...ions_item_square_actions_page_open_root.rb | 4 +- ...item_square_actions_page_open_root_type.rb | 4 +- ..._square_actions_page_open_warnings_item.rb | 4 +- ...ations_item_square_actions_page_visible.rb | 6 +- ...s_item_square_actions_page_visible_root.rb | 4 +- ...m_square_actions_page_visible_root_type.rb | 4 +- ...uare_actions_page_visible_warnings_item.rb | 4 +- ...onse_annotations_item_square_blend_mode.rb | 4 +- ...se_annotations_item_square_border_style.rb | 4 +- ...0response_annotations_item_square_color.rb | 2 +- ...0response_annotations_item_square_flags.rb | 2 +- ...nnotations_item_square_identity_quality.rb | 4 +- ...nse_annotations_item_square_in_reply_to.rb | 10 +- ...notations_item_square_in_reply_to_index.rb | 4 +- ..._item_square_in_reply_to_index_revision.rb | 2 +- ..._annotations_item_square_in_reply_to_nm.rb | 2 +- ...s_item_square_in_reply_to_object_number.rb | 2 +- ..._annotations_item_square_interior_color.rb | 2 +- ...00response_annotations_item_square_rect.rb | 2 +- ...nnotations_item_square_rect_differences.rb | 2 +- ...200response_annotations_item_square_ref.rb | 10 +- ...ponse_annotations_item_square_ref_index.rb | 4 +- ...otations_item_square_ref_index_revision.rb | 2 +- ...response_annotations_item_square_ref_nm.rb | 2 +- ...notations_item_square_ref_object_number.rb | 2 +- ...onse_annotations_item_square_reply_type.rb | 4 +- ..._annotations_item_square_unrotated_rect.rb | 2 +- ...st200response_annotations_item_squiggly.rb | 22 +- ...ponse_annotations_item_squiggly_actions.rb | 24 +- ...otations_item_squiggly_actions_activate.rb | 6 +- ...ons_item_squiggly_actions_activate_root.rb | 4 +- ...tem_squiggly_actions_activate_root_type.rb | 4 +- ...squiggly_actions_activate_warnings_item.rb | 4 +- ..._annotations_item_squiggly_actions_blur.rb | 6 +- ...tations_item_squiggly_actions_blur_root.rb | 4 +- ...ns_item_squiggly_actions_blur_root_type.rb | 4 +- ...tem_squiggly_actions_blur_warnings_item.rb | 4 +- ...ions_item_squiggly_actions_cursor_enter.rb | 6 +- ...item_squiggly_actions_cursor_enter_root.rb | 4 +- ...squiggly_actions_cursor_enter_root_type.rb | 4 +- ...ggly_actions_cursor_enter_warnings_item.rb | 4 +- ...tions_item_squiggly_actions_cursor_exit.rb | 6 +- ..._item_squiggly_actions_cursor_exit_root.rb | 4 +- ..._squiggly_actions_cursor_exit_root_type.rb | 4 +- ...iggly_actions_cursor_exit_warnings_item.rb | 4 +- ...annotations_item_squiggly_actions_focus.rb | 6 +- ...ations_item_squiggly_actions_focus_root.rb | 4 +- ...s_item_squiggly_actions_focus_root_type.rb | 4 +- ...em_squiggly_actions_focus_warnings_item.rb | 4 +- ...ations_item_squiggly_actions_mouse_down.rb | 6 +- ...s_item_squiggly_actions_mouse_down_root.rb | 4 +- ...m_squiggly_actions_mouse_down_root_type.rb | 4 +- ...uiggly_actions_mouse_down_warnings_item.rb | 4 +- ...otations_item_squiggly_actions_mouse_up.rb | 6 +- ...ons_item_squiggly_actions_mouse_up_root.rb | 4 +- ...tem_squiggly_actions_mouse_up_root_type.rb | 4 +- ...squiggly_actions_mouse_up_warnings_item.rb | 4 +- ...ations_item_squiggly_actions_page_close.rb | 6 +- ...s_item_squiggly_actions_page_close_root.rb | 4 +- ...m_squiggly_actions_page_close_root_type.rb | 4 +- ...uiggly_actions_page_close_warnings_item.rb | 4 +- ...ns_item_squiggly_actions_page_invisible.rb | 6 +- ...em_squiggly_actions_page_invisible_root.rb | 4 +- ...uiggly_actions_page_invisible_root_type.rb | 4 +- ...ly_actions_page_invisible_warnings_item.rb | 4 +- ...tations_item_squiggly_actions_page_open.rb | 6 +- ...ns_item_squiggly_actions_page_open_root.rb | 4 +- ...em_squiggly_actions_page_open_root_type.rb | 4 +- ...quiggly_actions_page_open_warnings_item.rb | 4 +- ...ions_item_squiggly_actions_page_visible.rb | 6 +- ...item_squiggly_actions_page_visible_root.rb | 4 +- ...squiggly_actions_page_visible_root_type.rb | 4 +- ...ggly_actions_page_visible_warnings_item.rb | 4 +- ...se_annotations_item_squiggly_blend_mode.rb | 4 +- ...esponse_annotations_item_squiggly_color.rb | 2 +- ...esponse_annotations_item_squiggly_flags.rb | 2 +- ...otations_item_squiggly_identity_quality.rb | 4 +- ...e_annotations_item_squiggly_in_reply_to.rb | 10 +- ...tations_item_squiggly_in_reply_to_index.rb | 4 +- ...tem_squiggly_in_reply_to_index_revision.rb | 2 +- ...nnotations_item_squiggly_in_reply_to_nm.rb | 2 +- ...item_squiggly_in_reply_to_object_number.rb | 2 +- ...otations_item_squiggly_quad_points_item.rb | 10 +- ...tions_item_squiggly_quad_points_item_p1.rb | 2 +- ...tions_item_squiggly_quad_points_item_p2.rb | 2 +- ...tions_item_squiggly_quad_points_item_p3.rb | 2 +- ...tions_item_squiggly_quad_points_item_p4.rb | 2 +- ...response_annotations_item_squiggly_rect.rb | 2 +- ...0response_annotations_item_squiggly_ref.rb | 10 +- ...nse_annotations_item_squiggly_ref_index.rb | 4 +- ...ations_item_squiggly_ref_index_revision.rb | 2 +- ...sponse_annotations_item_squiggly_ref_nm.rb | 2 +- ...tations_item_squiggly_ref_object_number.rb | 2 +- ...se_annotations_item_squiggly_reply_type.rb | 4 +- ..._list200response_annotations_item_stamp.rb | 20 +- ...response_annotations_item_stamp_actions.rb | 24 +- ...annotations_item_stamp_actions_activate.rb | 6 +- ...ations_item_stamp_actions_activate_root.rb | 4 +- ...s_item_stamp_actions_activate_root_type.rb | 4 +- ...em_stamp_actions_activate_warnings_item.rb | 4 +- ...nse_annotations_item_stamp_actions_blur.rb | 6 +- ...nnotations_item_stamp_actions_blur_root.rb | 4 +- ...tions_item_stamp_actions_blur_root_type.rb | 4 +- ...s_item_stamp_actions_blur_warnings_item.rb | 4 +- ...tations_item_stamp_actions_cursor_enter.rb | 6 +- ...ns_item_stamp_actions_cursor_enter_root.rb | 4 +- ...em_stamp_actions_cursor_enter_root_type.rb | 4 +- ...tamp_actions_cursor_enter_warnings_item.rb | 4 +- ...otations_item_stamp_actions_cursor_exit.rb | 6 +- ...ons_item_stamp_actions_cursor_exit_root.rb | 4 +- ...tem_stamp_actions_cursor_exit_root_type.rb | 4 +- ...stamp_actions_cursor_exit_warnings_item.rb | 4 +- ...se_annotations_item_stamp_actions_focus.rb | 6 +- ...notations_item_stamp_actions_focus_root.rb | 4 +- ...ions_item_stamp_actions_focus_root_type.rb | 4 +- ..._item_stamp_actions_focus_warnings_item.rb | 4 +- ...notations_item_stamp_actions_mouse_down.rb | 6 +- ...ions_item_stamp_actions_mouse_down_root.rb | 4 +- ...item_stamp_actions_mouse_down_root_type.rb | 4 +- ..._stamp_actions_mouse_down_warnings_item.rb | 4 +- ...annotations_item_stamp_actions_mouse_up.rb | 6 +- ...ations_item_stamp_actions_mouse_up_root.rb | 4 +- ...s_item_stamp_actions_mouse_up_root_type.rb | 4 +- ...em_stamp_actions_mouse_up_warnings_item.rb | 4 +- ...notations_item_stamp_actions_page_close.rb | 6 +- ...ions_item_stamp_actions_page_close_root.rb | 4 +- ...item_stamp_actions_page_close_root_type.rb | 4 +- ..._stamp_actions_page_close_warnings_item.rb | 4 +- ...tions_item_stamp_actions_page_invisible.rb | 6 +- ..._item_stamp_actions_page_invisible_root.rb | 4 +- ..._stamp_actions_page_invisible_root_type.rb | 4 +- ...mp_actions_page_invisible_warnings_item.rb | 4 +- ...nnotations_item_stamp_actions_page_open.rb | 6 +- ...tions_item_stamp_actions_page_open_root.rb | 4 +- ..._item_stamp_actions_page_open_root_type.rb | 4 +- ...m_stamp_actions_page_open_warnings_item.rb | 4 +- ...tations_item_stamp_actions_page_visible.rb | 6 +- ...ns_item_stamp_actions_page_visible_root.rb | 4 +- ...em_stamp_actions_page_visible_root_type.rb | 4 +- ...tamp_actions_page_visible_warnings_item.rb | 4 +- ...ponse_annotations_item_stamp_blend_mode.rb | 4 +- ...00response_annotations_item_stamp_flags.rb | 2 +- ...annotations_item_stamp_identity_quality.rb | 4 +- ...onse_annotations_item_stamp_in_reply_to.rb | 10 +- ...nnotations_item_stamp_in_reply_to_index.rb | 4 +- ...s_item_stamp_in_reply_to_index_revision.rb | 2 +- ...e_annotations_item_stamp_in_reply_to_nm.rb | 2 +- ...ns_item_stamp_in_reply_to_object_number.rb | 2 +- ...200response_annotations_item_stamp_rect.rb | 2 +- ...t200response_annotations_item_stamp_ref.rb | 10 +- ...sponse_annotations_item_stamp_ref_index.rb | 4 +- ...notations_item_stamp_ref_index_revision.rb | 2 +- ...0response_annotations_item_stamp_ref_nm.rb | 2 +- ...nnotations_item_stamp_ref_object_number.rb | 2 +- ...ponse_annotations_item_stamp_reply_type.rb | 4 +- ...e_annotations_item_stamp_unrotated_rect.rb | 2 +- ...t200response_annotations_item_strikeout.rb | 24 +- ...onse_annotations_item_strikeout_actions.rb | 24 +- ...tations_item_strikeout_actions_activate.rb | 6 +- ...ns_item_strikeout_actions_activate_root.rb | 4 +- ...em_strikeout_actions_activate_root_type.rb | 4 +- ...trikeout_actions_activate_warnings_item.rb | 4 +- ...annotations_item_strikeout_actions_blur.rb | 6 +- ...ations_item_strikeout_actions_blur_root.rb | 4 +- ...s_item_strikeout_actions_blur_root_type.rb | 4 +- ...em_strikeout_actions_blur_warnings_item.rb | 4 +- ...ons_item_strikeout_actions_cursor_enter.rb | 6 +- ...tem_strikeout_actions_cursor_enter_root.rb | 4 +- ...trikeout_actions_cursor_enter_root_type.rb | 4 +- ...eout_actions_cursor_enter_warnings_item.rb | 4 +- ...ions_item_strikeout_actions_cursor_exit.rb | 6 +- ...item_strikeout_actions_cursor_exit_root.rb | 4 +- ...strikeout_actions_cursor_exit_root_type.rb | 4 +- ...keout_actions_cursor_exit_warnings_item.rb | 4 +- ...nnotations_item_strikeout_actions_focus.rb | 6 +- ...tions_item_strikeout_actions_focus_root.rb | 4 +- ..._item_strikeout_actions_focus_root_type.rb | 4 +- ...m_strikeout_actions_focus_warnings_item.rb | 4 +- ...tions_item_strikeout_actions_mouse_down.rb | 6 +- ..._item_strikeout_actions_mouse_down_root.rb | 4 +- ..._strikeout_actions_mouse_down_root_type.rb | 4 +- ...ikeout_actions_mouse_down_warnings_item.rb | 4 +- ...tations_item_strikeout_actions_mouse_up.rb | 6 +- ...ns_item_strikeout_actions_mouse_up_root.rb | 4 +- ...em_strikeout_actions_mouse_up_root_type.rb | 4 +- ...trikeout_actions_mouse_up_warnings_item.rb | 4 +- ...tions_item_strikeout_actions_page_close.rb | 6 +- ..._item_strikeout_actions_page_close_root.rb | 4 +- ..._strikeout_actions_page_close_root_type.rb | 4 +- ...ikeout_actions_page_close_warnings_item.rb | 4 +- ...s_item_strikeout_actions_page_invisible.rb | 6 +- ...m_strikeout_actions_page_invisible_root.rb | 4 +- ...ikeout_actions_page_invisible_root_type.rb | 4 +- ...ut_actions_page_invisible_warnings_item.rb | 4 +- ...ations_item_strikeout_actions_page_open.rb | 6 +- ...s_item_strikeout_actions_page_open_root.rb | 4 +- ...m_strikeout_actions_page_open_root_type.rb | 4 +- ...rikeout_actions_page_open_warnings_item.rb | 4 +- ...ons_item_strikeout_actions_page_visible.rb | 6 +- ...tem_strikeout_actions_page_visible_root.rb | 4 +- ...trikeout_actions_page_visible_root_type.rb | 4 +- ...eout_actions_page_visible_warnings_item.rb | 4 +- ...e_annotations_item_strikeout_blend_mode.rb | 4 +- ...sponse_annotations_item_strikeout_color.rb | 2 +- ...sponse_annotations_item_strikeout_flags.rb | 2 +- ...tations_item_strikeout_identity_quality.rb | 4 +- ..._annotations_item_strikeout_in_reply_to.rb | 10 +- ...ations_item_strikeout_in_reply_to_index.rb | 4 +- ...em_strikeout_in_reply_to_index_revision.rb | 2 +- ...notations_item_strikeout_in_reply_to_nm.rb | 2 +- ...tem_strikeout_in_reply_to_object_number.rb | 2 +- ...ponse_annotations_item_strikeout_intent.rb | 4 +- ...tations_item_strikeout_quad_points_item.rb | 10 +- ...ions_item_strikeout_quad_points_item_p1.rb | 2 +- ...ions_item_strikeout_quad_points_item_p2.rb | 2 +- ...ions_item_strikeout_quad_points_item_p3.rb | 2 +- ...ions_item_strikeout_quad_points_item_p4.rb | 2 +- ...esponse_annotations_item_strikeout_rect.rb | 2 +- ...response_annotations_item_strikeout_ref.rb | 10 +- ...se_annotations_item_strikeout_ref_index.rb | 4 +- ...tions_item_strikeout_ref_index_revision.rb | 2 +- ...ponse_annotations_item_strikeout_ref_nm.rb | 2 +- ...ations_item_strikeout_ref_object_number.rb | 2 +- ...e_annotations_item_strikeout_reply_type.rb | 4 +- ...s_list200response_annotations_item_text.rb | 22 +- ...0response_annotations_item_text_actions.rb | 24 +- ..._annotations_item_text_actions_activate.rb | 6 +- ...tations_item_text_actions_activate_root.rb | 4 +- ...ns_item_text_actions_activate_root_type.rb | 4 +- ...tem_text_actions_activate_warnings_item.rb | 4 +- ...onse_annotations_item_text_actions_blur.rb | 6 +- ...annotations_item_text_actions_blur_root.rb | 4 +- ...ations_item_text_actions_blur_root_type.rb | 4 +- ...ns_item_text_actions_blur_warnings_item.rb | 4 +- ...otations_item_text_actions_cursor_enter.rb | 6 +- ...ons_item_text_actions_cursor_enter_root.rb | 4 +- ...tem_text_actions_cursor_enter_root_type.rb | 4 +- ...text_actions_cursor_enter_warnings_item.rb | 4 +- ...notations_item_text_actions_cursor_exit.rb | 6 +- ...ions_item_text_actions_cursor_exit_root.rb | 4 +- ...item_text_actions_cursor_exit_root_type.rb | 4 +- ..._text_actions_cursor_exit_warnings_item.rb | 4 +- ...nse_annotations_item_text_actions_focus.rb | 6 +- ...nnotations_item_text_actions_focus_root.rb | 4 +- ...tions_item_text_actions_focus_root_type.rb | 4 +- ...s_item_text_actions_focus_warnings_item.rb | 4 +- ...nnotations_item_text_actions_mouse_down.rb | 6 +- ...tions_item_text_actions_mouse_down_root.rb | 4 +- ..._item_text_actions_mouse_down_root_type.rb | 4 +- ...m_text_actions_mouse_down_warnings_item.rb | 4 +- ..._annotations_item_text_actions_mouse_up.rb | 6 +- ...tations_item_text_actions_mouse_up_root.rb | 4 +- ...ns_item_text_actions_mouse_up_root_type.rb | 4 +- ...tem_text_actions_mouse_up_warnings_item.rb | 4 +- ...nnotations_item_text_actions_page_close.rb | 6 +- ...tions_item_text_actions_page_close_root.rb | 4 +- ..._item_text_actions_page_close_root_type.rb | 4 +- ...m_text_actions_page_close_warnings_item.rb | 4 +- ...ations_item_text_actions_page_invisible.rb | 6 +- ...s_item_text_actions_page_invisible_root.rb | 4 +- ...m_text_actions_page_invisible_root_type.rb | 4 +- ...xt_actions_page_invisible_warnings_item.rb | 4 +- ...annotations_item_text_actions_page_open.rb | 6 +- ...ations_item_text_actions_page_open_root.rb | 4 +- ...s_item_text_actions_page_open_root_type.rb | 4 +- ...em_text_actions_page_open_warnings_item.rb | 4 +- ...otations_item_text_actions_page_visible.rb | 6 +- ...ons_item_text_actions_page_visible_root.rb | 4 +- ...tem_text_actions_page_visible_root_type.rb | 4 +- ...text_actions_page_visible_warnings_item.rb | 4 +- ...sponse_annotations_item_text_blend_mode.rb | 4 +- ...200response_annotations_item_text_color.rb | 2 +- ...200response_annotations_item_text_flags.rb | 2 +- ...t200response_annotations_item_text_icon.rb | 4 +- ..._annotations_item_text_identity_quality.rb | 4 +- ...ponse_annotations_item_text_in_reply_to.rb | 10 +- ...annotations_item_text_in_reply_to_index.rb | 4 +- ...ns_item_text_in_reply_to_index_revision.rb | 2 +- ...se_annotations_item_text_in_reply_to_nm.rb | 2 +- ...ons_item_text_in_reply_to_object_number.rb | 2 +- ...t200response_annotations_item_text_rect.rb | 2 +- ...st200response_annotations_item_text_ref.rb | 10 +- ...esponse_annotations_item_text_ref_index.rb | 4 +- ...nnotations_item_text_ref_index_revision.rb | 2 +- ...00response_annotations_item_text_ref_nm.rb | 2 +- ...annotations_item_text_ref_object_number.rb | 2 +- ...sponse_annotations_item_text_reply_type.rb | 4 +- ...t200response_annotations_item_underline.rb | 22 +- ...onse_annotations_item_underline_actions.rb | 24 +- ...tations_item_underline_actions_activate.rb | 6 +- ...ns_item_underline_actions_activate_root.rb | 4 +- ...em_underline_actions_activate_root_type.rb | 4 +- ...nderline_actions_activate_warnings_item.rb | 4 +- ...annotations_item_underline_actions_blur.rb | 6 +- ...ations_item_underline_actions_blur_root.rb | 4 +- ...s_item_underline_actions_blur_root_type.rb | 4 +- ...em_underline_actions_blur_warnings_item.rb | 4 +- ...ons_item_underline_actions_cursor_enter.rb | 6 +- ...tem_underline_actions_cursor_enter_root.rb | 4 +- ...nderline_actions_cursor_enter_root_type.rb | 4 +- ...line_actions_cursor_enter_warnings_item.rb | 4 +- ...ions_item_underline_actions_cursor_exit.rb | 6 +- ...item_underline_actions_cursor_exit_root.rb | 4 +- ...underline_actions_cursor_exit_root_type.rb | 4 +- ...rline_actions_cursor_exit_warnings_item.rb | 4 +- ...nnotations_item_underline_actions_focus.rb | 6 +- ...tions_item_underline_actions_focus_root.rb | 4 +- ..._item_underline_actions_focus_root_type.rb | 4 +- ...m_underline_actions_focus_warnings_item.rb | 4 +- ...tions_item_underline_actions_mouse_down.rb | 6 +- ..._item_underline_actions_mouse_down_root.rb | 4 +- ..._underline_actions_mouse_down_root_type.rb | 4 +- ...erline_actions_mouse_down_warnings_item.rb | 4 +- ...tations_item_underline_actions_mouse_up.rb | 6 +- ...ns_item_underline_actions_mouse_up_root.rb | 4 +- ...em_underline_actions_mouse_up_root_type.rb | 4 +- ...nderline_actions_mouse_up_warnings_item.rb | 4 +- ...tions_item_underline_actions_page_close.rb | 6 +- ..._item_underline_actions_page_close_root.rb | 4 +- ..._underline_actions_page_close_root_type.rb | 4 +- ...erline_actions_page_close_warnings_item.rb | 4 +- ...s_item_underline_actions_page_invisible.rb | 6 +- ...m_underline_actions_page_invisible_root.rb | 4 +- ...erline_actions_page_invisible_root_type.rb | 4 +- ...ne_actions_page_invisible_warnings_item.rb | 4 +- ...ations_item_underline_actions_page_open.rb | 6 +- ...s_item_underline_actions_page_open_root.rb | 4 +- ...m_underline_actions_page_open_root_type.rb | 4 +- ...derline_actions_page_open_warnings_item.rb | 4 +- ...ons_item_underline_actions_page_visible.rb | 6 +- ...tem_underline_actions_page_visible_root.rb | 4 +- ...nderline_actions_page_visible_root_type.rb | 4 +- ...line_actions_page_visible_warnings_item.rb | 4 +- ...e_annotations_item_underline_blend_mode.rb | 4 +- ...sponse_annotations_item_underline_color.rb | 2 +- ...sponse_annotations_item_underline_flags.rb | 2 +- ...tations_item_underline_identity_quality.rb | 4 +- ..._annotations_item_underline_in_reply_to.rb | 10 +- ...ations_item_underline_in_reply_to_index.rb | 4 +- ...em_underline_in_reply_to_index_revision.rb | 2 +- ...notations_item_underline_in_reply_to_nm.rb | 2 +- ...tem_underline_in_reply_to_object_number.rb | 2 +- ...tations_item_underline_quad_points_item.rb | 10 +- ...ions_item_underline_quad_points_item_p1.rb | 2 +- ...ions_item_underline_quad_points_item_p2.rb | 2 +- ...ions_item_underline_quad_points_item_p3.rb | 2 +- ...ions_item_underline_quad_points_item_p4.rb | 2 +- ...esponse_annotations_item_underline_rect.rb | 2 +- ...response_annotations_item_underline_ref.rb | 10 +- ...se_annotations_item_underline_ref_index.rb | 4 +- ...tions_item_underline_ref_index_revision.rb | 2 +- ...ponse_annotations_item_underline_ref_nm.rb | 2 +- ...ations_item_underline_ref_object_number.rb | 2 +- ...e_annotations_item_underline_reply_type.rb | 4 +- ...00response_annotations_item_unsupported.rb | 18 +- ...se_annotations_item_unsupported_actions.rb | 24 +- ...tions_item_unsupported_actions_activate.rb | 6 +- ..._item_unsupported_actions_activate_root.rb | 4 +- ..._unsupported_actions_activate_root_type.rb | 4 +- ...upported_actions_activate_warnings_item.rb | 4 +- ...notations_item_unsupported_actions_blur.rb | 6 +- ...ions_item_unsupported_actions_blur_root.rb | 4 +- ...item_unsupported_actions_blur_root_type.rb | 4 +- ..._unsupported_actions_blur_warnings_item.rb | 4 +- ...s_item_unsupported_actions_cursor_enter.rb | 6 +- ...m_unsupported_actions_cursor_enter_root.rb | 4 +- ...upported_actions_cursor_enter_root_type.rb | 4 +- ...rted_actions_cursor_enter_warnings_item.rb | 4 +- ...ns_item_unsupported_actions_cursor_exit.rb | 6 +- ...em_unsupported_actions_cursor_exit_root.rb | 4 +- ...supported_actions_cursor_exit_root_type.rb | 4 +- ...orted_actions_cursor_exit_warnings_item.rb | 4 +- ...otations_item_unsupported_actions_focus.rb | 6 +- ...ons_item_unsupported_actions_focus_root.rb | 4 +- ...tem_unsupported_actions_focus_root_type.rb | 4 +- ...unsupported_actions_focus_warnings_item.rb | 4 +- ...ons_item_unsupported_actions_mouse_down.rb | 6 +- ...tem_unsupported_actions_mouse_down_root.rb | 4 +- ...nsupported_actions_mouse_down_root_type.rb | 4 +- ...ported_actions_mouse_down_warnings_item.rb | 4 +- ...tions_item_unsupported_actions_mouse_up.rb | 6 +- ..._item_unsupported_actions_mouse_up_root.rb | 4 +- ..._unsupported_actions_mouse_up_root_type.rb | 4 +- ...upported_actions_mouse_up_warnings_item.rb | 4 +- ...ons_item_unsupported_actions_page_close.rb | 6 +- ...tem_unsupported_actions_page_close_root.rb | 4 +- ...nsupported_actions_page_close_root_type.rb | 4 +- ...ported_actions_page_close_warnings_item.rb | 4 +- ...item_unsupported_actions_page_invisible.rb | 6 +- ...unsupported_actions_page_invisible_root.rb | 4 +- ...ported_actions_page_invisible_root_type.rb | 4 +- ...ed_actions_page_invisible_warnings_item.rb | 4 +- ...ions_item_unsupported_actions_page_open.rb | 6 +- ...item_unsupported_actions_page_open_root.rb | 4 +- ...unsupported_actions_page_open_root_type.rb | 4 +- ...pported_actions_page_open_warnings_item.rb | 4 +- ...s_item_unsupported_actions_page_visible.rb | 6 +- ...m_unsupported_actions_page_visible_root.rb | 4 +- ...upported_actions_page_visible_root_type.rb | 4 +- ...rted_actions_page_visible_warnings_item.rb | 4 +- ...annotations_item_unsupported_blend_mode.rb | 4 +- ...onse_annotations_item_unsupported_flags.rb | 2 +- ...tions_item_unsupported_identity_quality.rb | 4 +- ...nnotations_item_unsupported_in_reply_to.rb | 10 +- ...ions_item_unsupported_in_reply_to_index.rb | 4 +- ..._unsupported_in_reply_to_index_revision.rb | 2 +- ...tations_item_unsupported_in_reply_to_nm.rb | 2 +- ...m_unsupported_in_reply_to_object_number.rb | 2 +- ...ponse_annotations_item_unsupported_rect.rb | 2 +- ...sponse_annotations_item_unsupported_ref.rb | 10 +- ..._annotations_item_unsupported_ref_index.rb | 4 +- ...ons_item_unsupported_ref_index_revision.rb | 2 +- ...nse_annotations_item_unsupported_ref_nm.rb | 2 +- ...ions_item_unsupported_ref_object_number.rb | 2 +- ...annotations_item_unsupported_reply_type.rb | 4 +- ...list200response_annotations_item_widget.rb | 32 +- ...esponse_annotations_item_widget_actions.rb | 24 +- ...nnotations_item_widget_actions_activate.rb | 6 +- ...tions_item_widget_actions_activate_root.rb | 4 +- ..._item_widget_actions_activate_root_type.rb | 4 +- ...m_widget_actions_activate_warnings_item.rb | 4 +- ...se_annotations_item_widget_actions_blur.rb | 6 +- ...notations_item_widget_actions_blur_root.rb | 4 +- ...ions_item_widget_actions_blur_root_type.rb | 4 +- ..._item_widget_actions_blur_warnings_item.rb | 4 +- ...ations_item_widget_actions_cursor_enter.rb | 6 +- ...s_item_widget_actions_cursor_enter_root.rb | 4 +- ...m_widget_actions_cursor_enter_root_type.rb | 4 +- ...dget_actions_cursor_enter_warnings_item.rb | 4 +- ...tations_item_widget_actions_cursor_exit.rb | 6 +- ...ns_item_widget_actions_cursor_exit_root.rb | 4 +- ...em_widget_actions_cursor_exit_root_type.rb | 4 +- ...idget_actions_cursor_exit_warnings_item.rb | 4 +- ...e_annotations_item_widget_actions_focus.rb | 6 +- ...otations_item_widget_actions_focus_root.rb | 4 +- ...ons_item_widget_actions_focus_root_type.rb | 4 +- ...item_widget_actions_focus_warnings_item.rb | 4 +- ...otations_item_widget_actions_mouse_down.rb | 6 +- ...ons_item_widget_actions_mouse_down_root.rb | 4 +- ...tem_widget_actions_mouse_down_root_type.rb | 4 +- ...widget_actions_mouse_down_warnings_item.rb | 4 +- ...nnotations_item_widget_actions_mouse_up.rb | 6 +- ...tions_item_widget_actions_mouse_up_root.rb | 4 +- ..._item_widget_actions_mouse_up_root_type.rb | 4 +- ...m_widget_actions_mouse_up_warnings_item.rb | 4 +- ...otations_item_widget_actions_page_close.rb | 6 +- ...ons_item_widget_actions_page_close_root.rb | 4 +- ...tem_widget_actions_page_close_root_type.rb | 4 +- ...widget_actions_page_close_warnings_item.rb | 4 +- ...ions_item_widget_actions_page_invisible.rb | 6 +- ...item_widget_actions_page_invisible_root.rb | 4 +- ...widget_actions_page_invisible_root_type.rb | 4 +- ...et_actions_page_invisible_warnings_item.rb | 4 +- ...notations_item_widget_actions_page_open.rb | 6 +- ...ions_item_widget_actions_page_open_root.rb | 4 +- ...item_widget_actions_page_open_root_type.rb | 4 +- ..._widget_actions_page_open_warnings_item.rb | 4 +- ...ations_item_widget_actions_page_visible.rb | 6 +- ...s_item_widget_actions_page_visible_root.rb | 4 +- ...m_widget_actions_page_visible_root_type.rb | 4 +- ...dget_actions_page_visible_warnings_item.rb | 4 +- ...onse_annotations_item_widget_blend_mode.rb | 4 +- ...se_annotations_item_widget_border_style.rb | 4 +- ...0response_annotations_item_widget_color.rb | 2 +- ...se_annotations_item_widget_field_family.rb | 4 +- ...0response_annotations_item_widget_flags.rb | 2 +- ...onse_annotations_item_widget_font_color.rb | 2 +- ...nse_annotations_item_widget_font_family.rb | 4 +- ...nnotations_item_widget_identity_quality.rb | 4 +- ...nse_annotations_item_widget_in_reply_to.rb | 10 +- ...notations_item_widget_in_reply_to_index.rb | 4 +- ..._item_widget_in_reply_to_index_revision.rb | 2 +- ..._annotations_item_widget_in_reply_to_nm.rb | 2 +- ...s_item_widget_in_reply_to_object_number.rb | 2 +- ..._annotations_item_widget_interior_color.rb | 2 +- ...00response_annotations_item_widget_rect.rb | 2 +- ...200response_annotations_item_widget_ref.rb | 10 +- ...ponse_annotations_item_widget_ref_index.rb | 4 +- ...otations_item_widget_ref_index_revision.rb | 2 +- ...response_annotations_item_widget_ref_nm.rb | 2 +- ...notations_item_widget_ref_object_number.rb | 2 +- ...onse_annotations_item_widget_reply_type.rb | 4 +- ...onse_annotations_item_widget_text_align.rb | 4 +- ..._annotations_list200response_page_state.rb | 6 +- ...ons_list200response_page_state_revision.rb | 2 +- ...sponse_page_state_weak_annotation_state.rb | 8 +- ..._page_state_weak_annotation_state_known.rb | 2 +- ...age_state_weak_annotation_state_unknown.rb | 2 +- .../types/doc_annotations_list404response.rb | 6 +- .../doc_annotations_list404response_code.rb | 4 +- .../doc_annotations_list404response_name.rb | 4 +- .../doc_annotations_update200response.rb | 4 +- .../doc_annotations_update200response_meta.rb | 6 +- ...ate200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...ions_update200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../doc_annotations_update400response.rb | 6 +- .../doc_annotations_update400response_code.rb | 4 +- .../doc_annotations_update400response_name.rb | 4 +- .../doc_annotations_update404response.rb | 6 +- .../doc_annotations_update404response_code.rb | 4 +- .../doc_annotations_update404response_name.rb | 4 +- .../types/doc_annotations_update_request.rb | 2 +- .../types/doc_download_response.rb | 6 +- .../types/doc_download_response_code.rb | 4 +- .../types/doc_download_response_name.rb | 4 +- .../types/doc_forms_export_data_response.rb | 6 +- .../doc_forms_export_data_response_code.rb | 4 +- .../doc_forms_export_data_response_name.rb | 4 +- .../types/doc_forms_get200response.rb | 8 +- ...s_get200response_calculation_order_item.rb | 8 +- ...t200response_calculation_order_item_fqn.rb | 2 +- ...se_calculation_order_item_object_number.rb | 2 +- .../doc_forms_get200response_fields_item.rb | 27 + ...rms_get200response_fields_item_checkbox.rb | 16 +- ...00response_fields_item_checkbox_actions.rb | 10 +- ..._fields_item_checkbox_actions_calculate.rb | 6 +- ...ds_item_checkbox_actions_calculate_root.rb | 4 +- ...em_checkbox_actions_calculate_root_type.rb | 4 +- ...heckbox_actions_calculate_warnings_item.rb | 4 +- ...nse_fields_item_checkbox_actions_format.rb | 6 +- ...ields_item_checkbox_actions_format_root.rb | 4 +- ..._item_checkbox_actions_format_root_type.rb | 4 +- ...m_checkbox_actions_format_warnings_item.rb | 4 +- ..._fields_item_checkbox_actions_keystroke.rb | 6 +- ...ds_item_checkbox_actions_keystroke_root.rb | 4 +- ...em_checkbox_actions_keystroke_root_type.rb | 4 +- ...heckbox_actions_keystroke_warnings_item.rb | 4 +- ...e_fields_item_checkbox_actions_validate.rb | 6 +- ...lds_item_checkbox_actions_validate_root.rb | 4 +- ...tem_checkbox_actions_validate_root_type.rb | 4 +- ...checkbox_actions_validate_warnings_item.rb | 4 +- ...ields_item_checkbox_default_value_entry.rb | 12 +- ...item_checkbox_default_value_entry_array.rb | 2 +- ..._item_checkbox_default_value_entry_none.rb | 2 +- ...tem_checkbox_default_value_entry_scalar.rb | 2 +- ...heckbox_default_value_entry_unsupported.rb | 2 +- ...t200response_fields_item_checkbox_flags.rb | 2 +- ...200response_fields_item_checkbox_origin.rb | 4 +- ...get200response_fields_item_checkbox_ref.rb | 8 +- ...00response_fields_item_checkbox_ref_fqn.rb | 2 +- ..._fields_item_checkbox_ref_object_number.rb | 2 +- ...sponse_fields_item_checkbox_value_entry.rb | 12 +- ..._fields_item_checkbox_value_entry_array.rb | 2 +- ...e_fields_item_checkbox_value_entry_none.rb | 2 +- ...fields_item_checkbox_value_entry_scalar.rb | 2 +- ...s_item_checkbox_value_entry_unsupported.rb | 2 +- ...ponse_fields_item_checkbox_widgets_item.rb | 2 +- ...rms_get200response_fields_item_combobox.rb | 18 +- ...00response_fields_item_combobox_actions.rb | 10 +- ..._fields_item_combobox_actions_calculate.rb | 6 +- ...ds_item_combobox_actions_calculate_root.rb | 4 +- ...em_combobox_actions_calculate_root_type.rb | 4 +- ...ombobox_actions_calculate_warnings_item.rb | 4 +- ...nse_fields_item_combobox_actions_format.rb | 6 +- ...ields_item_combobox_actions_format_root.rb | 4 +- ..._item_combobox_actions_format_root_type.rb | 4 +- ...m_combobox_actions_format_warnings_item.rb | 4 +- ..._fields_item_combobox_actions_keystroke.rb | 6 +- ...ds_item_combobox_actions_keystroke_root.rb | 4 +- ...em_combobox_actions_keystroke_root_type.rb | 4 +- ...ombobox_actions_keystroke_warnings_item.rb | 4 +- ...e_fields_item_combobox_actions_validate.rb | 6 +- ...lds_item_combobox_actions_validate_root.rb | 4 +- ...tem_combobox_actions_validate_root_type.rb | 4 +- ...combobox_actions_validate_warnings_item.rb | 4 +- ...ields_item_combobox_default_value_entry.rb | 12 +- ...item_combobox_default_value_entry_array.rb | 2 +- ..._item_combobox_default_value_entry_none.rb | 2 +- ...tem_combobox_default_value_entry_scalar.rb | 2 +- ...ombobox_default_value_entry_unsupported.rb | 2 +- ...t200response_fields_item_combobox_flags.rb | 2 +- ...ponse_fields_item_combobox_options_item.rb | 2 +- ...200response_fields_item_combobox_origin.rb | 4 +- ...get200response_fields_item_combobox_ref.rb | 8 +- ...00response_fields_item_combobox_ref_fqn.rb | 2 +- ..._fields_item_combobox_ref_object_number.rb | 2 +- ...sponse_fields_item_combobox_value_entry.rb | 12 +- ..._fields_item_combobox_value_entry_array.rb | 2 +- ...e_fields_item_combobox_value_entry_none.rb | 2 +- ...fields_item_combobox_value_entry_scalar.rb | 2 +- ...s_item_combobox_value_entry_unsupported.rb | 2 +- ...ponse_fields_item_combobox_widgets_item.rb | 2 +- ...orms_get200response_fields_item_listbox.rb | 18 +- ...200response_fields_item_listbox_actions.rb | 10 +- ...e_fields_item_listbox_actions_calculate.rb | 6 +- ...lds_item_listbox_actions_calculate_root.rb | 4 +- ...tem_listbox_actions_calculate_root_type.rb | 4 +- ...listbox_actions_calculate_warnings_item.rb | 4 +- ...onse_fields_item_listbox_actions_format.rb | 6 +- ...fields_item_listbox_actions_format_root.rb | 4 +- ...s_item_listbox_actions_format_root_type.rb | 4 +- ...em_listbox_actions_format_warnings_item.rb | 4 +- ...e_fields_item_listbox_actions_keystroke.rb | 6 +- ...lds_item_listbox_actions_keystroke_root.rb | 4 +- ...tem_listbox_actions_keystroke_root_type.rb | 4 +- ...listbox_actions_keystroke_warnings_item.rb | 4 +- ...se_fields_item_listbox_actions_validate.rb | 6 +- ...elds_item_listbox_actions_validate_root.rb | 4 +- ...item_listbox_actions_validate_root_type.rb | 4 +- ..._listbox_actions_validate_warnings_item.rb | 4 +- ...fields_item_listbox_default_value_entry.rb | 12 +- ..._item_listbox_default_value_entry_array.rb | 2 +- ...s_item_listbox_default_value_entry_none.rb | 2 +- ...item_listbox_default_value_entry_scalar.rb | 2 +- ...listbox_default_value_entry_unsupported.rb | 2 +- ...et200response_fields_item_listbox_flags.rb | 2 +- ...sponse_fields_item_listbox_options_item.rb | 2 +- ...t200response_fields_item_listbox_origin.rb | 4 +- ..._get200response_fields_item_listbox_ref.rb | 8 +- ...200response_fields_item_listbox_ref_fqn.rb | 2 +- ...e_fields_item_listbox_ref_object_number.rb | 2 +- ...esponse_fields_item_listbox_value_entry.rb | 12 +- ...e_fields_item_listbox_value_entry_array.rb | 2 +- ...se_fields_item_listbox_value_entry_none.rb | 2 +- ..._fields_item_listbox_value_entry_scalar.rb | 2 +- ...ds_item_listbox_value_entry_unsupported.rb | 2 +- ...sponse_fields_item_listbox_widgets_item.rb | 2 +- ...s_get200response_fields_item_pushbutton.rb | 16 +- ...response_fields_item_pushbutton_actions.rb | 10 +- ...ields_item_pushbutton_actions_calculate.rb | 6 +- ..._item_pushbutton_actions_calculate_root.rb | 4 +- ..._pushbutton_actions_calculate_root_type.rb | 4 +- ...hbutton_actions_calculate_warnings_item.rb | 4 +- ...e_fields_item_pushbutton_actions_format.rb | 6 +- ...lds_item_pushbutton_actions_format_root.rb | 4 +- ...tem_pushbutton_actions_format_root_type.rb | 4 +- ...pushbutton_actions_format_warnings_item.rb | 4 +- ...ields_item_pushbutton_actions_keystroke.rb | 6 +- ..._item_pushbutton_actions_keystroke_root.rb | 4 +- ..._pushbutton_actions_keystroke_root_type.rb | 4 +- ...hbutton_actions_keystroke_warnings_item.rb | 4 +- ...fields_item_pushbutton_actions_validate.rb | 6 +- ...s_item_pushbutton_actions_validate_root.rb | 4 +- ...m_pushbutton_actions_validate_root_type.rb | 4 +- ...shbutton_actions_validate_warnings_item.rb | 4 +- ...lds_item_pushbutton_default_value_entry.rb | 12 +- ...em_pushbutton_default_value_entry_array.rb | 2 +- ...tem_pushbutton_default_value_entry_none.rb | 2 +- ...m_pushbutton_default_value_entry_scalar.rb | 2 +- ...hbutton_default_value_entry_unsupported.rb | 2 +- ...00response_fields_item_pushbutton_flags.rb | 2 +- ...0response_fields_item_pushbutton_origin.rb | 4 +- ...t200response_fields_item_pushbutton_ref.rb | 8 +- ...response_fields_item_pushbutton_ref_fqn.rb | 2 +- ...ields_item_pushbutton_ref_object_number.rb | 2 +- ...onse_fields_item_pushbutton_value_entry.rb | 12 +- ...ields_item_pushbutton_value_entry_array.rb | 2 +- ...fields_item_pushbutton_value_entry_none.rb | 2 +- ...elds_item_pushbutton_value_entry_scalar.rb | 2 +- ...item_pushbutton_value_entry_unsupported.rb | 2 +- ...nse_fields_item_pushbutton_widgets_item.rb | 2 +- ..._forms_get200response_fields_item_radio.rb | 16 +- ...et200response_fields_item_radio_actions.rb | 10 +- ...nse_fields_item_radio_actions_calculate.rb | 6 +- ...ields_item_radio_actions_calculate_root.rb | 4 +- ..._item_radio_actions_calculate_root_type.rb | 4 +- ...m_radio_actions_calculate_warnings_item.rb | 4 +- ...sponse_fields_item_radio_actions_format.rb | 6 +- ...e_fields_item_radio_actions_format_root.rb | 4 +- ...lds_item_radio_actions_format_root_type.rb | 4 +- ...item_radio_actions_format_warnings_item.rb | 4 +- ...nse_fields_item_radio_actions_keystroke.rb | 6 +- ...ields_item_radio_actions_keystroke_root.rb | 4 +- ..._item_radio_actions_keystroke_root_type.rb | 4 +- ...m_radio_actions_keystroke_warnings_item.rb | 4 +- ...onse_fields_item_radio_actions_validate.rb | 6 +- ...fields_item_radio_actions_validate_root.rb | 4 +- ...s_item_radio_actions_validate_root_type.rb | 4 +- ...em_radio_actions_validate_warnings_item.rb | 4 +- ...e_fields_item_radio_default_value_entry.rb | 12 +- ...ds_item_radio_default_value_entry_array.rb | 2 +- ...lds_item_radio_default_value_entry_none.rb | 2 +- ...s_item_radio_default_value_entry_scalar.rb | 2 +- ...m_radio_default_value_entry_unsupported.rb | 2 +- ..._get200response_fields_item_radio_flags.rb | 2 +- ...get200response_fields_item_radio_origin.rb | 4 +- ...ms_get200response_fields_item_radio_ref.rb | 8 +- ...et200response_fields_item_radio_ref_fqn.rb | 2 +- ...nse_fields_item_radio_ref_object_number.rb | 2 +- ...0response_fields_item_radio_value_entry.rb | 12 +- ...nse_fields_item_radio_value_entry_array.rb | 2 +- ...onse_fields_item_radio_value_entry_none.rb | 2 +- ...se_fields_item_radio_value_entry_scalar.rb | 2 +- ...elds_item_radio_value_entry_unsupported.rb | 2 +- ...response_fields_item_radio_widgets_item.rb | 2 +- ...ms_get200response_fields_item_signature.rb | 16 +- ...0response_fields_item_signature_actions.rb | 10 +- ...fields_item_signature_actions_calculate.rb | 6 +- ...s_item_signature_actions_calculate_root.rb | 4 +- ...m_signature_actions_calculate_root_type.rb | 4 +- ...gnature_actions_calculate_warnings_item.rb | 4 +- ...se_fields_item_signature_actions_format.rb | 6 +- ...elds_item_signature_actions_format_root.rb | 4 +- ...item_signature_actions_format_root_type.rb | 4 +- ..._signature_actions_format_warnings_item.rb | 4 +- ...fields_item_signature_actions_keystroke.rb | 6 +- ...s_item_signature_actions_keystroke_root.rb | 4 +- ...m_signature_actions_keystroke_root_type.rb | 4 +- ...gnature_actions_keystroke_warnings_item.rb | 4 +- ..._fields_item_signature_actions_validate.rb | 6 +- ...ds_item_signature_actions_validate_root.rb | 4 +- ...em_signature_actions_validate_root_type.rb | 4 +- ...ignature_actions_validate_warnings_item.rb | 4 +- ...elds_item_signature_default_value_entry.rb | 12 +- ...tem_signature_default_value_entry_array.rb | 2 +- ...item_signature_default_value_entry_none.rb | 2 +- ...em_signature_default_value_entry_scalar.rb | 2 +- ...gnature_default_value_entry_unsupported.rb | 2 +- ...200response_fields_item_signature_flags.rb | 2 +- ...00response_fields_item_signature_origin.rb | 4 +- ...et200response_fields_item_signature_ref.rb | 8 +- ...0response_fields_item_signature_ref_fqn.rb | 2 +- ...fields_item_signature_ref_object_number.rb | 2 +- ...ponse_fields_item_signature_value_entry.rb | 12 +- ...fields_item_signature_value_entry_array.rb | 2 +- ..._fields_item_signature_value_entry_none.rb | 2 +- ...ields_item_signature_value_entry_scalar.rb | 2 +- ..._item_signature_value_entry_unsupported.rb | 2 +- ...onse_fields_item_signature_widgets_item.rb | 2 +- ...c_forms_get200response_fields_item_text.rb | 16 +- ...get200response_fields_item_text_actions.rb | 10 +- ...onse_fields_item_text_actions_calculate.rb | 6 +- ...fields_item_text_actions_calculate_root.rb | 4 +- ...s_item_text_actions_calculate_root_type.rb | 4 +- ...em_text_actions_calculate_warnings_item.rb | 4 +- ...esponse_fields_item_text_actions_format.rb | 6 +- ...se_fields_item_text_actions_format_root.rb | 4 +- ...elds_item_text_actions_format_root_type.rb | 4 +- ..._item_text_actions_format_warnings_item.rb | 4 +- ...onse_fields_item_text_actions_keystroke.rb | 6 +- ...fields_item_text_actions_keystroke_root.rb | 4 +- ...s_item_text_actions_keystroke_root_type.rb | 4 +- ...em_text_actions_keystroke_warnings_item.rb | 4 +- ...ponse_fields_item_text_actions_validate.rb | 6 +- ..._fields_item_text_actions_validate_root.rb | 4 +- ...ds_item_text_actions_validate_root_type.rb | 4 +- ...tem_text_actions_validate_warnings_item.rb | 4 +- ...se_fields_item_text_default_value_entry.rb | 12 +- ...lds_item_text_default_value_entry_array.rb | 2 +- ...elds_item_text_default_value_entry_none.rb | 2 +- ...ds_item_text_default_value_entry_scalar.rb | 2 +- ...em_text_default_value_entry_unsupported.rb | 2 +- ...s_get200response_fields_item_text_flags.rb | 2 +- ..._get200response_fields_item_text_origin.rb | 4 +- ...rms_get200response_fields_item_text_ref.rb | 8 +- ...get200response_fields_item_text_ref_fqn.rb | 2 +- ...onse_fields_item_text_ref_object_number.rb | 2 +- ...00response_fields_item_text_value_entry.rb | 12 +- ...onse_fields_item_text_value_entry_array.rb | 2 +- ...ponse_fields_item_text_value_entry_none.rb | 2 +- ...nse_fields_item_text_value_entry_scalar.rb | 2 +- ...ields_item_text_value_entry_unsupported.rb | 2 +- ...0response_fields_item_text_widgets_item.rb | 2 +- ...orms_get200response_fields_item_unknown.rb | 16 +- ...200response_fields_item_unknown_actions.rb | 10 +- ...e_fields_item_unknown_actions_calculate.rb | 6 +- ...lds_item_unknown_actions_calculate_root.rb | 4 +- ...tem_unknown_actions_calculate_root_type.rb | 4 +- ...unknown_actions_calculate_warnings_item.rb | 4 +- ...onse_fields_item_unknown_actions_format.rb | 6 +- ...fields_item_unknown_actions_format_root.rb | 4 +- ...s_item_unknown_actions_format_root_type.rb | 4 +- ...em_unknown_actions_format_warnings_item.rb | 4 +- ...e_fields_item_unknown_actions_keystroke.rb | 6 +- ...lds_item_unknown_actions_keystroke_root.rb | 4 +- ...tem_unknown_actions_keystroke_root_type.rb | 4 +- ...unknown_actions_keystroke_warnings_item.rb | 4 +- ...se_fields_item_unknown_actions_validate.rb | 6 +- ...elds_item_unknown_actions_validate_root.rb | 4 +- ...item_unknown_actions_validate_root_type.rb | 4 +- ..._unknown_actions_validate_warnings_item.rb | 4 +- ...fields_item_unknown_default_value_entry.rb | 12 +- ..._item_unknown_default_value_entry_array.rb | 2 +- ...s_item_unknown_default_value_entry_none.rb | 2 +- ...item_unknown_default_value_entry_scalar.rb | 2 +- ...unknown_default_value_entry_unsupported.rb | 2 +- ...et200response_fields_item_unknown_flags.rb | 2 +- ...t200response_fields_item_unknown_origin.rb | 4 +- ..._get200response_fields_item_unknown_ref.rb | 8 +- ...200response_fields_item_unknown_ref_fqn.rb | 2 +- ...e_fields_item_unknown_ref_object_number.rb | 2 +- ...esponse_fields_item_unknown_value_entry.rb | 12 +- ...e_fields_item_unknown_value_entry_array.rb | 2 +- ...se_fields_item_unknown_value_entry_none.rb | 2 +- ..._fields_item_unknown_value_entry_scalar.rb | 2 +- ...ds_item_unknown_value_entry_unsupported.rb | 2 +- ...sponse_fields_item_unknown_widgets_item.rb | 2 +- .../doc_forms_get200response_form_kind.rb | 4 +- .../types/doc_forms_get404response.rb | 6 +- .../types/doc_forms_get404response_code.rb | 4 +- .../types/doc_forms_get404response_name.rb | 4 +- .../types/doc_forms_import_data200response.rb | 4 +- .../doc_forms_import_data200response_meta.rb | 6 +- ...ata200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...import_data200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../types/doc_forms_import_data400response.rb | 6 +- .../doc_forms_import_data400response_code.rb | 4 +- .../doc_forms_import_data400response_name.rb | 4 +- .../types/doc_forms_import_data404response.rb | 6 +- .../doc_forms_import_data404response_code.rb | 4 +- .../doc_forms_import_data404response_name.rb | 4 +- .../types/doc_forms_import_data_request.rb | 2 +- .../types/doc_forms_reset200response.rb | 4 +- .../types/doc_forms_reset200response_meta.rb | 6 +- ...set200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...forms_reset200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../types/doc_forms_reset404response.rb | 6 +- .../types/doc_forms_reset404response_code.rb | 4 +- .../types/doc_forms_reset404response_name.rb | 4 +- .../types/doc_forms_set_value200response.rb | 4 +- .../doc_forms_set_value200response_meta.rb | 6 +- ...lue200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...s_set_value200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../types/doc_forms_set_value400response.rb | 6 +- .../doc_forms_set_value400response_code.rb | 4 +- .../doc_forms_set_value400response_name.rb | 4 +- .../types/doc_forms_set_value404response.rb | 6 +- .../doc_forms_set_value404response_code.rb | 4 +- .../doc_forms_set_value404response_name.rb | 4 +- .../types/doc_forms_set_value_request.rb | 2 +- .../types/doc_head200response.rb | 10 +- .../types/doc_head200response_access.rb | 4 +- ...doc_head200response_access_reasons_item.rb | 4 +- .../types/doc_head200response_encryption.rb | 4 +- .../doc_head200response_encryption_state.rb | 4 +- .../types/doc_head200response_permissions.rb | 4 +- ...c_head200response_permissions_opened_as.rb | 4 +- .../types/doc_head200response_state.rb | 4 +- .../types/doc_head404response.rb | 6 +- .../types/doc_head404response_code.rb | 4 +- .../types/doc_head404response_name.rb | 4 +- .../types/doc_manifest200response.rb | 6 +- .../doc_manifest200response_pages_item.rb | 6 +- ...oc_manifest200response_pages_item_cache.rb | 2 +- ...oc_manifest200response_pages_item_state.rb | 6 +- ...st200response_pages_item_state_revision.rb | 2 +- ..._pages_item_state_weak_annotation_state.rb | 8 +- ..._item_state_weak_annotation_state_known.rb | 2 +- ...tem_state_weak_annotation_state_unknown.rb | 2 +- .../types/doc_manifest200response_scopes.rb | 14 +- .../doc_manifest200response_scopes_actions.rb | 4 +- ..._manifest200response_scopes_annotations.rb | 4 +- ..._manifest200response_scopes_attachments.rb | 4 +- .../doc_manifest200response_scopes_content.rb | 4 +- .../doc_manifest200response_scopes_layout.rb | 4 +- ...doc_manifest200response_scopes_metadata.rb | 4 +- .../types/doc_manifest404response.rb | 6 +- .../types/doc_manifest404response_code.rb | 4 +- .../types/doc_manifest404response_name.rb | 4 +- .../types/doc_metadata_get200response.rb | 4 +- .../doc_metadata_get200response_trapped.rb | 4 +- .../types/doc_metadata_get404response.rb | 6 +- .../types/doc_metadata_get404response_code.rb | 4 +- .../types/doc_metadata_get404response_name.rb | 4 +- .../types/doc_pages_delete200response.rb | 4 +- .../types/doc_pages_delete200response_meta.rb | 6 +- ...ete200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...ages_delete200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../types/doc_pages_delete400response.rb | 6 +- .../types/doc_pages_delete400response_code.rb | 4 +- .../types/doc_pages_delete400response_name.rb | 4 +- .../types/doc_pages_delete404response.rb | 6 +- .../types/doc_pages_delete404response_code.rb | 4 +- .../types/doc_pages_delete404response_name.rb | 4 +- .../types/doc_pages_delete_request.rb | 2 +- .../types/doc_pages_flatten200response.rb | 4 +- .../doc_pages_flatten200response_meta.rb | 6 +- ...ten200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...ges_flatten200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../types/doc_pages_flatten400response.rb | 6 +- .../doc_pages_flatten400response_code.rb | 4 +- .../doc_pages_flatten400response_name.rb | 4 +- .../types/doc_pages_flatten404response.rb | 6 +- .../doc_pages_flatten404response_code.rb | 4 +- .../doc_pages_flatten404response_name.rb | 4 +- .../types/doc_pages_flatten_request.rb | 2 +- .../types/doc_pages_move200response.rb | 4 +- .../types/doc_pages_move200response_meta.rb | 6 +- ...ove200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ..._pages_move200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../types/doc_pages_move400response.rb | 6 +- .../types/doc_pages_move400response_code.rb | 4 +- .../types/doc_pages_move400response_name.rb | 4 +- .../types/doc_pages_move404response.rb | 6 +- .../types/doc_pages_move404response_code.rb | 4 +- .../types/doc_pages_move404response_name.rb | 4 +- .../types/doc_pages_move_request.rb | 2 +- .../types/doc_pages_rotate200response.rb | 4 +- .../types/doc_pages_rotate200response_meta.rb | 6 +- ...ate200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...ages_rotate200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../types/doc_pages_rotate400response.rb | 6 +- .../types/doc_pages_rotate400response_code.rb | 4 +- .../types/doc_pages_rotate400response_name.rb | 4 +- .../types/doc_pages_rotate404response.rb | 6 +- .../types/doc_pages_rotate404response_code.rb | 4 +- .../types/doc_pages_rotate404response_name.rb | 4 +- .../types/doc_pages_rotate_request.rb | 2 +- .../types/doc_redactions_apply200response.rb | 4 +- .../doc_redactions_apply200response_meta.rb | 6 +- ...ply200response_meta_affected_pages_item.rb | 6 +- ...ponse_meta_affected_pages_item_revision.rb | 2 +- ...fected_pages_item_weak_annotation_state.rb | 8 +- ..._pages_item_weak_annotation_state_known.rb | 2 +- ...ages_item_weak_annotation_state_unknown.rb | 2 +- ...tions_apply200response_meta_cache_delta.rb | 4 +- ...200response_meta_cache_delta_pages_item.rb | 4 +- ...ponse_meta_cache_delta_pages_item_cache.rb | 2 +- .../types/doc_redactions_apply400response.rb | 6 +- .../doc_redactions_apply400response_code.rb | 4 +- .../doc_redactions_apply400response_name.rb | 4 +- .../types/doc_redactions_apply404response.rb | 6 +- .../doc_redactions_apply404response_code.rb | 4 +- .../doc_redactions_apply404response_name.rb | 4 +- .../types/doc_redactions_apply_request.rb | 2 +- .../types/doc_render_response.rb | 6 +- .../types/doc_render_response_code.rb | 4 +- .../types/doc_render_response_name.rb | 4 +- .../types/doc_text200response.rb | 2 +- .../types/doc_text404response.rb | 6 +- .../types/doc_text404response_code.rb | 4 +- .../types/doc_text404response_name.rb | 4 +- .../types/documents_commit200response.rb | 4 +- .../documents_commit200response_document.rb | 6 +- ...uments_commit200response_document_state.rb | 4 +- ...mit200response_document_thumbnail_state.rb | 4 +- .../types/documents_commit400response.rb | 4 +- .../documents_commit400response_error.rb | 2 +- .../types/documents_commit404response.rb | 4 +- .../documents_commit404response_error.rb | 2 +- .../types/documents_delete403response.rb | 4 +- .../documents_delete403response_error.rb | 2 +- .../types/documents_delete404response.rb | 4 +- .../documents_delete404response_error.rb | 2 +- .../types/documents_download403response.rb | 4 +- .../documents_download403response_error.rb | 2 +- .../types/documents_download404response.rb | 4 +- .../documents_download404response_error.rb | 2 +- .../types/documents_get200response.rb | 4 +- .../documents_get200response_document.rb | 6 +- ...documents_get200response_document_state.rb | 4 +- ...get200response_document_thumbnail_state.rb | 4 +- .../types/documents_get403response.rb | 4 +- .../types/documents_get403response_error.rb | 2 +- .../types/documents_get404response.rb | 4 +- .../types/documents_get404response_error.rb | 2 +- .../types/documents_init200response.rb | 17 + .../documents_init200response_created.rb | 6 +- ...uments_init200response_created_document.rb | 6 +- ..._init200response_created_document_state.rb | 4 +- ...sponse_created_document_thumbnail_state.rb | 4 +- ...ocuments_init200response_created_upload.rb | 8 +- ...s_init200response_created_upload_direct.rb | 2 +- ...nit200response_created_upload_presigned.rb | 4 +- ...onse_created_upload_presigned_presigned.rb | 4 +- ...eated_upload_presigned_presigned_method.rb | 4 +- .../documents_init200response_deduped.rb | 4 +- ...uments_init200response_deduped_document.rb | 6 +- ..._init200response_deduped_document_state.rb | 4 +- ...sponse_deduped_document_thumbnail_state.rb | 4 +- .../documents_init200response_resumed.rb | 6 +- ...uments_init200response_resumed_document.rb | 6 +- ..._init200response_resumed_document_state.rb | 4 +- ...sponse_resumed_document_thumbnail_state.rb | 4 +- ...ocuments_init200response_resumed_upload.rb | 8 +- ...s_init200response_resumed_upload_direct.rb | 2 +- ...nit200response_resumed_upload_presigned.rb | 4 +- ...onse_resumed_upload_presigned_presigned.rb | 4 +- ...sumed_upload_presigned_presigned_method.rb | 4 +- .../types/documents_init400response.rb | 4 +- .../types/documents_init400response_error.rb | 2 +- .../types/documents_list200response.rb | 4 +- ...ocuments_list200response_documents_item.rb | 6 +- ...ts_list200response_documents_item_state.rb | 4 +- ...response_documents_item_thumbnail_state.rb | 4 +- .../types/documents_list400response.rb | 4 +- .../types/documents_list400response_error.rb | 2 +- .../types/documents_thumbnail_response.rb | 4 +- .../documents_thumbnail_response_error.rb | 2 +- .../documents_upload_direct200response.rb | 2 +- .../documents_upload_direct400response.rb | 4 +- ...ocuments_upload_direct400response_error.rb | 2 +- .../types/engine_error_payload.rb | 6 +- .../types/engine_error_payload_code.rb | 4 +- .../types/engine_error_payload_name.rb | 4 +- .../types/tenants_create200response.rb | 4 +- .../types/tenants_create200response_tenant.rb | 2 +- .../types/tenants_create400response.rb | 4 +- .../types/tenants_create400response_error.rb | 2 +- .../types/tenants_delete_response.rb | 4 +- .../types/tenants_delete_response_error.rb | 2 +- .../types/tenants_get200response.rb | 4 +- .../types/tenants_get200response_tenant.rb | 2 +- .../types/tenants_get404response.rb | 4 +- .../types/tenants_get404response_error.rb | 2 +- .../types/tenants_list200response.rb | 4 +- .../tenants_list200response_tenants_item.rb | 2 +- .../types/tenants_list400response.rb | 4 +- .../types/tenants_list400response_error.rb | 2 +- .../types/tokens_issue200response.rb | 2 +- .../types/tokens_issue400response.rb | 4 +- .../types/tokens_issue400response_error.rb | 2 +- .../types/tokens_issue403response.rb | 4 +- .../types/tokens_issue403response_error.rb | 2 +- .../types/tokens_issue404response.rb | 4 +- .../types/tokens_issue404response_error.rb | 2 +- lib/CloudPDF/types/tokens_issue_request.rb | 15 + .../types/tokens_issue_request_doc.rb | 2 +- .../types/tokens_issue_request_tenant.rb | 4 +- .../tokens_issue_request_tenant_scope_item.rb | 13 + ...ens_issue_request_tenant_scope_item_one.rb | 4 +- ...ns_issue_request_tenant_scope_item_zero.rb | 4 +- .../types/tokens_revoke_response.rb | 4 +- .../types/tokens_revoke_response_error.rb | 2 +- lib/{cloudpdf => CloudPDF}/version.rb | 2 +- lib/cloudpdf.rb | 3926 ++++++++--------- lib/cloudpdf/client.rb | 46 - ...ations_list200response_annotations_item.rb | 49 - .../doc_forms_get200response_fields_item.rb | 27 - .../types/documents_init200response.rb | 17 - lib/cloudpdf/types/tokens_issue_request.rb | 15 - .../tokens_issue_request_tenant_scope_item.rb | 13 - reference.md | 144 +- test/test_helper.rb | 2 +- test/unit/internal/http/test_raw_client.rb | 16 +- .../iterators/test_cursor_item_iterator.rb | 2 +- .../iterators/test_offset_item_iterator.rb | 2 +- test/unit/internal/types/test_array.rb | 8 +- test/unit/internal/types/test_boolean.rb | 22 +- test/unit/internal/types/test_enum.rb | 6 +- test/unit/internal/types/test_hash.rb | 10 +- test/unit/internal/types/test_model.rb | 12 +- test/unit/internal/types/test_union.rb | 12 +- test/unit/internal/types/test_utils.rb | 32 +- 1990 files changed, 7152 insertions(+), 7007 deletions(-) create mode 100644 .github/workflows/sdk-release.yml create mode 100644 lib/CloudPDF/client.rb rename lib/{cloudpdf => CloudPDF}/deployment/client.rb (76%) rename lib/{cloudpdf => CloudPDF}/doc/annotations/client.rb (82%) rename lib/{cloudpdf => CloudPDF}/doc/annotations/types/create_annotations_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/annotations/types/delete_annotations_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/annotations/types/list_annotations_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/annotations/types/update_annotations_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/client.rb (78%) rename lib/{cloudpdf => CloudPDF}/doc/forms/client.rb (81%) rename lib/{cloudpdf => CloudPDF}/doc/forms/types/export_data_forms_request.rb (87%) rename lib/{cloudpdf => CloudPDF}/doc/forms/types/export_data_forms_request_format.rb (76%) rename lib/{cloudpdf => CloudPDF}/doc/forms/types/get_forms_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/doc/forms/types/import_data_forms_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/forms/types/reset_forms_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/forms/types/set_value_forms_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/metadata/client.rb (80%) rename lib/{cloudpdf => CloudPDF}/doc/metadata/types/get_metadata_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/doc/pages/client.rb (80%) rename lib/{cloudpdf => CloudPDF}/doc/pages/types/delete_pages_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/pages/types/flatten_pages_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/pages/types/move_pages_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/pages/types/rotate_pages_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/redactions/client.rb (79%) rename lib/{cloudpdf => CloudPDF}/doc/redactions/types/apply_redactions_request.rb (97%) rename lib/{cloudpdf => CloudPDF}/doc/types/download_doc_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/doc/types/head_doc_request.rb (95%) rename lib/{cloudpdf => CloudPDF}/doc/types/manifest_doc_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/doc/types/render_doc_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/doc/types/text_doc_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/documents/client.rb (78%) rename lib/{cloudpdf => CloudPDF}/documents/types/delete_documents_request.rb (95%) rename lib/{cloudpdf => CloudPDF}/documents/types/documents_commit_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/documents/types/documents_init_request.rb (92%) rename lib/{cloudpdf => CloudPDF}/documents/types/documents_init_request_dedup_mode.rb (77%) rename lib/{cloudpdf => CloudPDF}/documents/types/download_documents_request.rb (95%) rename lib/{cloudpdf => CloudPDF}/documents/types/get_documents_request.rb (95%) rename lib/{cloudpdf => CloudPDF}/documents/types/list_documents_request.rb (84%) rename lib/{cloudpdf => CloudPDF}/documents/types/list_documents_request_state.rb (79%) rename lib/{cloudpdf => CloudPDF}/documents/types/thumbnail_documents_request.rb (95%) rename lib/{cloudpdf => CloudPDF}/errors/api_error.rb (86%) rename lib/{cloudpdf => CloudPDF}/errors/client_error.rb (93%) rename lib/{cloudpdf => CloudPDF}/errors/redirect_error.rb (86%) rename lib/{cloudpdf => CloudPDF}/errors/response_error.rb (98%) rename lib/{cloudpdf => CloudPDF}/errors/server_error.rb (90%) rename lib/{cloudpdf => CloudPDF}/errors/timeout_error.rb (86%) rename lib/{cloudpdf => CloudPDF}/internal/errors/constraint_error.rb (89%) rename lib/{cloudpdf => CloudPDF}/internal/errors/type_error.rb (89%) rename lib/{cloudpdf => CloudPDF}/internal/http/base_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/internal/http/raw_client.rb (98%) rename lib/{cloudpdf => CloudPDF}/internal/iterators/cursor_item_iterator.rb (89%) rename lib/{cloudpdf => CloudPDF}/internal/iterators/cursor_page_iterator.rb (96%) rename lib/{cloudpdf => CloudPDF}/internal/iterators/item_iterator.rb (98%) rename lib/{cloudpdf => CloudPDF}/internal/iterators/offset_item_iterator.rb (91%) rename lib/{cloudpdf => CloudPDF}/internal/iterators/offset_page_iterator.rb (97%) rename lib/{cloudpdf => CloudPDF}/internal/json/request.rb (91%) rename lib/{cloudpdf => CloudPDF}/internal/json/serializable.rb (97%) rename lib/{cloudpdf => CloudPDF}/internal/multipart/multipart_encoder.rb (99%) rename lib/{cloudpdf => CloudPDF}/internal/multipart/multipart_form_data.rb (99%) rename lib/{cloudpdf => CloudPDF}/internal/multipart/multipart_form_data_part.rb (98%) rename lib/{cloudpdf => CloudPDF}/internal/multipart/multipart_request.rb (91%) rename lib/{cloudpdf => CloudPDF}/internal/types/array.rb (89%) rename lib/{cloudpdf => CloudPDF}/internal/types/boolean.rb (92%) rename lib/{cloudpdf => CloudPDF}/internal/types/enum.rb (98%) rename lib/{cloudpdf => CloudPDF}/internal/types/hash.rb (97%) rename lib/{cloudpdf => CloudPDF}/internal/types/model.rb (98%) rename lib/{cloudpdf => CloudPDF}/internal/types/model/field.rb (98%) rename lib/{cloudpdf => CloudPDF}/internal/types/type.rb (90%) rename lib/{cloudpdf => CloudPDF}/internal/types/union.rb (97%) rename lib/{cloudpdf => CloudPDF}/internal/types/unknown.rb (72%) rename lib/{cloudpdf => CloudPDF}/internal/types/utils.rb (99%) rename lib/{cloudpdf => CloudPDF}/tenants/client.rb (76%) rename lib/{cloudpdf => CloudPDF}/tenants/types/delete_tenants_request.rb (93%) rename lib/{cloudpdf => CloudPDF}/tenants/types/get_tenants_request.rb (93%) rename lib/{cloudpdf => CloudPDF}/tenants/types/list_tenants_request.rb (94%) rename lib/{cloudpdf => CloudPDF}/tenants/types/tenants_create_request.rb (94%) rename lib/{cloudpdf => CloudPDF}/tokens/client.rb (76%) rename lib/{cloudpdf => CloudPDF}/tokens/types/issue_tokens_request.rb (77%) rename lib/{cloudpdf => CloudPDF}/tokens/types/tokens_revoke_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/admin_error_payload.rb (65%) rename lib/{cloudpdf => CloudPDF}/types/admin_error_payload_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/deployment_license_status_response.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response_meta.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response_meta_cache_delta.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create400response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create400response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create400response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create404response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create404response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_create_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response_meta.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response_meta_cache_delta.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete404response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_delete404response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response.rb (67%) create mode 100644 lib/CloudPDF/types/doc_annotations_list200response_annotations_item.rb rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_focus_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_in_reply_to.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_intent.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_rect_differences.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_caret_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_border_style.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_interior_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_rect_differences.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_circle_unrotated_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions.rb (65%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_warn_54298b.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_warni_24a6a0.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_wa_35542a.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_warn_2f568a.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_file.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_icon.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_identity_quality.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to.rb (60%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_ref.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_file_attachment_reply_type.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_border_style.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_font_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_font_family.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_intent.rb (77%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_interior_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_line_ending.rb (87%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_rect_differences.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_text_align.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_free_text_unrotated_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p1.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p2.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p3.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p4.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_highlight_reply_type.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_focus_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_border_style.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_in_reply_to.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_ink_list_item_item.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_intent.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_ref.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_ref_index.rb (83%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_ink_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_focus_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_border_style.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_in_reply_to.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_interior_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_line_endings.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_line_endings_end.rb (87%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_line_endings_start.rb (87%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_line_points.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_line_points_end.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_line_points_start.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_ref.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_line_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_focus_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_in_reply_to.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_ref.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target.rb (51%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_destination.rb (54%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_goto_remote.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_javascript.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_launch.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_named.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_unsupported.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_link_target_uri.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon.rb (77%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_border_style.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_interior_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polygon_vertices_item.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_border_style.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_interior_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_line_endings.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_line_endings_end.rb (87%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_line_endings_start.rb (87%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_polyline_vertices_item.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_font_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_font_family.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_interior_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_quad_points_item.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p1.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p2.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p3.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p4.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_redact_text_align.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_border_style.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_interior_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_rect_differences.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_square_unrotated_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p1.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p2.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p3.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p4.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_squiggly_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp.rb (77%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_stamp_unrotated_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_intent.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p1.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p2.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p3.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p4.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_strikeout_reply_type.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_focus_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_icon.rb (83%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_in_reply_to.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_ref.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_text_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_blur_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_quad_points_item.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p1.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p2.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p3.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p4.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_underline_reply_type.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions.rb (65%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to.rb (59%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_unsupported_reply_type.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions.rb (64%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_activate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_activate_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_blur.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_blur_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_focus.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_focus_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_close.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_open.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_warnings_item.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_blend_mode.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_border_style.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_field_family.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_flags.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_font_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_font_family.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_identity_quality.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_in_reply_to.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_interior_color.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_rect.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_ref_index.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_ref_index_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_ref_nm.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_ref_object_number.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_reply_type.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_annotations_item_widget_text_align.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_page_state.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_page_state_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_page_state_weak_annotation_state.rb (60%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_page_state_weak_annotation_state_known.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list200response_page_state_weak_annotation_state_unknown.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list404response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_list404response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response_meta.rb (58%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response_meta_cache_delta.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update400response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update400response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update400response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update404response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update404response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_annotations_update_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_download_response.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_download_response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_download_response_name.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_export_data_response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_export_data_response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_export_data_response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_calculation_order_item.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_calculation_order_item_fqn.rb (92%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_calculation_order_item_object_number.rb (94%) create mode 100644 lib/CloudPDF/types/doc_forms_get200response_fields_item.rb rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions.rb (61%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_calculate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_format.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_format_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_format_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_format_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_validate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_actions_validate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_default_value_entry.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_array.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_unsupported.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_flags.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_origin.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_ref_fqn.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_ref_object_number.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_value_entry.rb (53%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_value_entry_array.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_value_entry_unsupported.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_checkbox_widgets_item.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions.rb (61%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_calculate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_calculate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_format.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_format_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_format_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_keystroke.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_validate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_validate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_validate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_actions_validate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_default_value_entry.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_default_value_entry_array.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_default_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_default_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_default_value_entry_unsupported.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_flags.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_options_item.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_origin.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_ref_fqn.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_ref_object_number.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_value_entry.rb (53%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_value_entry_array.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_value_entry_unsupported.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_combobox_widgets_item.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions.rb (61%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_calculate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_calculate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_format.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_format_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_format_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_format_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_keystroke.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_validate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_validate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_validate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_actions_validate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_default_value_entry.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_default_value_entry_array.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_default_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_default_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_default_value_entry_unsupported.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_flags.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_options_item.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_origin.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_ref_fqn.rb (92%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_ref_object_number.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_value_entry.rb (53%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_value_entry_array.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_value_entry_unsupported.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_listbox_widgets_item.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions.rb (62%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_format.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_format_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_validate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_array.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_unsupported.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_flags.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_origin.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_ref_fqn.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_ref_object_number.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_value_entry.rb (54%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_value_entry_array.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_value_entry_unsupported.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_pushbutton_widgets_item.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions.rb (60%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_calculate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_calculate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_calculate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_calculate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_format.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_format_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_format_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_format_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_keystroke.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_keystroke_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_validate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_validate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_validate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_actions_validate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_default_value_entry.rb (54%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_default_value_entry_array.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_default_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_default_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_default_value_entry_unsupported.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_flags.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_origin.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_ref_fqn.rb (92%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_ref_object_number.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_value_entry.rb (52%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_value_entry_array.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_value_entry_unsupported.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_radio_widgets_item.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions.rb (61%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_calculate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_calculate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_calculate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_calculate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_format.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_format_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_format_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_format_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_keystroke.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_keystroke_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_validate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_validate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_validate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_actions_validate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_default_value_entry.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_default_value_entry_array.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_default_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_default_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_default_value_entry_unsupported.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_flags.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_origin.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_ref.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_ref_fqn.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_ref_object_number.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_value_entry.rb (53%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_value_entry_array.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_value_entry_unsupported.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_signature_widgets_item.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text.rb (77%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions.rb (60%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_calculate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_calculate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_calculate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_calculate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_format.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_format_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_format_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_format_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_keystroke.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_keystroke_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_keystroke_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_keystroke_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_validate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_validate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_validate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_actions_validate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_default_value_entry.rb (54%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_default_value_entry_array.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_default_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_default_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_default_value_entry_unsupported.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_flags.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_origin.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_ref_fqn.rb (92%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_ref_object_number.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_value_entry.rb (51%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_value_entry_array.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_value_entry_unsupported.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_text_widgets_item.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions.rb (61%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_calculate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_calculate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_format.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_format_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_format_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_format_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_keystroke.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_validate.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_validate_root.rb (85%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_validate_root_type.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_actions_validate_warnings_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_default_value_entry.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_default_value_entry_array.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_default_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_default_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_default_value_entry_unsupported.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_flags.rb (97%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_origin.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_ref.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_ref_fqn.rb (92%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_ref_object_number.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_value_entry.rb (53%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_value_entry_array.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_value_entry_none.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_value_entry_scalar.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_value_entry_unsupported.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_fields_item_unknown_widgets_item.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get200response_form_kind.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get404response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_get404response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response_meta.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response_meta_cache_delta.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data400response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data400response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data400response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data404response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data404response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_import_data_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response_meta.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state.rb (62%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response_meta_cache_delta.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset404response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_reset404response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response_meta.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state.rb (62%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response_meta_cache_delta.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value400response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value400response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value400response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value404response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value404response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_forms_set_value_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_head200response.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_head200response_access.rb (81%) rename lib/{cloudpdf => CloudPDF}/types/doc_head200response_access_reasons_item.rb (77%) rename lib/{cloudpdf => CloudPDF}/types/doc_head200response_encryption.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/doc_head200response_encryption_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/doc_head200response_permissions.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_head200response_permissions_opened_as.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_head200response_state.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_head404response.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_head404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_head404response_name.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response.rb (87%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_pages_item.rb (61%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_pages_item_state.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_pages_item_state_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_pages_item_state_weak_annotation_state.rb (59%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_pages_item_state_weak_annotation_state_known.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_pages_item_state_weak_annotation_state_unknown.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_scopes.rb (53%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_scopes_actions.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_scopes_annotations.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_scopes_attachments.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_scopes_content.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_scopes_layout.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest200response_scopes_metadata.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest404response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_manifest404response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_metadata_get200response.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_metadata_get200response_trapped.rb (74%) rename lib/{cloudpdf => CloudPDF}/types/doc_metadata_get404response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_metadata_get404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_metadata_get404response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response_meta.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state.rb (62%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response_meta_cache_delta.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete400response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete400response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete400response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete404response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete404response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_delete_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response_meta.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state.rb (62%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response_meta_cache_delta.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten400response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten400response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten400response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten404response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten404response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_flatten_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response_meta.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response_meta_affected_pages_item.rb (75%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state.rb (61%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response_meta_cache_delta.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move400response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move400response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move400response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move404response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move404response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_move_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response_meta.rb (56%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state.rb (62%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response_meta_cache_delta.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate400response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate400response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate400response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate404response.rb (72%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate404response_name.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/doc_pages_rotate_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response_meta.rb (57%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response_meta_affected_pages_item.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response_meta_affected_pages_item_revision.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state.rb (63%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_known.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_unknown.rb (91%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response_meta_cache_delta.rb (84%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response_meta_cache_delta_pages_item.rb (80%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply200response_meta_cache_delta_pages_item_cache.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply400response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply400response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply400response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply404response.rb (73%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply404response_name.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/doc_redactions_apply_request.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/doc_render_response.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_render_response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_render_response_name.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/doc_text200response.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/doc_text404response.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/doc_text404response_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/doc_text404response_name.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_commit200response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_commit200response_document.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/documents_commit200response_document_state.rb (77%) rename lib/{cloudpdf => CloudPDF}/types/documents_commit200response_document_thumbnail_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_commit400response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_commit400response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_commit404response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_commit404response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_delete403response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_delete403response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_delete404response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_delete404response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_download403response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_download403response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_download404response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_download404response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_get200response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_get200response_document.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/documents_get200response_document_state.rb (77%) rename lib/{cloudpdf => CloudPDF}/types/documents_get200response_document_thumbnail_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_get403response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/documents_get403response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_get404response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/documents_get404response_error.rb (94%) create mode 100644 lib/CloudPDF/types/documents_init200response.rb rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_created.rb (62%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_created_document.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_created_document_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_created_document_thumbnail_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_created_upload.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_created_upload_direct.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_created_upload_presigned.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_created_upload_presigned_presigned.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_created_upload_presigned_presigned_method.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_deduped.rb (70%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_deduped_document.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_deduped_document_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_deduped_document_thumbnail_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_resumed.rb (62%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_resumed_document.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_resumed_document_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_resumed_document_thumbnail_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_resumed_upload.rb (55%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_resumed_upload_direct.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_resumed_upload_presigned.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_resumed_upload_presigned_presigned.rb (86%) rename lib/{cloudpdf => CloudPDF}/types/documents_init200response_resumed_upload_presigned_presigned_method.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/documents_init400response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/documents_init400response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_list200response.rb (79%) rename lib/{cloudpdf => CloudPDF}/types/documents_list200response_documents_item.rb (90%) rename lib/{cloudpdf => CloudPDF}/types/documents_list200response_documents_item_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_list200response_documents_item_thumbnail_state.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/documents_list400response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/documents_list400response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/documents_thumbnail_response.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/documents_thumbnail_response_error.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/documents_upload_direct200response.rb (92%) rename lib/{cloudpdf => CloudPDF}/types/documents_upload_direct400response.rb (69%) rename lib/{cloudpdf => CloudPDF}/types/documents_upload_direct400response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/engine_error_payload.rb (71%) rename lib/{cloudpdf => CloudPDF}/types/engine_error_payload_code.rb (93%) rename lib/{cloudpdf => CloudPDF}/types/engine_error_payload_name.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/tenants_create200response.rb (76%) rename lib/{cloudpdf => CloudPDF}/types/tenants_create200response_tenant.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/tenants_create400response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/tenants_create400response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/tenants_delete_response.rb (66%) rename lib/{cloudpdf => CloudPDF}/types/tenants_delete_response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/tenants_get200response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/tenants_get200response_tenant.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/tenants_get404response.rb (66%) rename lib/{cloudpdf => CloudPDF}/types/tenants_get404response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/tenants_list200response.rb (78%) rename lib/{cloudpdf => CloudPDF}/types/tenants_list200response_tenants_item.rb (96%) rename lib/{cloudpdf => CloudPDF}/types/tenants_list400response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/tenants_list400response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/tokens_issue200response.rb (95%) rename lib/{cloudpdf => CloudPDF}/types/tokens_issue400response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/tokens_issue400response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/tokens_issue403response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/tokens_issue403response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/types/tokens_issue404response.rb (67%) rename lib/{cloudpdf => CloudPDF}/types/tokens_issue404response_error.rb (94%) create mode 100644 lib/CloudPDF/types/tokens_issue_request.rb rename lib/{cloudpdf => CloudPDF}/types/tokens_issue_request_doc.rb (98%) rename lib/{cloudpdf => CloudPDF}/types/tokens_issue_request_tenant.rb (81%) create mode 100644 lib/CloudPDF/types/tokens_issue_request_tenant_scope_item.rb rename lib/{cloudpdf => CloudPDF}/types/tokens_issue_request_tenant_scope_item_one.rb (82%) rename lib/{cloudpdf => CloudPDF}/types/tokens_issue_request_tenant_scope_item_zero.rb (68%) rename lib/{cloudpdf => CloudPDF}/types/tokens_revoke_response.rb (66%) rename lib/{cloudpdf => CloudPDF}/types/tokens_revoke_response_error.rb (94%) rename lib/{cloudpdf => CloudPDF}/version.rb (79%) delete mode 100644 lib/cloudpdf/client.rb delete mode 100644 lib/cloudpdf/types/doc_annotations_list200response_annotations_item.rb delete mode 100644 lib/cloudpdf/types/doc_forms_get200response_fields_item.rb delete mode 100644 lib/cloudpdf/types/documents_init200response.rb delete mode 100644 lib/cloudpdf/types/tokens_issue_request.rb delete mode 100644 lib/cloudpdf/types/tokens_issue_request_tenant_scope_item.rb diff --git a/.fern/metadata.json b/.fern/metadata.json index 3ccc2df..b51e640 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -2,7 +2,10 @@ "cliVersion": "5.91.0", "generatorName": "fernapi/fern-ruby-sdk", "generatorVersion": "1.21.1", - "originGitCommit": "232d5e0240d5673a73c9ea7c7ae9e7b937fdd5b3", + "generatorConfig": { + "moduleName": "CloudPDF" + }, + "originGitCommit": "a0adb9e77ef16feaef2358d71b247b4f5a98fd23", "originGitCommitIsDirty": false, "invokedBy": "ci", "requestedVersion": "3.0.0.alpha.1", diff --git a/.github/workflows/sdk-ci.yml b/.github/workflows/sdk-ci.yml index ee2323c..98138b6 100644 --- a/.github/workflows/sdk-ci.yml +++ b/.github/workflows/sdk-ci.yml @@ -19,3 +19,8 @@ jobs: ruby-version: '3.3' - run: ruby -e 'Dir["lib/**/*.rb"].each { |file| RubyVM::InstructionSequence.compile_file(file) }' - run: gem build cloudpdf.gemspec --output /tmp/cloudpdf-ruby.gem + - name: Verify packaged require graph + run: | + ruby_gem_home="$(mktemp -d)" + gem install /tmp/cloudpdf-ruby.gem --local --no-document --install-dir "$ruby_gem_home" + GEM_HOME="$ruby_gem_home" GEM_PATH="$ruby_gem_home" ruby -e 'require "cloudpdf"; abort "CloudPDF::Client was not packaged" unless defined?(CloudPDF::Client)' diff --git a/.github/workflows/sdk-release.yml b/.github/workflows/sdk-release.yml new file mode 100644 index 0000000..c6d1f7c --- /dev/null +++ b/.github/workflows/sdk-release.yml @@ -0,0 +1,130 @@ +name: SDK Release + +on: + push: + branches: [main] + paths-ignore: + - '.github/**' + workflow_dispatch: + +permissions: + contents: read + +concurrency: + group: sdk-release + cancel-in-progress: false + +jobs: + release: + name: Publish cloudpdf + if: github.event_name == 'workflow_dispatch' || vars.SDK_AUTO_PUBLISH_ENABLED == 'true' + runs-on: ubuntu-latest + environment: release + permissions: + contents: write + id-token: write + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - uses: ruby/setup-ruby@v1 + with: + ruby-version: '3.3' + + - name: Verify generated release version + id: version + run: | + ruby <<'RUBY' + require "json" + require_relative "lib/CloudPDF/version" + + generation = JSON.parse(File.read("cloudpdf-generation.json")) + raise "generation language is not ruby" unless generation.fetch("language") == "ruby" + version = CloudPDF::VERSION + unless version == generation.fetch("sdkVersion") + raise "package version #{version} does not match generated version #{generation.fetch('sdkVersion')}" + end + prerelease = generation.fetch("canonicalVersion").include?("-") + File.open(ENV.fetch("GITHUB_OUTPUT"), "a") do |output| + output.puts "version=#{version}" + output.puts "tag=v#{version}" + output.puts "prerelease=#{prerelease}" + end + RUBY + + - name: Build and verify packaged require graph + run: | + mkdir -p dist + gem build cloudpdf.gemspec --output "dist/cloudpdf-${{ steps.version.outputs.version }}.gem" + ruby_gem_home="$(mktemp -d)" + gem install "dist/cloudpdf-${{ steps.version.outputs.version }}.gem" --local --no-document --install-dir "$ruby_gem_home" + GEM_HOME="$ruby_gem_home" GEM_PATH="$ruby_gem_home" ruby -e 'require "cloudpdf"; abort "CloudPDF::Client was not packaged" unless defined?(CloudPDF::Client)' + + - name: Protect immutable release tag + id: release-tag + env: + RELEASE_TAG: ${{ steps.version.outputs.tag }} + run: | + git fetch --force --tags origin + if git rev-parse --quiet --verify "refs/tags/$RELEASE_TAG" >/dev/null; then + tagged_commit="$(git rev-list -n 1 "$RELEASE_TAG")" + if [ "$tagged_commit" != "$GITHUB_SHA" ]; then + if git diff --quiet "$RELEASE_TAG" "$GITHUB_SHA" -- . ':(exclude).github/**'; then + echo "::notice::Reusing $RELEASE_TAG after a workflow-only change." + else + echo "::error::Release tag $RELEASE_TAG already points to different package source at $tagged_commit; bump the SDK version." + exit 1 + fi + fi + echo "existed=true" >> "$GITHUB_OUTPUT" + else + git config user.name cloudpdf-sdk-bot + git config user.email hello@cloudpdf.com + git tag -a "$RELEASE_TAG" -m "CloudPDF Ruby SDK $RELEASE_TAG" + git push origin "refs/tags/$RELEASE_TAG" + echo "existed=false" >> "$GITHUB_OUTPUT" + fi + + - name: Check RubyGems publication state + id: registry + env: + VERSION: ${{ steps.version.outputs.version }} + TAG_EXISTED: ${{ steps.release-tag.outputs.existed }} + run: | + versions_file="$(mktemp)" + http_status="$(curl --silent --show-error --output "$versions_file" --write-out '%{http_code}' https://rubygems.org/api/v1/versions/cloudpdf.json)" + if [ "$http_status" != '200' ]; then + echo "::error::RubyGems returned HTTP $http_status while checking cloudpdf $VERSION." + exit 1 + fi + if ruby -rjson -e 'version = ENV.fetch("VERSION"); exit(JSON.parse(File.read(ARGV.fetch(0))).any? { |item| item["number"] == version } ? 0 : 1)' "$versions_file"; then + if [ "$TAG_EXISTED" != 'true' ]; then + echo "::error::cloudpdf $VERSION already exists on RubyGems but its release tag did not exist." + exit 1 + fi + echo "publish=false" >> "$GITHUB_OUTPUT" + else + echo "publish=true" >> "$GITHUB_OUTPUT" + fi + + - name: Configure RubyGems trusted publishing + if: steps.registry.outputs.publish == 'true' + uses: rubygems/configure-rubygems-credentials@dc5a8d8553e6ee01fc26761a49e99e733d17954a + + - name: Publish to RubyGems + if: steps.registry.outputs.publish == 'true' + run: gem push "dist/cloudpdf-${{ steps.version.outputs.version }}.gem" + + - name: Create GitHub release + env: + GH_TOKEN: ${{ github.token }} + RELEASE_TAG: ${{ steps.version.outputs.tag }} + PRERELEASE: ${{ steps.version.outputs.prerelease }} + run: | + if gh release view "$RELEASE_TAG" >/dev/null 2>&1; then + exit 0 + fi + args=(--verify-tag --generate-notes --title "CloudPDF Ruby SDK $RELEASE_TAG") + if [ "$PRERELEASE" = 'true' ]; then args+=(--prerelease); fi + gh release create "$RELEASE_TAG" "${args[@]}" diff --git a/README.md b/README.md index fa79829..fe5a2ee 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Cloudpdf Ruby Library +# CloudPDF Ruby SDK [![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=Cloudpdf%2FRuby) -The Cloudpdf Ruby library provides convenient access to the Cloudpdf APIs from Ruby. +The official Ruby SDK for the CloudPDF API. ## Table of Contents @@ -28,7 +28,7 @@ Instantiate and use the client with the following: ```ruby require "cloudpdf" -client = Cloudpdf::Client.new(token: "") +client = CloudPDF::Client.new(token: "") client.tenants.create(id: "id") ``` @@ -41,7 +41,7 @@ This SDK allows you to configure different custom URLs for API requests. You can ```ruby require "cloudpdf" -client = Cloudpdf::Client.new( +client = CloudPDF::Client.new( base_url: "https://example.com" ) ``` @@ -53,21 +53,21 @@ Failed API calls will raise errors that can be rescued from granularly. ```ruby require "cloudpdf" -client = Cloudpdf::Client.new( +client = CloudPDF::Client.new( base_url: "https://example.com" ) begin result = client.tenants.create -rescue Cloudpdf::Errors::TimeoutError +rescue CloudPDF::Errors::TimeoutError puts "API didn't respond before our timeout elapsed" -rescue Cloudpdf::Errors::ServiceUnavailableError +rescue CloudPDF::Errors::ServiceUnavailableError puts "API returned status 503, is probably overloaded, try again later" -rescue Cloudpdf::Errors::ServerError +rescue CloudPDF::Errors::ServerError puts "API returned some other 5xx status, this is probably a bug" -rescue Cloudpdf::Errors::ResponseError => e +rescue CloudPDF::Errors::ResponseError => e puts "API returned an unexpected status other than 5xx: #{e.code} #{e.message}" -rescue Cloudpdf::Errors::ApiError => e +rescue CloudPDF::Errors::ApiError => e puts "Some other error occurred when calling the API: #{e.message}" end ``` @@ -95,7 +95,7 @@ Use the `max_retries` option to configure this behavior. ```ruby require "cloudpdf" -client = Cloudpdf::Client.new( +client = CloudPDF::Client.new( base_url: "https://example.com", max_retries: 3 # Configure max retries (default is 2) ) diff --git a/cloudpdf-generation.json b/cloudpdf-generation.json index c1c06de..959574d 100644 --- a/cloudpdf-generation.json +++ b/cloudpdf-generation.json @@ -6,7 +6,7 @@ "repository": "embedpdf/embed-pdf-viewer", "openapi": "cloudpdf/contract/openapi.json", "openapiSha256": "6858ce7912e9063d8fb171ade95fc473db01c5971a3af241a612dda79cc05100", - "gitCommit": "232d5e0240d5673a73c9ea7c7ae9e7b937fdd5b3", + "gitCommit": "a0adb9e77ef16feaef2358d71b247b4f5a98fd23", "gitCommitIsDirty": false }, "fern": { diff --git a/cloudpdf.gemspec b/cloudpdf.gemspec index ab4567e..95301f3 100644 --- a/cloudpdf.gemspec +++ b/cloudpdf.gemspec @@ -1,16 +1,16 @@ # frozen_string_literal: true -require_relative "lib/cloudpdf/version" +require_relative "lib/CloudPDF/version" require_relative "custom.gemspec" # NOTE: A handful of these fields are required as part of the Ruby specification. # You can change them here or overwrite them in the custom gemspec file. Gem::Specification.new do |spec| spec.name = "cloudpdf" - spec.authors = ["Cloudpdf"] - spec.version = Cloudpdf::VERSION - spec.summary = "Ruby client library for the Cloudpdf API" - spec.description = "The Cloudpdf Ruby library provides convenient access to the Cloudpdf API from Ruby." + spec.authors = ["CloudPDF"] + spec.version = CloudPDF::VERSION + spec.summary = "Ruby client library for the CloudPDF API" + spec.description = "The CloudPDF Ruby library provides convenient access to the CloudPDF API from Ruby." spec.required_ruby_version = ">= 3.3.0" spec.metadata["rubygems_mfa_required"] = "true" diff --git a/custom.gemspec.rb b/custom.gemspec.rb index 04fa789..531cf57 100644 --- a/custom.gemspec.rb +++ b/custom.gemspec.rb @@ -5,4 +5,11 @@ def add_custom_gemspec_data(spec) spec.email = ["hello@cloudpdf.com"] spec.homepage = "https://www.cloudpdf.com" spec.license = "Apache-2.0" + spec.summary = "The official Ruby SDK for the CloudPDF API." + spec.description = "A typed Ruby client for deployment, tenant, and document operations in the CloudPDF API." + spec.metadata["homepage_uri"] = spec.homepage + spec.metadata["source_code_uri"] = "https://github.com/embedpdf/cloudpdf-sdk-ruby" + spec.files = spec.files.reject do |file| + file.start_with?(".github/") || file == "cloudpdf-generation.json" + end end diff --git a/lib/CloudPDF/client.rb b/lib/CloudPDF/client.rb new file mode 100644 index 0000000..f6c81ae --- /dev/null +++ b/lib/CloudPDF/client.rb @@ -0,0 +1,46 @@ +# frozen_string_literal: true + +module CloudPDF + class Client + # @param token [String] + # @param base_url [String, nil] + # @param max_retries [Integer] + # + # @return [void] + def initialize(token:, base_url: nil, max_retries: 2) + @raw_client = CloudPDF::Internal::Http::RawClient.new( + base_url: base_url, + headers: { + "X-Fern-Language" => "Ruby", + Authorization: "Bearer #{token}" + }, + max_retries: max_retries + ) + end + + # @return [CloudPDF::Deployment::Client] + def deployment + @deployment ||= CloudPDF::Deployment::Client.new(client: @raw_client) + end + + # @return [CloudPDF::Doc::Client] + def doc + @doc ||= CloudPDF::Doc::Client.new(client: @raw_client) + end + + # @return [CloudPDF::Tenants::Client] + def tenants + @tenants ||= CloudPDF::Tenants::Client.new(client: @raw_client) + end + + # @return [CloudPDF::Documents::Client] + def documents + @documents ||= CloudPDF::Documents::Client.new(client: @raw_client) + end + + # @return [CloudPDF::Tokens::Client] + def tokens + @tokens ||= CloudPDF::Tokens::Client.new(client: @raw_client) + end + end +end diff --git a/lib/cloudpdf/deployment/client.rb b/lib/CloudPDF/deployment/client.rb similarity index 76% rename from lib/cloudpdf/deployment/client.rb rename to lib/CloudPDF/deployment/client.rb index a698796..baf70fe 100644 --- a/lib/cloudpdf/deployment/client.rb +++ b/lib/CloudPDF/deployment/client.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Deployment class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -21,9 +21,9 @@ def initialize(client:) # @example # client.deployment.license_status # - # @return [Cloudpdf::Types::DeploymentLicenseStatusResponse] + # @return [CloudPDF::Types::DeploymentLicenseStatusResponse] def license_status(request_options: {}, **_params) - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/deployment/license/status", @@ -32,13 +32,13 @@ def license_status(request_options: {}, **_params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DeploymentLicenseStatusResponse.load(response.body) + CloudPDF::Types::DeploymentLicenseStatusResponse.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end diff --git a/lib/cloudpdf/doc/annotations/client.rb b/lib/CloudPDF/doc/annotations/client.rb similarity index 82% rename from lib/cloudpdf/doc/annotations/client.rb rename to lib/CloudPDF/doc/annotations/client.rb index 1b0f371..8c6b7f3 100644 --- a/lib/cloudpdf/doc/annotations/client.rb +++ b/lib/CloudPDF/doc/annotations/client.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Annotations class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -30,13 +30,13 @@ def initialize(client:) # pon: 1 # ) # - # @return [Cloudpdf::Types::DocAnnotationsList200Response] + # @return [CloudPDF::Types::DocAnnotationsList200Response] def list(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/annotations/pages/#{URI.encode_uri_component(params[:pon].to_s)}/items", @@ -46,13 +46,13 @@ def list(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocAnnotationsList200Response.load(response.body) + CloudPDF::Types::DocAnnotationsList200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -61,7 +61,7 @@ def list(request_options: {}, **params) # rules; the API token is exempt from both. # # @param request_options [Hash] - # @param params [Cloudpdf::Types::DocAnnotationsCreateRequest] + # @param params [CloudPDF::Types::DocAnnotationsCreateRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -82,16 +82,16 @@ def list(request_options: {}, **params) # } # ) # - # @return [Cloudpdf::Types::DocAnnotationsCreate200Response] + # @return [CloudPDF::Types::DocAnnotationsCreate200Response] def create(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[doc_id layer_name pon] body_params = params.except(*path_param_names) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/annotations/pages/#{URI.encode_uri_component(params[:pon].to_s)}/items", @@ -102,13 +102,13 @@ def create(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocAnnotationsCreate200Response.load(response.body) + CloudPDF::Types::DocAnnotationsCreate200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -134,13 +134,13 @@ def create(request_options: {}, **params) # annot_key: "annotKey" # ) # - # @return [Cloudpdf::Types::DocAnnotationsDelete200Response] + # @return [CloudPDF::Types::DocAnnotationsDelete200Response] def delete(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "DELETE", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/annotations/pages/#{URI.encode_uri_component(params[:pon].to_s)}/items/#{URI.encode_uri_component(params[:annot_key].to_s)}", @@ -150,19 +150,19 @@ def delete(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocAnnotationsDelete200Response.load(response.body) + CloudPDF::Types::DocAnnotationsDelete200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end # @param request_options [Hash] - # @param params [Cloudpdf::Types::DocAnnotationsUpdateRequest] + # @param params [CloudPDF::Types::DocAnnotationsUpdateRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -185,16 +185,16 @@ def delete(request_options: {}, **params) # } # ) # - # @return [Cloudpdf::Types::DocAnnotationsUpdate200Response] + # @return [CloudPDF::Types::DocAnnotationsUpdate200Response] def update(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[doc_id layer_name pon annot_key] body_params = params.except(*path_param_names) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "PATCH", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/annotations/pages/#{URI.encode_uri_component(params[:pon].to_s)}/items/#{URI.encode_uri_component(params[:annot_key].to_s)}", @@ -205,13 +205,13 @@ def update(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocAnnotationsUpdate200Response.load(response.body) + CloudPDF::Types::DocAnnotationsUpdate200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end diff --git a/lib/cloudpdf/doc/annotations/types/create_annotations_request.rb b/lib/CloudPDF/doc/annotations/types/create_annotations_request.rb similarity index 97% rename from lib/cloudpdf/doc/annotations/types/create_annotations_request.rb rename to lib/CloudPDF/doc/annotations/types/create_annotations_request.rb index 4f838bd..448b31f 100644 --- a/lib/cloudpdf/doc/annotations/types/create_annotations_request.rb +++ b/lib/CloudPDF/doc/annotations/types/create_annotations_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Annotations module Types diff --git a/lib/cloudpdf/doc/annotations/types/delete_annotations_request.rb b/lib/CloudPDF/doc/annotations/types/delete_annotations_request.rb similarity index 97% rename from lib/cloudpdf/doc/annotations/types/delete_annotations_request.rb rename to lib/CloudPDF/doc/annotations/types/delete_annotations_request.rb index d9fcf4b..59271bb 100644 --- a/lib/cloudpdf/doc/annotations/types/delete_annotations_request.rb +++ b/lib/CloudPDF/doc/annotations/types/delete_annotations_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Annotations module Types diff --git a/lib/cloudpdf/doc/annotations/types/list_annotations_request.rb b/lib/CloudPDF/doc/annotations/types/list_annotations_request.rb similarity index 97% rename from lib/cloudpdf/doc/annotations/types/list_annotations_request.rb rename to lib/CloudPDF/doc/annotations/types/list_annotations_request.rb index b48ba81..e64f0d7 100644 --- a/lib/cloudpdf/doc/annotations/types/list_annotations_request.rb +++ b/lib/CloudPDF/doc/annotations/types/list_annotations_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Annotations module Types diff --git a/lib/cloudpdf/doc/annotations/types/update_annotations_request.rb b/lib/CloudPDF/doc/annotations/types/update_annotations_request.rb similarity index 97% rename from lib/cloudpdf/doc/annotations/types/update_annotations_request.rb rename to lib/CloudPDF/doc/annotations/types/update_annotations_request.rb index 085a836..318eece 100644 --- a/lib/cloudpdf/doc/annotations/types/update_annotations_request.rb +++ b/lib/CloudPDF/doc/annotations/types/update_annotations_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Annotations module Types diff --git a/lib/cloudpdf/doc/client.rb b/lib/CloudPDF/doc/client.rb similarity index 78% rename from lib/cloudpdf/doc/client.rb rename to lib/CloudPDF/doc/client.rb index 2892355..aba5c0c 100644 --- a/lib/cloudpdf/doc/client.rb +++ b/lib/CloudPDF/doc/client.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -23,13 +23,13 @@ def initialize(client:) # @example # client.doc.head(doc_id: "docId") # - # @return [Cloudpdf::Types::DocHead200Response] + # @return [CloudPDF::Types::DocHead200Response] def head(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/head", @@ -39,13 +39,13 @@ def head(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocHead200Response.load(response.body) + CloudPDF::Types::DocHead200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -69,11 +69,11 @@ def head(request_options: {}, **params) # # @return [untyped] def download(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/download", @@ -83,12 +83,12 @@ def download(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i return if code.between?(200, 299) - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end @@ -109,13 +109,13 @@ def download(request_options: {}, **params) # layer_name: "layerName" # ) # - # @return [Cloudpdf::Types::DocManifest200Response] + # @return [CloudPDF::Types::DocManifest200Response] def manifest(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/manifest", @@ -125,13 +125,13 @@ def manifest(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocManifest200Response.load(response.body) + CloudPDF::Types::DocManifest200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -160,11 +160,11 @@ def manifest(request_options: {}, **params) # # @return [untyped] def render(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/render/pages/#{URI.encode_uri_component(params[:pon].to_s)}/data", @@ -174,12 +174,12 @@ def render(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i return if code.between?(200, 299) - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end @@ -202,13 +202,13 @@ def render(request_options: {}, **params) # pon: 1 # ) # - # @return [Cloudpdf::Types::DocText200Response] + # @return [CloudPDF::Types::DocText200Response] def text(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/text/pages/#{URI.encode_uri_component(params[:pon].to_s)}/data", @@ -218,40 +218,40 @@ def text(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocText200Response.load(response.body) + CloudPDF::Types::DocText200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end - # @return [Cloudpdf::Annotations::Client] + # @return [CloudPDF::Annotations::Client] def annotations - @annotations ||= Cloudpdf::Doc::Annotations::Client.new(client: @client) + @annotations ||= CloudPDF::Doc::Annotations::Client.new(client: @client) end - # @return [Cloudpdf::Forms::Client] + # @return [CloudPDF::Forms::Client] def forms - @forms ||= Cloudpdf::Doc::Forms::Client.new(client: @client) + @forms ||= CloudPDF::Doc::Forms::Client.new(client: @client) end - # @return [Cloudpdf::Metadata::Client] + # @return [CloudPDF::Metadata::Client] def metadata - @metadata ||= Cloudpdf::Doc::Metadata::Client.new(client: @client) + @metadata ||= CloudPDF::Doc::Metadata::Client.new(client: @client) end - # @return [Cloudpdf::Pages::Client] + # @return [CloudPDF::Pages::Client] def pages - @pages ||= Cloudpdf::Doc::Pages::Client.new(client: @client) + @pages ||= CloudPDF::Doc::Pages::Client.new(client: @client) end - # @return [Cloudpdf::Redactions::Client] + # @return [CloudPDF::Redactions::Client] def redactions - @redactions ||= Cloudpdf::Doc::Redactions::Client.new(client: @client) + @redactions ||= CloudPDF::Doc::Redactions::Client.new(client: @client) end end end diff --git a/lib/cloudpdf/doc/forms/client.rb b/lib/CloudPDF/doc/forms/client.rb similarity index 81% rename from lib/cloudpdf/doc/forms/client.rb rename to lib/CloudPDF/doc/forms/client.rb index 41c10f7..e428f14 100644 --- a/lib/cloudpdf/doc/forms/client.rb +++ b/lib/CloudPDF/doc/forms/client.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Forms class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -28,13 +28,13 @@ def initialize(client:) # layer_name: "layerName" # ) # - # @return [Cloudpdf::Types::DocFormsGet200Response] + # @return [CloudPDF::Types::DocFormsGet200Response] def get(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/form", @@ -44,13 +44,13 @@ def get(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocFormsGet200Response.load(response.body) + CloudPDF::Types::DocFormsGet200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -64,7 +64,7 @@ def get(request_options: {}, **params) # @option request_options [Integer] :timeout_in_seconds # @option params [String] :doc_id # @option params [String] :layer_name - # @option params [Cloudpdf::Doc::Forms::Types::ExportDataFormsRequestFormat, nil] :format + # @option params [CloudPDF::Doc::Forms::Types::ExportDataFormsRequestFormat, nil] :format # @option params [String, nil] :document_password # # @example @@ -75,14 +75,14 @@ def get(request_options: {}, **params) # # @return [untyped] def export_data(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) query_params = {} query_params["format"] = params[:format] if params.key?(:format) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/form/data", @@ -93,17 +93,17 @@ def export_data(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i return if code.between?(200, 299) - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end # @param request_options [Hash] - # @param params [Cloudpdf::Types::DocFormsImportDataRequest] + # @param params [CloudPDF::Types::DocFormsImportDataRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -122,16 +122,16 @@ def export_data(request_options: {}, **params) # } # ) # - # @return [Cloudpdf::Types::DocFormsImportData200Response] + # @return [CloudPDF::Types::DocFormsImportData200Response] def import_data(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[doc_id layer_name] body_params = params.except(*path_param_names) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/form/data", @@ -142,13 +142,13 @@ def import_data(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocFormsImportData200Response.load(response.body) + CloudPDF::Types::DocFormsImportData200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -172,13 +172,13 @@ def import_data(request_options: {}, **params) # field_key: "fieldKey" # ) # - # @return [Cloudpdf::Types::DocFormsReset200Response] + # @return [CloudPDF::Types::DocFormsReset200Response] def reset(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/form/fields/#{URI.encode_uri_component(params[:field_key].to_s)}/reset", @@ -188,19 +188,19 @@ def reset(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocFormsReset200Response.load(response.body) + CloudPDF::Types::DocFormsReset200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end # @param request_options [Hash] - # @param params [Cloudpdf::Types::DocFormsSetValueRequest] + # @param params [CloudPDF::Types::DocFormsSetValueRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -221,16 +221,16 @@ def reset(request_options: {}, **params) # } # ) # - # @return [Cloudpdf::Types::DocFormsSetValue200Response] + # @return [CloudPDF::Types::DocFormsSetValue200Response] def set_value(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[doc_id layer_name field_key] body_params = params.except(*path_param_names) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/form/fields/#{URI.encode_uri_component(params[:field_key].to_s)}/value", @@ -241,13 +241,13 @@ def set_value(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocFormsSetValue200Response.load(response.body) + CloudPDF::Types::DocFormsSetValue200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end diff --git a/lib/cloudpdf/doc/forms/types/export_data_forms_request.rb b/lib/CloudPDF/doc/forms/types/export_data_forms_request.rb similarity index 87% rename from lib/cloudpdf/doc/forms/types/export_data_forms_request.rb rename to lib/CloudPDF/doc/forms/types/export_data_forms_request.rb index fb6a931..891cc6d 100644 --- a/lib/cloudpdf/doc/forms/types/export_data_forms_request.rb +++ b/lib/CloudPDF/doc/forms/types/export_data_forms_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Forms module Types @@ -9,7 +9,7 @@ class ExportDataFormsRequest < Internal::Types::Model field :layer_name, -> { String }, optional: false, nullable: false, api_name: "layerName" - field :format, -> { Cloudpdf::Doc::Forms::Types::ExportDataFormsRequestFormat }, optional: true, nullable: false + field :format, -> { CloudPDF::Doc::Forms::Types::ExportDataFormsRequestFormat }, optional: true, nullable: false field :document_password, -> { String }, optional: true, nullable: false, api_name: "X-Document-Password" end diff --git a/lib/cloudpdf/doc/forms/types/export_data_forms_request_format.rb b/lib/CloudPDF/doc/forms/types/export_data_forms_request_format.rb similarity index 76% rename from lib/cloudpdf/doc/forms/types/export_data_forms_request_format.rb rename to lib/CloudPDF/doc/forms/types/export_data_forms_request_format.rb index 4339c2e..084139e 100644 --- a/lib/cloudpdf/doc/forms/types/export_data_forms_request_format.rb +++ b/lib/CloudPDF/doc/forms/types/export_data_forms_request_format.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Forms module Types module ExportDataFormsRequestFormat - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum FDF = "fdf" XFDF = "xfdf" diff --git a/lib/cloudpdf/doc/forms/types/get_forms_request.rb b/lib/CloudPDF/doc/forms/types/get_forms_request.rb similarity index 96% rename from lib/cloudpdf/doc/forms/types/get_forms_request.rb rename to lib/CloudPDF/doc/forms/types/get_forms_request.rb index b2b0658..85112a3 100644 --- a/lib/cloudpdf/doc/forms/types/get_forms_request.rb +++ b/lib/CloudPDF/doc/forms/types/get_forms_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Forms module Types diff --git a/lib/cloudpdf/doc/forms/types/import_data_forms_request.rb b/lib/CloudPDF/doc/forms/types/import_data_forms_request.rb similarity index 97% rename from lib/cloudpdf/doc/forms/types/import_data_forms_request.rb rename to lib/CloudPDF/doc/forms/types/import_data_forms_request.rb index 0726d70..3510a35 100644 --- a/lib/cloudpdf/doc/forms/types/import_data_forms_request.rb +++ b/lib/CloudPDF/doc/forms/types/import_data_forms_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Forms module Types diff --git a/lib/cloudpdf/doc/forms/types/reset_forms_request.rb b/lib/CloudPDF/doc/forms/types/reset_forms_request.rb similarity index 97% rename from lib/cloudpdf/doc/forms/types/reset_forms_request.rb rename to lib/CloudPDF/doc/forms/types/reset_forms_request.rb index e695b20..7027b79 100644 --- a/lib/cloudpdf/doc/forms/types/reset_forms_request.rb +++ b/lib/CloudPDF/doc/forms/types/reset_forms_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Forms module Types diff --git a/lib/cloudpdf/doc/forms/types/set_value_forms_request.rb b/lib/CloudPDF/doc/forms/types/set_value_forms_request.rb similarity index 97% rename from lib/cloudpdf/doc/forms/types/set_value_forms_request.rb rename to lib/CloudPDF/doc/forms/types/set_value_forms_request.rb index 0f1d756..4b9a1b0 100644 --- a/lib/cloudpdf/doc/forms/types/set_value_forms_request.rb +++ b/lib/CloudPDF/doc/forms/types/set_value_forms_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Forms module Types diff --git a/lib/cloudpdf/doc/metadata/client.rb b/lib/CloudPDF/doc/metadata/client.rb similarity index 80% rename from lib/cloudpdf/doc/metadata/client.rb rename to lib/CloudPDF/doc/metadata/client.rb index 0ba9309..34c1703 100644 --- a/lib/cloudpdf/doc/metadata/client.rb +++ b/lib/CloudPDF/doc/metadata/client.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Metadata class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -28,13 +28,13 @@ def initialize(client:) # layer_name: "layerName" # ) # - # @return [Cloudpdf::Types::DocMetadataGet200Response] + # @return [CloudPDF::Types::DocMetadataGet200Response] def get(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/metadata", @@ -44,13 +44,13 @@ def get(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocMetadataGet200Response.load(response.body) + CloudPDF::Types::DocMetadataGet200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end diff --git a/lib/cloudpdf/doc/metadata/types/get_metadata_request.rb b/lib/CloudPDF/doc/metadata/types/get_metadata_request.rb similarity index 96% rename from lib/cloudpdf/doc/metadata/types/get_metadata_request.rb rename to lib/CloudPDF/doc/metadata/types/get_metadata_request.rb index 1dab81c..67f1707 100644 --- a/lib/cloudpdf/doc/metadata/types/get_metadata_request.rb +++ b/lib/CloudPDF/doc/metadata/types/get_metadata_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Metadata module Types diff --git a/lib/cloudpdf/doc/pages/client.rb b/lib/CloudPDF/doc/pages/client.rb similarity index 80% rename from lib/cloudpdf/doc/pages/client.rb rename to lib/CloudPDF/doc/pages/client.rb index da44b12..a7e503d 100644 --- a/lib/cloudpdf/doc/pages/client.rb +++ b/lib/CloudPDF/doc/pages/client.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Pages class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -12,7 +12,7 @@ def initialize(client:) end # @param request_options [Hash] - # @param params [Cloudpdf::Types::DocPagesDeleteRequest] + # @param params [CloudPDF::Types::DocPagesDeleteRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -31,16 +31,16 @@ def initialize(client:) # } # ) # - # @return [Cloudpdf::Types::DocPagesDelete200Response] + # @return [CloudPDF::Types::DocPagesDelete200Response] def delete(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[doc_id layer_name] body_params = params.except(*path_param_names) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/pages/delete", @@ -51,19 +51,19 @@ def delete(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocPagesDelete200Response.load(response.body) + CloudPDF::Types::DocPagesDelete200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end # @param request_options [Hash] - # @param params [Cloudpdf::Types::DocPagesFlattenRequest] + # @param params [CloudPDF::Types::DocPagesFlattenRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -82,16 +82,16 @@ def delete(request_options: {}, **params) # } # ) # - # @return [Cloudpdf::Types::DocPagesFlatten200Response] + # @return [CloudPDF::Types::DocPagesFlatten200Response] def flatten(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[doc_id layer_name] body_params = params.except(*path_param_names) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/pages/flatten", @@ -102,19 +102,19 @@ def flatten(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocPagesFlatten200Response.load(response.body) + CloudPDF::Types::DocPagesFlatten200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end # @param request_options [Hash] - # @param params [Cloudpdf::Types::DocPagesMoveRequest] + # @param params [CloudPDF::Types::DocPagesMoveRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -133,16 +133,16 @@ def flatten(request_options: {}, **params) # } # ) # - # @return [Cloudpdf::Types::DocPagesMove200Response] + # @return [CloudPDF::Types::DocPagesMove200Response] def move(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[doc_id layer_name] body_params = params.except(*path_param_names) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/pages/move", @@ -153,19 +153,19 @@ def move(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocPagesMove200Response.load(response.body) + CloudPDF::Types::DocPagesMove200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end # @param request_options [Hash] - # @param params [Cloudpdf::Types::DocPagesRotateRequest] + # @param params [CloudPDF::Types::DocPagesRotateRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -184,16 +184,16 @@ def move(request_options: {}, **params) # } # ) # - # @return [Cloudpdf::Types::DocPagesRotate200Response] + # @return [CloudPDF::Types::DocPagesRotate200Response] def rotate(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[doc_id layer_name] body_params = params.except(*path_param_names) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/pages/rotate", @@ -204,13 +204,13 @@ def rotate(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocPagesRotate200Response.load(response.body) + CloudPDF::Types::DocPagesRotate200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end diff --git a/lib/cloudpdf/doc/pages/types/delete_pages_request.rb b/lib/CloudPDF/doc/pages/types/delete_pages_request.rb similarity index 97% rename from lib/cloudpdf/doc/pages/types/delete_pages_request.rb rename to lib/CloudPDF/doc/pages/types/delete_pages_request.rb index 8a152ab..7161788 100644 --- a/lib/cloudpdf/doc/pages/types/delete_pages_request.rb +++ b/lib/CloudPDF/doc/pages/types/delete_pages_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Pages module Types diff --git a/lib/cloudpdf/doc/pages/types/flatten_pages_request.rb b/lib/CloudPDF/doc/pages/types/flatten_pages_request.rb similarity index 97% rename from lib/cloudpdf/doc/pages/types/flatten_pages_request.rb rename to lib/CloudPDF/doc/pages/types/flatten_pages_request.rb index f6db274..2203aea 100644 --- a/lib/cloudpdf/doc/pages/types/flatten_pages_request.rb +++ b/lib/CloudPDF/doc/pages/types/flatten_pages_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Pages module Types diff --git a/lib/cloudpdf/doc/pages/types/move_pages_request.rb b/lib/CloudPDF/doc/pages/types/move_pages_request.rb similarity index 97% rename from lib/cloudpdf/doc/pages/types/move_pages_request.rb rename to lib/CloudPDF/doc/pages/types/move_pages_request.rb index 77c812d..6303d96 100644 --- a/lib/cloudpdf/doc/pages/types/move_pages_request.rb +++ b/lib/CloudPDF/doc/pages/types/move_pages_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Pages module Types diff --git a/lib/cloudpdf/doc/pages/types/rotate_pages_request.rb b/lib/CloudPDF/doc/pages/types/rotate_pages_request.rb similarity index 97% rename from lib/cloudpdf/doc/pages/types/rotate_pages_request.rb rename to lib/CloudPDF/doc/pages/types/rotate_pages_request.rb index 51597d1..2201145 100644 --- a/lib/cloudpdf/doc/pages/types/rotate_pages_request.rb +++ b/lib/CloudPDF/doc/pages/types/rotate_pages_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Pages module Types diff --git a/lib/cloudpdf/doc/redactions/client.rb b/lib/CloudPDF/doc/redactions/client.rb similarity index 79% rename from lib/cloudpdf/doc/redactions/client.rb rename to lib/CloudPDF/doc/redactions/client.rb index fe84310..149cb6c 100644 --- a/lib/cloudpdf/doc/redactions/client.rb +++ b/lib/CloudPDF/doc/redactions/client.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Redactions class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -12,7 +12,7 @@ def initialize(client:) end # @param request_options [Hash] - # @param params [Cloudpdf::Types::DocRedactionsApplyRequest] + # @param params [CloudPDF::Types::DocRedactionsApplyRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -31,16 +31,16 @@ def initialize(client:) # } # ) # - # @return [Cloudpdf::Types::DocRedactionsApply200Response] + # @return [CloudPDF::Types::DocRedactionsApply200Response] def apply(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[doc_id layer_name] body_params = params.except(*path_param_names) headers = {} headers["X-Document-Password"] = params[:document_password] if params[:document_password] - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/docs/#{URI.encode_uri_component(params[:doc_id].to_s)}/layers/#{URI.encode_uri_component(params[:layer_name].to_s)}/redactions/apply", @@ -51,13 +51,13 @@ def apply(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocRedactionsApply200Response.load(response.body) + CloudPDF::Types::DocRedactionsApply200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end diff --git a/lib/cloudpdf/doc/redactions/types/apply_redactions_request.rb b/lib/CloudPDF/doc/redactions/types/apply_redactions_request.rb similarity index 97% rename from lib/cloudpdf/doc/redactions/types/apply_redactions_request.rb rename to lib/CloudPDF/doc/redactions/types/apply_redactions_request.rb index 813e747..71034a6 100644 --- a/lib/cloudpdf/doc/redactions/types/apply_redactions_request.rb +++ b/lib/CloudPDF/doc/redactions/types/apply_redactions_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Redactions module Types diff --git a/lib/cloudpdf/doc/types/download_doc_request.rb b/lib/CloudPDF/doc/types/download_doc_request.rb similarity index 96% rename from lib/cloudpdf/doc/types/download_doc_request.rb rename to lib/CloudPDF/doc/types/download_doc_request.rb index 33878b3..a9d1907 100644 --- a/lib/cloudpdf/doc/types/download_doc_request.rb +++ b/lib/CloudPDF/doc/types/download_doc_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Types class DownloadDocRequest < Internal::Types::Model diff --git a/lib/cloudpdf/doc/types/head_doc_request.rb b/lib/CloudPDF/doc/types/head_doc_request.rb similarity index 95% rename from lib/cloudpdf/doc/types/head_doc_request.rb rename to lib/CloudPDF/doc/types/head_doc_request.rb index c7f409e..92d26c4 100644 --- a/lib/cloudpdf/doc/types/head_doc_request.rb +++ b/lib/CloudPDF/doc/types/head_doc_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Types class HeadDocRequest < Internal::Types::Model diff --git a/lib/cloudpdf/doc/types/manifest_doc_request.rb b/lib/CloudPDF/doc/types/manifest_doc_request.rb similarity index 96% rename from lib/cloudpdf/doc/types/manifest_doc_request.rb rename to lib/CloudPDF/doc/types/manifest_doc_request.rb index c6aaf75..a34113d 100644 --- a/lib/cloudpdf/doc/types/manifest_doc_request.rb +++ b/lib/CloudPDF/doc/types/manifest_doc_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Types class ManifestDocRequest < Internal::Types::Model diff --git a/lib/cloudpdf/doc/types/render_doc_request.rb b/lib/CloudPDF/doc/types/render_doc_request.rb similarity index 96% rename from lib/cloudpdf/doc/types/render_doc_request.rb rename to lib/CloudPDF/doc/types/render_doc_request.rb index b1c4203..a8b503e 100644 --- a/lib/cloudpdf/doc/types/render_doc_request.rb +++ b/lib/CloudPDF/doc/types/render_doc_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Types class RenderDocRequest < Internal::Types::Model diff --git a/lib/cloudpdf/doc/types/text_doc_request.rb b/lib/CloudPDF/doc/types/text_doc_request.rb similarity index 96% rename from lib/cloudpdf/doc/types/text_doc_request.rb rename to lib/CloudPDF/doc/types/text_doc_request.rb index c98ca62..dbd6cfb 100644 --- a/lib/cloudpdf/doc/types/text_doc_request.rb +++ b/lib/CloudPDF/doc/types/text_doc_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Doc module Types class TextDocRequest < Internal::Types::Model diff --git a/lib/cloudpdf/documents/client.rb b/lib/CloudPDF/documents/client.rb similarity index 78% rename from lib/cloudpdf/documents/client.rb rename to lib/CloudPDF/documents/client.rb index a72cbd3..05a64d6 100644 --- a/lib/cloudpdf/documents/client.rb +++ b/lib/CloudPDF/documents/client.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -20,20 +20,20 @@ def initialize(client:) # @option params [String] :tenant_id # @option params [Integer, nil] :limit # @option params [String, nil] :cursor - # @option params [Cloudpdf::Documents::Types::ListDocumentsRequestState, nil] :state + # @option params [CloudPDF::Documents::Types::ListDocumentsRequestState, nil] :state # # @example # client.documents.list(tenant_id: "tenantId") # - # @return [Cloudpdf::Types::DocumentsList200Response] + # @return [CloudPDF::Types::DocumentsList200Response] def list(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) query_params = {} query_params["limit"] = params[:limit] if params.key?(:limit) query_params["cursor"] = params[:cursor] if params.key?(:cursor) query_params["state"] = params[:state] if params.key?(:state) - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/documents", @@ -43,13 +43,13 @@ def list(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocumentsList200Response.load(response.body) + CloudPDF::Types::DocumentsList200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -70,10 +70,10 @@ def list(request_options: {}, **params) # id: "id" # ) # - # @return [Cloudpdf::Types::DocumentsGet200Response] + # @return [CloudPDF::Types::DocumentsGet200Response] def get(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request = Cloudpdf::Internal::JSON::Request.new( + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/documents/#{URI.encode_uri_component(params[:id].to_s)}", @@ -82,13 +82,13 @@ def get(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocumentsGet200Response.load(response.body) + CloudPDF::Types::DocumentsGet200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -111,8 +111,8 @@ def get(request_options: {}, **params) # # @return [untyped] def delete(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request = Cloudpdf::Internal::JSON::Request.new( + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "DELETE", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/documents/#{URI.encode_uri_component(params[:id].to_s)}", @@ -121,17 +121,17 @@ def delete(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i return if code.between?(200, 299) - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end # @param request_options [Hash] - # @param params [Cloudpdf::Documents::Types::DocumentsCommitRequest] + # @param params [CloudPDF::Documents::Types::DocumentsCommitRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -147,14 +147,14 @@ def delete(request_options: {}, **params) # sha256: "sha256" # ) # - # @return [Cloudpdf::Types::DocumentsCommit200Response] + # @return [CloudPDF::Types::DocumentsCommit200Response] def commit(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request_data = Cloudpdf::Documents::Types::DocumentsCommitRequest.new(params).to_h + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request_data = CloudPDF::Documents::Types::DocumentsCommitRequest.new(params).to_h non_body_param_names = %w[tenantId id] body = request_data.except(*non_body_param_names) - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/documents/#{URI.encode_uri_component(params[:id].to_s)}/commit", @@ -164,13 +164,13 @@ def commit(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocumentsCommit200Response.load(response.body) + CloudPDF::Types::DocumentsCommit200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -193,8 +193,8 @@ def commit(request_options: {}, **params) # # @return [untyped] def download(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request = Cloudpdf::Internal::JSON::Request.new( + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/documents/#{URI.encode_uri_component(params[:id].to_s)}/download", @@ -203,12 +203,12 @@ def download(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i return if code.between?(200, 299) - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end @@ -230,8 +230,8 @@ def download(request_options: {}, **params) # # @return [untyped] def thumbnail(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request = Cloudpdf::Internal::JSON::Request.new( + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/documents/#{URI.encode_uri_component(params[:id].to_s)}/thumbnail", @@ -240,12 +240,12 @@ def thumbnail(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i return if code.between?(200, 299) - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end @@ -259,10 +259,10 @@ def thumbnail(request_options: {}, **params) # @option params [String] :tenant_id # @option params [String] :id # - # @return [Cloudpdf::Types::DocumentsUploadDirect200Response] + # @return [CloudPDF::Types::DocumentsUploadDirect200Response] def upload_direct(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request = Cloudpdf::Internal::JSON::Request.new( + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/documents/#{URI.encode_uri_component(params[:id].to_s)}/upload-direct", @@ -271,19 +271,19 @@ def upload_direct(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocumentsUploadDirect200Response.load(response.body) + CloudPDF::Types::DocumentsUploadDirect200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end # @param request_options [Hash] - # @param params [Cloudpdf::Documents::Types::DocumentsInitRequest] + # @param params [CloudPDF::Documents::Types::DocumentsInitRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -298,14 +298,14 @@ def upload_direct(request_options: {}, **params) # content_sha256: "contentSha256" # ) # - # @return [Cloudpdf::Types::DocumentsInit200Response] + # @return [CloudPDF::Types::DocumentsInit200Response] def init(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request_data = Cloudpdf::Documents::Types::DocumentsInitRequest.new(params).to_h + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request_data = CloudPDF::Documents::Types::DocumentsInitRequest.new(params).to_h non_body_param_names = %w[tenantId] body = request_data.except(*non_body_param_names) - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/documents/init", @@ -315,13 +315,13 @@ def init(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::DocumentsInit200Response.load(response.body) + CloudPDF::Types::DocumentsInit200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end diff --git a/lib/cloudpdf/documents/types/delete_documents_request.rb b/lib/CloudPDF/documents/types/delete_documents_request.rb similarity index 95% rename from lib/cloudpdf/documents/types/delete_documents_request.rb rename to lib/CloudPDF/documents/types/delete_documents_request.rb index 0839c21..09bc6c8 100644 --- a/lib/cloudpdf/documents/types/delete_documents_request.rb +++ b/lib/CloudPDF/documents/types/delete_documents_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents module Types class DeleteDocumentsRequest < Internal::Types::Model diff --git a/lib/cloudpdf/documents/types/documents_commit_request.rb b/lib/CloudPDF/documents/types/documents_commit_request.rb similarity index 96% rename from lib/cloudpdf/documents/types/documents_commit_request.rb rename to lib/CloudPDF/documents/types/documents_commit_request.rb index 58d44fa..b9e40e4 100644 --- a/lib/cloudpdf/documents/types/documents_commit_request.rb +++ b/lib/CloudPDF/documents/types/documents_commit_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents module Types class DocumentsCommitRequest < Internal::Types::Model diff --git a/lib/cloudpdf/documents/types/documents_init_request.rb b/lib/CloudPDF/documents/types/documents_init_request.rb similarity index 92% rename from lib/cloudpdf/documents/types/documents_init_request.rb rename to lib/CloudPDF/documents/types/documents_init_request.rb index 6a6e1b4..ee30dd7 100644 --- a/lib/cloudpdf/documents/types/documents_init_request.rb +++ b/lib/CloudPDF/documents/types/documents_init_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents module Types class DocumentsInitRequest < Internal::Types::Model @@ -14,7 +14,7 @@ class DocumentsInitRequest < Internal::Types::Model field :idempotency_key, -> { String }, optional: true, nullable: false, api_name: "idempotencyKey" - field :dedup_mode, -> { Cloudpdf::Documents::Types::DocumentsInitRequestDedupMode }, optional: true, nullable: false, api_name: "dedupMode" + field :dedup_mode, -> { CloudPDF::Documents::Types::DocumentsInitRequestDedupMode }, optional: true, nullable: false, api_name: "dedupMode" field :doc_id, -> { String }, optional: true, nullable: false, api_name: "docId" diff --git a/lib/cloudpdf/documents/types/documents_init_request_dedup_mode.rb b/lib/CloudPDF/documents/types/documents_init_request_dedup_mode.rb similarity index 77% rename from lib/cloudpdf/documents/types/documents_init_request_dedup_mode.rb rename to lib/CloudPDF/documents/types/documents_init_request_dedup_mode.rb index c526175..b69b444 100644 --- a/lib/cloudpdf/documents/types/documents_init_request_dedup_mode.rb +++ b/lib/CloudPDF/documents/types/documents_init_request_dedup_mode.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents module Types module DocumentsInitRequestDedupMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ALWAYS_CREATE = "always-create" REUSE_EXISTING = "reuse-existing" diff --git a/lib/cloudpdf/documents/types/download_documents_request.rb b/lib/CloudPDF/documents/types/download_documents_request.rb similarity index 95% rename from lib/cloudpdf/documents/types/download_documents_request.rb rename to lib/CloudPDF/documents/types/download_documents_request.rb index 95b5969..57cdced 100644 --- a/lib/cloudpdf/documents/types/download_documents_request.rb +++ b/lib/CloudPDF/documents/types/download_documents_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents module Types class DownloadDocumentsRequest < Internal::Types::Model diff --git a/lib/cloudpdf/documents/types/get_documents_request.rb b/lib/CloudPDF/documents/types/get_documents_request.rb similarity index 95% rename from lib/cloudpdf/documents/types/get_documents_request.rb rename to lib/CloudPDF/documents/types/get_documents_request.rb index 5cb2169..42fbcac 100644 --- a/lib/cloudpdf/documents/types/get_documents_request.rb +++ b/lib/CloudPDF/documents/types/get_documents_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents module Types class GetDocumentsRequest < Internal::Types::Model diff --git a/lib/cloudpdf/documents/types/list_documents_request.rb b/lib/CloudPDF/documents/types/list_documents_request.rb similarity index 84% rename from lib/cloudpdf/documents/types/list_documents_request.rb rename to lib/CloudPDF/documents/types/list_documents_request.rb index 4f467a8..a9b1709 100644 --- a/lib/cloudpdf/documents/types/list_documents_request.rb +++ b/lib/CloudPDF/documents/types/list_documents_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents module Types class ListDocumentsRequest < Internal::Types::Model @@ -10,7 +10,7 @@ class ListDocumentsRequest < Internal::Types::Model field :cursor, -> { String }, optional: true, nullable: false - field :state, -> { Cloudpdf::Documents::Types::ListDocumentsRequestState }, optional: true, nullable: false + field :state, -> { CloudPDF::Documents::Types::ListDocumentsRequestState }, optional: true, nullable: false end end end diff --git a/lib/cloudpdf/documents/types/list_documents_request_state.rb b/lib/CloudPDF/documents/types/list_documents_request_state.rb similarity index 79% rename from lib/cloudpdf/documents/types/list_documents_request_state.rb rename to lib/CloudPDF/documents/types/list_documents_request_state.rb index aed172f..69cb069 100644 --- a/lib/cloudpdf/documents/types/list_documents_request_state.rb +++ b/lib/CloudPDF/documents/types/list_documents_request_state.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents module Types module ListDocumentsRequestState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/documents/types/thumbnail_documents_request.rb b/lib/CloudPDF/documents/types/thumbnail_documents_request.rb similarity index 95% rename from lib/cloudpdf/documents/types/thumbnail_documents_request.rb rename to lib/CloudPDF/documents/types/thumbnail_documents_request.rb index 6762afe..ac173e3 100644 --- a/lib/cloudpdf/documents/types/thumbnail_documents_request.rb +++ b/lib/CloudPDF/documents/types/thumbnail_documents_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Documents module Types class ThumbnailDocumentsRequest < Internal::Types::Model diff --git a/lib/cloudpdf/errors/api_error.rb b/lib/CloudPDF/errors/api_error.rb similarity index 86% rename from lib/cloudpdf/errors/api_error.rb rename to lib/CloudPDF/errors/api_error.rb index 6d04090..478ea4e 100644 --- a/lib/cloudpdf/errors/api_error.rb +++ b/lib/CloudPDF/errors/api_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Errors class ApiError < StandardError end diff --git a/lib/cloudpdf/errors/client_error.rb b/lib/CloudPDF/errors/client_error.rb similarity index 93% rename from lib/cloudpdf/errors/client_error.rb rename to lib/CloudPDF/errors/client_error.rb index 325242c..fdb9ae6 100644 --- a/lib/cloudpdf/errors/client_error.rb +++ b/lib/CloudPDF/errors/client_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Errors class ClientError < ResponseError end diff --git a/lib/cloudpdf/errors/redirect_error.rb b/lib/CloudPDF/errors/redirect_error.rb similarity index 86% rename from lib/cloudpdf/errors/redirect_error.rb rename to lib/CloudPDF/errors/redirect_error.rb index 5f87093..a869148 100644 --- a/lib/cloudpdf/errors/redirect_error.rb +++ b/lib/CloudPDF/errors/redirect_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Errors class RedirectError < ResponseError end diff --git a/lib/cloudpdf/errors/response_error.rb b/lib/CloudPDF/errors/response_error.rb similarity index 98% rename from lib/cloudpdf/errors/response_error.rb rename to lib/CloudPDF/errors/response_error.rb index 1afacfe..3e4498a 100644 --- a/lib/cloudpdf/errors/response_error.rb +++ b/lib/CloudPDF/errors/response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Errors class ResponseError < ApiError attr_reader :code diff --git a/lib/cloudpdf/errors/server_error.rb b/lib/CloudPDF/errors/server_error.rb similarity index 90% rename from lib/cloudpdf/errors/server_error.rb rename to lib/CloudPDF/errors/server_error.rb index ca27329..f3a5b49 100644 --- a/lib/cloudpdf/errors/server_error.rb +++ b/lib/CloudPDF/errors/server_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Errors class ServerError < ResponseError end diff --git a/lib/cloudpdf/errors/timeout_error.rb b/lib/CloudPDF/errors/timeout_error.rb similarity index 86% rename from lib/cloudpdf/errors/timeout_error.rb rename to lib/CloudPDF/errors/timeout_error.rb index b44bae0..3b6cacf 100644 --- a/lib/cloudpdf/errors/timeout_error.rb +++ b/lib/CloudPDF/errors/timeout_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Errors class TimeoutError < ApiError end diff --git a/lib/cloudpdf/internal/errors/constraint_error.rb b/lib/CloudPDF/internal/errors/constraint_error.rb similarity index 89% rename from lib/cloudpdf/internal/errors/constraint_error.rb rename to lib/CloudPDF/internal/errors/constraint_error.rb index f75128a..54c68f1 100644 --- a/lib/cloudpdf/internal/errors/constraint_error.rb +++ b/lib/CloudPDF/internal/errors/constraint_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Errors class ConstraintError < StandardError diff --git a/lib/cloudpdf/internal/errors/type_error.rb b/lib/CloudPDF/internal/errors/type_error.rb similarity index 89% rename from lib/cloudpdf/internal/errors/type_error.rb rename to lib/CloudPDF/internal/errors/type_error.rb index c6520f1..3240700 100644 --- a/lib/cloudpdf/internal/errors/type_error.rb +++ b/lib/CloudPDF/internal/errors/type_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Errors class TypeError < StandardError diff --git a/lib/cloudpdf/internal/http/base_request.rb b/lib/CloudPDF/internal/http/base_request.rb similarity index 96% rename from lib/cloudpdf/internal/http/base_request.rb rename to lib/CloudPDF/internal/http/base_request.rb index 458f9de..bdbb33e 100644 --- a/lib/cloudpdf/internal/http/base_request.rb +++ b/lib/CloudPDF/internal/http/base_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Http # @api private @@ -12,7 +12,7 @@ class BaseRequest # @param method [String] The HTTP method for the request (:get, :post, etc.) # @param headers [Hash] Additional headers for the request (optional) # @param query [Hash] Query parameters for the request (optional) - # @param request_options [Cloudpdf::RequestOptions, Hash{Symbol=>Object}, nil] + # @param request_options [CloudPDF::RequestOptions, Hash{Symbol=>Object}, nil] def initialize(base_url:, path:, method:, headers: {}, query: {}, request_options: {}) @base_url = base_url @path = path diff --git a/lib/cloudpdf/internal/http/raw_client.rb b/lib/CloudPDF/internal/http/raw_client.rb similarity index 98% rename from lib/cloudpdf/internal/http/raw_client.rb rename to lib/CloudPDF/internal/http/raw_client.rb index bc92dca..21daadb 100644 --- a/lib/cloudpdf/internal/http/raw_client.rb +++ b/lib/CloudPDF/internal/http/raw_client.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Http # @api private @@ -40,7 +40,7 @@ def initialize(base_url:, max_retries: 2, timeout: 60.0, headers: {}, overridabl @overridable_headers = overridable_headers.to_set { |name| name.to_s.downcase } end - # @param request [Cloudpdf::Internal::Http::BaseRequest] The HTTP request. + # @param request [CloudPDF::Internal::Http::BaseRequest] The HTTP request. # @return [HTTP::Response] The HTTP response. def send(request) url = build_url(request) @@ -143,7 +143,7 @@ def add_jitter(delay) LOCALHOST_HOSTS = %w[localhost 127.0.0.1 [::1]].freeze - # @param request [Cloudpdf::Internal::Http::BaseRequest] The HTTP request. + # @param request [CloudPDF::Internal::Http::BaseRequest] The HTTP request. # @return [URI::Generic] The URL. def build_url(request) encoded_query = request.encode_query diff --git a/lib/cloudpdf/internal/iterators/cursor_item_iterator.rb b/lib/CloudPDF/internal/iterators/cursor_item_iterator.rb similarity index 89% rename from lib/cloudpdf/internal/iterators/cursor_item_iterator.rb rename to lib/CloudPDF/internal/iterators/cursor_item_iterator.rb index 722a60c..3e8f0ee 100644 --- a/lib/cloudpdf/internal/iterators/cursor_item_iterator.rb +++ b/lib/CloudPDF/internal/iterators/cursor_item_iterator.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal class CursorItemIterator < ItemIterator # Instantiates a CursorItemIterator, an Enumerable class which wraps calls to a cursor-based paginated API and yields individual items from it. @@ -9,7 +9,7 @@ class CursorItemIterator < ItemIterator # @param cursor_field [Symbol] The field in API responses to extract the next cursor from. # @param item_field [Symbol] The field in API responses to extract the items to iterate over. # @param block [Proc] A block which is responsible for receiving a cursor to use and returning the given page from the API. - # @return [Cloudpdf::Internal::CursorItemIterator] + # @return [CloudPDF::Internal::CursorItemIterator] def initialize(initial_cursor:, cursor_field:, item_field:, &) super() @item_field = item_field @@ -19,7 +19,7 @@ def initialize(initial_cursor:, cursor_field:, item_field:, &) # Returns the CursorPageIterator mediating access to the underlying API. # - # @return [Cloudpdf::Internal::CursorPageIterator] + # @return [CloudPDF::Internal::CursorPageIterator] def pages @page_iterator end diff --git a/lib/cloudpdf/internal/iterators/cursor_page_iterator.rb b/lib/CloudPDF/internal/iterators/cursor_page_iterator.rb similarity index 96% rename from lib/cloudpdf/internal/iterators/cursor_page_iterator.rb rename to lib/CloudPDF/internal/iterators/cursor_page_iterator.rb index 55f3e4c..7c000bd 100644 --- a/lib/cloudpdf/internal/iterators/cursor_page_iterator.rb +++ b/lib/CloudPDF/internal/iterators/cursor_page_iterator.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal class CursorPageIterator include Enumerable @@ -15,7 +15,7 @@ class CursorPageIterator # @param cursor_field [Symbol] The name of the field in API responses to extract the next cursor from. # @param block [Proc] A block which is responsible for receiving a cursor to use and returning the given page from the API. # The block should return a two-element array: [parsed_page, raw_http_response]. - # @return [Cloudpdf::Internal::CursorPageIterator] + # @return [CloudPDF::Internal::CursorPageIterator] def initialize(initial_cursor:, cursor_field:, &block) @need_initial_load = initial_cursor.nil? @cursor = initial_cursor diff --git a/lib/cloudpdf/internal/iterators/item_iterator.rb b/lib/CloudPDF/internal/iterators/item_iterator.rb similarity index 98% rename from lib/cloudpdf/internal/iterators/item_iterator.rb rename to lib/CloudPDF/internal/iterators/item_iterator.rb index f6a91f2..7cccc34 100644 --- a/lib/cloudpdf/internal/iterators/item_iterator.rb +++ b/lib/CloudPDF/internal/iterators/item_iterator.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal class ItemIterator include Enumerable diff --git a/lib/cloudpdf/internal/iterators/offset_item_iterator.rb b/lib/CloudPDF/internal/iterators/offset_item_iterator.rb similarity index 91% rename from lib/cloudpdf/internal/iterators/offset_item_iterator.rb rename to lib/CloudPDF/internal/iterators/offset_item_iterator.rb index 787547f..e6c7f28 100644 --- a/lib/cloudpdf/internal/iterators/offset_item_iterator.rb +++ b/lib/CloudPDF/internal/iterators/offset_item_iterator.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal class OffsetItemIterator < ItemIterator # Instantiates an OffsetItemIterator, an Enumerable class which wraps calls to an offset-based paginated API and yields the individual items from it. @@ -11,7 +11,7 @@ class OffsetItemIterator < ItemIterator # @param step [Boolean] If true, treats the page number as a true offset (i.e. increments the page number by the number of items returned from each call rather than just 1) # @param block [Proc] A block which is responsible for receiving a page number to use and returning the given page from the API. # - # @return [Cloudpdf::Internal::OffsetItemIterator] + # @return [CloudPDF::Internal::OffsetItemIterator] def initialize(initial_page:, item_field:, has_next_field:, step:, &) super() @item_field = item_field @@ -21,7 +21,7 @@ def initialize(initial_page:, item_field:, has_next_field:, step:, &) # Returns the OffsetPageIterator that is mediating access to the underlying API. # - # @return [Cloudpdf::Internal::OffsetPageIterator] + # @return [CloudPDF::Internal::OffsetPageIterator] def pages @page_iterator end diff --git a/lib/cloudpdf/internal/iterators/offset_page_iterator.rb b/lib/CloudPDF/internal/iterators/offset_page_iterator.rb similarity index 97% rename from lib/cloudpdf/internal/iterators/offset_page_iterator.rb rename to lib/CloudPDF/internal/iterators/offset_page_iterator.rb index a3be87a..9be9a43 100644 --- a/lib/cloudpdf/internal/iterators/offset_page_iterator.rb +++ b/lib/CloudPDF/internal/iterators/offset_page_iterator.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal class OffsetPageIterator include Enumerable @@ -17,7 +17,7 @@ class OffsetPageIterator # @param step [Boolean] If true, treats the page number as a true offset (i.e. increments the page number by the number of items returned from each call rather than just 1) # @param block [Proc] A block which is responsible for receiving a page number to use and returning the given page from the API. # The block should return a two-element array: [parsed_page, raw_http_response]. - # @return [Cloudpdf::Internal::OffsetPageIterator] + # @return [CloudPDF::Internal::OffsetPageIterator] def initialize(initial_page:, item_field:, has_next_field:, step:, &block) @page_number = initial_page || (step ? 0 : 1) @item_field = item_field diff --git a/lib/cloudpdf/internal/json/request.rb b/lib/CloudPDF/internal/json/request.rb similarity index 91% rename from lib/cloudpdf/internal/json/request.rb rename to lib/CloudPDF/internal/json/request.rb index 7b1269e..1c7956c 100644 --- a/lib/cloudpdf/internal/json/request.rb +++ b/lib/CloudPDF/internal/json/request.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module JSON # @api private - class Request < Cloudpdf::Internal::Http::BaseRequest + class Request < CloudPDF::Internal::Http::BaseRequest attr_reader :body # @param base_url [String] The base URL for the request @@ -13,7 +13,7 @@ class Request < Cloudpdf::Internal::Http::BaseRequest # @param headers [Hash] Additional headers for the request (optional) # @param query [Hash] Query parameters for the request (optional) # @param body [Object, nil] The JSON request body (optional) - # @param request_options [Cloudpdf::RequestOptions, Hash{Symbol=>Object}, nil] + # @param request_options [CloudPDF::RequestOptions, Hash{Symbol=>Object}, nil] def initialize(base_url:, path:, method:, headers: {}, query: {}, body: nil, request_options: {}) super(base_url:, path:, method:, headers:, query:, request_options:) diff --git a/lib/cloudpdf/internal/json/serializable.rb b/lib/CloudPDF/internal/json/serializable.rb similarity index 97% rename from lib/cloudpdf/internal/json/serializable.rb rename to lib/CloudPDF/internal/json/serializable.rb index 93e7af5..73e3f8d 100644 --- a/lib/cloudpdf/internal/json/serializable.rb +++ b/lib/CloudPDF/internal/json/serializable.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module JSON module Serializable diff --git a/lib/cloudpdf/internal/multipart/multipart_encoder.rb b/lib/CloudPDF/internal/multipart/multipart_encoder.rb similarity index 99% rename from lib/cloudpdf/internal/multipart/multipart_encoder.rb rename to lib/CloudPDF/internal/multipart/multipart_encoder.rb index 1cbfeb9..9416704 100644 --- a/lib/cloudpdf/internal/multipart/multipart_encoder.rb +++ b/lib/CloudPDF/internal/multipart/multipart_encoder.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Multipart # Encodes parameters into a `multipart/form-data` payload as described by RFC diff --git a/lib/cloudpdf/internal/multipart/multipart_form_data.rb b/lib/CloudPDF/internal/multipart/multipart_form_data.rb similarity index 99% rename from lib/cloudpdf/internal/multipart/multipart_form_data.rb rename to lib/CloudPDF/internal/multipart/multipart_form_data.rb index 06fa2ff..a017634 100644 --- a/lib/cloudpdf/internal/multipart/multipart_form_data.rb +++ b/lib/CloudPDF/internal/multipart/multipart_form_data.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Multipart # @api private diff --git a/lib/cloudpdf/internal/multipart/multipart_form_data_part.rb b/lib/CloudPDF/internal/multipart/multipart_form_data_part.rb similarity index 98% rename from lib/cloudpdf/internal/multipart/multipart_form_data_part.rb rename to lib/CloudPDF/internal/multipart/multipart_form_data_part.rb index 3183b67..69d9f86 100644 --- a/lib/cloudpdf/internal/multipart/multipart_form_data_part.rb +++ b/lib/CloudPDF/internal/multipart/multipart_form_data_part.rb @@ -2,7 +2,7 @@ require "securerandom" -module Cloudpdf +module CloudPDF module Internal module Multipart # @api private diff --git a/lib/cloudpdf/internal/multipart/multipart_request.rb b/lib/CloudPDF/internal/multipart/multipart_request.rb similarity index 91% rename from lib/cloudpdf/internal/multipart/multipart_request.rb rename to lib/CloudPDF/internal/multipart/multipart_request.rb index b169aec..b9dc61c 100644 --- a/lib/cloudpdf/internal/multipart/multipart_request.rb +++ b/lib/CloudPDF/internal/multipart/multipart_request.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Multipart # @api private - class Request < Cloudpdf::Internal::Http::BaseRequest + class Request < CloudPDF::Internal::Http::BaseRequest attr_reader :body # @param base_url [String] The base URL for the request @@ -13,7 +13,7 @@ class Request < Cloudpdf::Internal::Http::BaseRequest # @param headers [Hash] Additional headers for the request (optional) # @param query [Hash] Query parameters for the request (optional) # @param body [MultipartFormData, nil] The multipart form data for the request (optional) - # @param request_options [Cloudpdf::RequestOptions, Hash{Symbol=>Object}, nil] + # @param request_options [CloudPDF::RequestOptions, Hash{Symbol=>Object}, nil] def initialize(base_url:, path:, method:, headers: {}, query: {}, body: nil, request_options: {}) super(base_url:, path:, method:, headers:, query:, request_options:) diff --git a/lib/cloudpdf/internal/types/array.rb b/lib/CloudPDF/internal/types/array.rb similarity index 89% rename from lib/cloudpdf/internal/types/array.rb rename to lib/CloudPDF/internal/types/array.rb index 5c0128c..1b87ad9 100644 --- a/lib/cloudpdf/internal/types/array.rb +++ b/lib/CloudPDF/internal/types/array.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types # An array of a specific type class Array - include Cloudpdf::Internal::Types::Type + include CloudPDF::Internal::Types::Type attr_reader :type @@ -14,7 +14,7 @@ class << self # # @param type [Object] The member type of this array # - # @return [Cloudpdf::Internal::Types::Array] + # @return [CloudPDF::Internal::Types::Array] def [](type) new(type) end diff --git a/lib/cloudpdf/internal/types/boolean.rb b/lib/CloudPDF/internal/types/boolean.rb similarity index 92% rename from lib/cloudpdf/internal/types/boolean.rb rename to lib/CloudPDF/internal/types/boolean.rb index 1670bb6..5e58d50 100644 --- a/lib/cloudpdf/internal/types/boolean.rb +++ b/lib/CloudPDF/internal/types/boolean.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types module Boolean - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union member TrueClass member FalseClass diff --git a/lib/cloudpdf/internal/types/enum.rb b/lib/CloudPDF/internal/types/enum.rb similarity index 98% rename from lib/cloudpdf/internal/types/enum.rb rename to lib/CloudPDF/internal/types/enum.rb index 2f3d150..ebe1702 100644 --- a/lib/cloudpdf/internal/types/enum.rb +++ b/lib/CloudPDF/internal/types/enum.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types # Module for defining enums diff --git a/lib/cloudpdf/internal/types/hash.rb b/lib/CloudPDF/internal/types/hash.rb similarity index 97% rename from lib/cloudpdf/internal/types/hash.rb rename to lib/CloudPDF/internal/types/hash.rb index 880f4b8..83bd671 100644 --- a/lib/cloudpdf/internal/types/hash.rb +++ b/lib/CloudPDF/internal/types/hash.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types class Hash diff --git a/lib/cloudpdf/internal/types/model.rb b/lib/CloudPDF/internal/types/model.rb similarity index 98% rename from lib/cloudpdf/internal/types/model.rb rename to lib/CloudPDF/internal/types/model.rb index c263693..e0b5301 100644 --- a/lib/cloudpdf/internal/types/model.rb +++ b/lib/CloudPDF/internal/types/model.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types # @abstract @@ -16,7 +16,7 @@ class << self # # @return [Hash] def fields - @fields ||= if self < Cloudpdf::Internal::Types::Model + @fields ||= if self < CloudPDF::Internal::Types::Model superclass.fields.dup else {} diff --git a/lib/cloudpdf/internal/types/model/field.rb b/lib/CloudPDF/internal/types/model/field.rb similarity index 98% rename from lib/cloudpdf/internal/types/model/field.rb rename to lib/CloudPDF/internal/types/model/field.rb index 4f51db4..2bb8011 100644 --- a/lib/cloudpdf/internal/types/model/field.rb +++ b/lib/CloudPDF/internal/types/model/field.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types class Model diff --git a/lib/cloudpdf/internal/types/type.rb b/lib/CloudPDF/internal/types/type.rb similarity index 90% rename from lib/cloudpdf/internal/types/type.rb rename to lib/CloudPDF/internal/types/type.rb index dd67cfb..2d43608 100644 --- a/lib/cloudpdf/internal/types/type.rb +++ b/lib/CloudPDF/internal/types/type.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types # @abstract module Type - include Cloudpdf::Internal::JSON::Serializable + include CloudPDF::Internal::JSON::Serializable # Coerces a value to this type # diff --git a/lib/cloudpdf/internal/types/union.rb b/lib/CloudPDF/internal/types/union.rb similarity index 97% rename from lib/cloudpdf/internal/types/union.rb rename to lib/CloudPDF/internal/types/union.rb index d68ba2a..af903ae 100644 --- a/lib/cloudpdf/internal/types/union.rb +++ b/lib/CloudPDF/internal/types/union.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types # Define a union between two types module Union - include Cloudpdf::Internal::Types::Type + include CloudPDF::Internal::Types::Type def members @members ||= [] @@ -46,9 +46,9 @@ def discriminant(key) # @return [Boolean] private def type_matches?(value, member_type) case member_type - when Cloudpdf::Internal::Types::Hash + when CloudPDF::Internal::Types::Hash value.is_a?(::Hash) - when Cloudpdf::Internal::Types::Array + when CloudPDF::Internal::Types::Array value.is_a?(::Array) when Class, Module value.is_a?(member_type) diff --git a/lib/cloudpdf/internal/types/unknown.rb b/lib/CloudPDF/internal/types/unknown.rb similarity index 72% rename from lib/cloudpdf/internal/types/unknown.rb rename to lib/CloudPDF/internal/types/unknown.rb index 1dcd966..6d15657 100644 --- a/lib/cloudpdf/internal/types/unknown.rb +++ b/lib/CloudPDF/internal/types/unknown.rb @@ -1,10 +1,10 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types module Unknown - include Cloudpdf::Internal::Types::Type + include CloudPDF::Internal::Types::Type def coerce(value) value diff --git a/lib/cloudpdf/internal/types/utils.rb b/lib/CloudPDF/internal/types/utils.rb similarity index 99% rename from lib/cloudpdf/internal/types/utils.rb rename to lib/CloudPDF/internal/types/utils.rb index ffe29a5..e4897a4 100644 --- a/lib/cloudpdf/internal/types/utils.rb +++ b/lib/CloudPDF/internal/types/utils.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Internal module Types # Utilities for dealing with and checking types diff --git a/lib/cloudpdf/tenants/client.rb b/lib/CloudPDF/tenants/client.rb similarity index 76% rename from lib/cloudpdf/tenants/client.rb rename to lib/CloudPDF/tenants/client.rb index d6c3a79..251c46f 100644 --- a/lib/cloudpdf/tenants/client.rb +++ b/lib/CloudPDF/tenants/client.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Tenants class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -23,14 +23,14 @@ def initialize(client:) # @example # client.tenants.list # - # @return [Cloudpdf::Types::TenantsList200Response] + # @return [CloudPDF::Types::TenantsList200Response] def list(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) query_params = {} query_params["limit"] = params[:limit] if params.key?(:limit) query_params["cursor"] = params[:cursor] if params.key?(:cursor) - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/tenants", @@ -40,19 +40,19 @@ def list(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::TenantsList200Response.load(response.body) + CloudPDF::Types::TenantsList200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end # @param request_options [Hash] - # @param params [Cloudpdf::Tenants::Types::TenantsCreateRequest] + # @param params [CloudPDF::Tenants::Types::TenantsCreateRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -62,26 +62,26 @@ def list(request_options: {}, **params) # @example # client.tenants.create(id: "id") # - # @return [Cloudpdf::Types::TenantsCreate200Response] + # @return [CloudPDF::Types::TenantsCreate200Response] def create(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request = Cloudpdf::Internal::JSON::Request.new( + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/tenants", - body: Cloudpdf::Tenants::Types::TenantsCreateRequest.new(params).to_h, + body: CloudPDF::Tenants::Types::TenantsCreateRequest.new(params).to_h, request_options: request_options ) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::TenantsCreate200Response.load(response.body) + CloudPDF::Types::TenantsCreate200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -98,10 +98,10 @@ def create(request_options: {}, **params) # @example # client.tenants.get(tenant_id: "tenantId") # - # @return [Cloudpdf::Types::TenantsGet200Response] + # @return [CloudPDF::Types::TenantsGet200Response] def get(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request = Cloudpdf::Internal::JSON::Request.new( + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "GET", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}", @@ -110,13 +110,13 @@ def get(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::TenantsGet200Response.load(response.body) + CloudPDF::Types::TenantsGet200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -138,8 +138,8 @@ def get(request_options: {}, **params) # # @return [untyped] def delete(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request = Cloudpdf::Internal::JSON::Request.new( + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "DELETE", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}", @@ -148,12 +148,12 @@ def delete(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i return if code.between?(200, 299) - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end diff --git a/lib/cloudpdf/tenants/types/delete_tenants_request.rb b/lib/CloudPDF/tenants/types/delete_tenants_request.rb similarity index 93% rename from lib/cloudpdf/tenants/types/delete_tenants_request.rb rename to lib/CloudPDF/tenants/types/delete_tenants_request.rb index db75fe7..295c547 100644 --- a/lib/cloudpdf/tenants/types/delete_tenants_request.rb +++ b/lib/CloudPDF/tenants/types/delete_tenants_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Tenants module Types class DeleteTenantsRequest < Internal::Types::Model diff --git a/lib/cloudpdf/tenants/types/get_tenants_request.rb b/lib/CloudPDF/tenants/types/get_tenants_request.rb similarity index 93% rename from lib/cloudpdf/tenants/types/get_tenants_request.rb rename to lib/CloudPDF/tenants/types/get_tenants_request.rb index cad2c9c..33f1cc5 100644 --- a/lib/cloudpdf/tenants/types/get_tenants_request.rb +++ b/lib/CloudPDF/tenants/types/get_tenants_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Tenants module Types class GetTenantsRequest < Internal::Types::Model diff --git a/lib/cloudpdf/tenants/types/list_tenants_request.rb b/lib/CloudPDF/tenants/types/list_tenants_request.rb similarity index 94% rename from lib/cloudpdf/tenants/types/list_tenants_request.rb rename to lib/CloudPDF/tenants/types/list_tenants_request.rb index ded0936..57adc20 100644 --- a/lib/cloudpdf/tenants/types/list_tenants_request.rb +++ b/lib/CloudPDF/tenants/types/list_tenants_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Tenants module Types class ListTenantsRequest < Internal::Types::Model diff --git a/lib/cloudpdf/tenants/types/tenants_create_request.rb b/lib/CloudPDF/tenants/types/tenants_create_request.rb similarity index 94% rename from lib/cloudpdf/tenants/types/tenants_create_request.rb rename to lib/CloudPDF/tenants/types/tenants_create_request.rb index 1f89d45..8ab1770 100644 --- a/lib/cloudpdf/tenants/types/tenants_create_request.rb +++ b/lib/CloudPDF/tenants/types/tenants_create_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Tenants module Types class TenantsCreateRequest < Internal::Types::Model diff --git a/lib/cloudpdf/tokens/client.rb b/lib/CloudPDF/tokens/client.rb similarity index 76% rename from lib/cloudpdf/tokens/client.rb rename to lib/CloudPDF/tokens/client.rb index 8cb2f74..910e182 100644 --- a/lib/cloudpdf/tokens/client.rb +++ b/lib/CloudPDF/tokens/client.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Tokens class Client - # @param client [Cloudpdf::Internal::Http::RawClient] + # @param client [CloudPDF::Internal::Http::RawClient] # # @return [void] def initialize(client:) @@ -14,7 +14,7 @@ def initialize(client:) # (HS256 mode); asymmetric deployments mint with their own private key. # # @param request_options [Hash] - # @param params [Cloudpdf::Types::TokensIssueRequest] + # @param params [CloudPDF::Types::TokensIssueRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -25,29 +25,29 @@ def initialize(client:) # @example # client.tokens.issue(tenant_id: "tenantId") # - # @return [Cloudpdf::Types::TokensIssue200Response] + # @return [CloudPDF::Types::TokensIssue200Response] def issue(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) path_param_names = %i[tenant_id] body_params = params.except(*path_param_names) - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/tokens", - body: Cloudpdf::Types::TokensIssueRequest.new(body_params).to_h, + body: CloudPDF::Types::TokensIssueRequest.new(body_params).to_h, request_options: request_options ) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i if code.between?(200, 299) - Cloudpdf::Types::TokensIssue200Response.load(response.body) + CloudPDF::Types::TokensIssue200Response.load(response.body) else - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end @@ -55,7 +55,7 @@ def issue(request_options: {}, **params) # Mounted only when the deployment enables token revocation. # # @param request_options [Hash] - # @param params [Cloudpdf::Tokens::Types::TokensRevokeRequest] + # @param params [CloudPDF::Tokens::Types::TokensRevokeRequest] # @option request_options [String] :base_url # @option request_options [Hash{String => Object}] :additional_headers # @option request_options [Hash{String => Object}] :additional_query_parameters @@ -72,12 +72,12 @@ def issue(request_options: {}, **params) # # @return [untyped] def revoke(request_options: {}, **params) - params = Cloudpdf::Internal::Types::Utils.normalize_keys(params) - request_data = Cloudpdf::Tokens::Types::TokensRevokeRequest.new(params).to_h + params = CloudPDF::Internal::Types::Utils.normalize_keys(params) + request_data = CloudPDF::Tokens::Types::TokensRevokeRequest.new(params).to_h non_body_param_names = %w[tenantId jti] body = request_data.except(*non_body_param_names) - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: request_options[:base_url], method: "POST", path: "v1/tenants/#{URI.encode_uri_component(params[:tenant_id].to_s)}/tokens/#{URI.encode_uri_component(params[:jti].to_s)}/revoke", @@ -87,12 +87,12 @@ def revoke(request_options: {}, **params) begin response = @client.send(request) rescue Net::HTTPRequestTimeout - raise Cloudpdf::Errors::TimeoutError + raise CloudPDF::Errors::TimeoutError end code = response.code.to_i return if code.between?(200, 299) - error_class = Cloudpdf::Errors::ResponseError.subclass_for_code(code) + error_class = CloudPDF::Errors::ResponseError.subclass_for_code(code) raise error_class.new(response.body, code: code) end end diff --git a/lib/cloudpdf/tokens/types/issue_tokens_request.rb b/lib/CloudPDF/tokens/types/issue_tokens_request.rb similarity index 77% rename from lib/cloudpdf/tokens/types/issue_tokens_request.rb rename to lib/CloudPDF/tokens/types/issue_tokens_request.rb index 25011fe..afafe77 100644 --- a/lib/cloudpdf/tokens/types/issue_tokens_request.rb +++ b/lib/CloudPDF/tokens/types/issue_tokens_request.rb @@ -1,12 +1,12 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Tokens module Types class IssueTokensRequest < Internal::Types::Model field :tenant_id, -> { String }, optional: false, nullable: false, api_name: "tenantId" - field :body, -> { Cloudpdf::Types::TokensIssueRequest }, optional: false, nullable: false + field :body, -> { CloudPDF::Types::TokensIssueRequest }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/tokens/types/tokens_revoke_request.rb b/lib/CloudPDF/tokens/types/tokens_revoke_request.rb similarity index 96% rename from lib/cloudpdf/tokens/types/tokens_revoke_request.rb rename to lib/CloudPDF/tokens/types/tokens_revoke_request.rb index f6ca504..68f5236 100644 --- a/lib/cloudpdf/tokens/types/tokens_revoke_request.rb +++ b/lib/CloudPDF/tokens/types/tokens_revoke_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Tokens module Types class TokensRevokeRequest < Internal::Types::Model diff --git a/lib/cloudpdf/types/admin_error_payload.rb b/lib/CloudPDF/types/admin_error_payload.rb similarity index 65% rename from lib/cloudpdf/types/admin_error_payload.rb rename to lib/CloudPDF/types/admin_error_payload.rb index 870407a..1a4352b 100644 --- a/lib/cloudpdf/types/admin_error_payload.rb +++ b/lib/CloudPDF/types/admin_error_payload.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class AdminErrorPayload < Internal::Types::Model - field :error, -> { Cloudpdf::Types::AdminErrorPayloadError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::AdminErrorPayloadError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/admin_error_payload_error.rb b/lib/CloudPDF/types/admin_error_payload_error.rb similarity index 94% rename from lib/cloudpdf/types/admin_error_payload_error.rb rename to lib/CloudPDF/types/admin_error_payload_error.rb index 29bc299..c542d7a 100644 --- a/lib/cloudpdf/types/admin_error_payload_error.rb +++ b/lib/CloudPDF/types/admin_error_payload_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class AdminErrorPayloadError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/deployment_license_status_response.rb b/lib/CloudPDF/types/deployment_license_status_response.rb similarity index 95% rename from lib/cloudpdf/types/deployment_license_status_response.rb rename to lib/CloudPDF/types/deployment_license_status_response.rb index 37d0d85..31760d9 100644 --- a/lib/cloudpdf/types/deployment_license_status_response.rb +++ b/lib/CloudPDF/types/deployment_license_status_response.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DeploymentLicenseStatusResponse < Internal::Types::Model field :license, -> { Object }, optional: true, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_create200response.rb b/lib/CloudPDF/types/doc_annotations_create200response.rb similarity index 69% rename from lib/cloudpdf/types/doc_annotations_create200response.rb rename to lib/CloudPDF/types/doc_annotations_create200response.rb index f143981..0f43b87 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocAnnotationsCreate200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocAnnotationsCreate200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_create200response_meta.rb b/lib/CloudPDF/types/doc_annotations_create200response_meta.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_create200response_meta.rb rename to lib/CloudPDF/types/doc_annotations_create200response_meta.rb index e448bcf..68c1d5e 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response_meta.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocAnnotationsCreate200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocAnnotationsCreate200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item.rb index 41cb14d..8049205 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_revision.rb index d6baec5..6812f65 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 63% rename from lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state.rb index 4712733..033f010 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_known.rb index 97ca866..85fbdc1 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index 2edaf81..9d1df46 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_annotations_create200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_annotations_create200response_meta_cache_delta.rb similarity index 85% rename from lib/cloudpdf/types/doc_annotations_create200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_annotations_create200response_meta_cache_delta.rb index df14333..95aafcf 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_create200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_annotations_create200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_annotations_create200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_annotations_create200response_meta_cache_delta_pages_item.rb index 94d7f18..4087f04 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_create200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_annotations_create200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_create200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_annotations_create200response_meta_cache_delta_pages_item_cache.rb index ca726a3..23ddec1 100644 --- a/lib/cloudpdf/types/doc_annotations_create200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_annotations_create200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_annotations_create400response.rb b/lib/CloudPDF/types/doc_annotations_create400response.rb similarity index 73% rename from lib/cloudpdf/types/doc_annotations_create400response.rb rename to lib/CloudPDF/types/doc_annotations_create400response.rb index 6c29eb2..9f981ec 100644 --- a/lib/cloudpdf/types/doc_annotations_create400response.rb +++ b/lib/CloudPDF/types/doc_annotations_create400response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate400Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocAnnotationsCreate400ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocAnnotationsCreate400ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocAnnotationsCreate400ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocAnnotationsCreate400ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_create400response_code.rb b/lib/CloudPDF/types/doc_annotations_create400response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_create400response_code.rb rename to lib/CloudPDF/types/doc_annotations_create400response_code.rb index a687884..1c7e9f2 100644 --- a/lib/cloudpdf/types/doc_annotations_create400response_code.rb +++ b/lib/CloudPDF/types/doc_annotations_create400response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsCreate400ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_annotations_create400response_name.rb b/lib/CloudPDF/types/doc_annotations_create400response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_annotations_create400response_name.rb rename to lib/CloudPDF/types/doc_annotations_create400response_name.rb index 85f9c52..a57415d 100644 --- a/lib/cloudpdf/types/doc_annotations_create400response_name.rb +++ b/lib/CloudPDF/types/doc_annotations_create400response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsCreate400ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_annotations_create404response.rb b/lib/CloudPDF/types/doc_annotations_create404response.rb similarity index 73% rename from lib/cloudpdf/types/doc_annotations_create404response.rb rename to lib/CloudPDF/types/doc_annotations_create404response.rb index 7402914..17120a9 100644 --- a/lib/cloudpdf/types/doc_annotations_create404response.rb +++ b/lib/CloudPDF/types/doc_annotations_create404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsCreate404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocAnnotationsCreate404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocAnnotationsCreate404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocAnnotationsCreate404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocAnnotationsCreate404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_create404response_code.rb b/lib/CloudPDF/types/doc_annotations_create404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_create404response_code.rb rename to lib/CloudPDF/types/doc_annotations_create404response_code.rb index f193cb2..b81ea32 100644 --- a/lib/cloudpdf/types/doc_annotations_create404response_code.rb +++ b/lib/CloudPDF/types/doc_annotations_create404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsCreate404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_annotations_create404response_name.rb b/lib/CloudPDF/types/doc_annotations_create404response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_annotations_create404response_name.rb rename to lib/CloudPDF/types/doc_annotations_create404response_name.rb index 6a17fff..ab1655a 100644 --- a/lib/cloudpdf/types/doc_annotations_create404response_name.rb +++ b/lib/CloudPDF/types/doc_annotations_create404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsCreate404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_annotations_create_request.rb b/lib/CloudPDF/types/doc_annotations_create_request.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_create_request.rb rename to lib/CloudPDF/types/doc_annotations_create_request.rb index 80e8eab..794bd1a 100644 --- a/lib/cloudpdf/types/doc_annotations_create_request.rb +++ b/lib/CloudPDF/types/doc_annotations_create_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsCreateRequest # DocAnnotationsCreateRequest is an alias for Hash diff --git a/lib/cloudpdf/types/doc_annotations_delete200response.rb b/lib/CloudPDF/types/doc_annotations_delete200response.rb similarity index 69% rename from lib/cloudpdf/types/doc_annotations_delete200response.rb rename to lib/CloudPDF/types/doc_annotations_delete200response.rb index 6fff802..0ef31b0 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocAnnotationsDelete200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocAnnotationsDelete200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_delete200response_meta.rb b/lib/CloudPDF/types/doc_annotations_delete200response_meta.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_delete200response_meta.rb rename to lib/CloudPDF/types/doc_annotations_delete200response_meta.rb index 991e65b..4854e30 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response_meta.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocAnnotationsDelete200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocAnnotationsDelete200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item.rb index a5ba908..e5a9073 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_revision.rb index 4244a4b..ab720df 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 63% rename from lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state.rb index 8fb4943..3ac9a6f 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb index 227e825..357c12c 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index f1dbf9d..5a62df0 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_annotations_delete200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_annotations_delete200response_meta_cache_delta.rb similarity index 85% rename from lib/cloudpdf/types/doc_annotations_delete200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_annotations_delete200response_meta_cache_delta.rb index 71da615..877e293 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_delete200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_annotations_delete200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_annotations_delete200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_annotations_delete200response_meta_cache_delta_pages_item.rb index 3111614..0781632 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_delete200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_annotations_delete200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_delete200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_annotations_delete200response_meta_cache_delta_pages_item_cache.rb index ed99e8b..cd2ee8d 100644 --- a/lib/cloudpdf/types/doc_annotations_delete200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_annotations_delete200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_annotations_delete404response.rb b/lib/CloudPDF/types/doc_annotations_delete404response.rb similarity index 73% rename from lib/cloudpdf/types/doc_annotations_delete404response.rb rename to lib/CloudPDF/types/doc_annotations_delete404response.rb index c4b3fc2..17b6a6f 100644 --- a/lib/cloudpdf/types/doc_annotations_delete404response.rb +++ b/lib/CloudPDF/types/doc_annotations_delete404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsDelete404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocAnnotationsDelete404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocAnnotationsDelete404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocAnnotationsDelete404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocAnnotationsDelete404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_delete404response_code.rb b/lib/CloudPDF/types/doc_annotations_delete404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_delete404response_code.rb rename to lib/CloudPDF/types/doc_annotations_delete404response_code.rb index 41ce228..84bab49 100644 --- a/lib/cloudpdf/types/doc_annotations_delete404response_code.rb +++ b/lib/CloudPDF/types/doc_annotations_delete404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsDelete404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_annotations_delete404response_name.rb b/lib/CloudPDF/types/doc_annotations_delete404response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_annotations_delete404response_name.rb rename to lib/CloudPDF/types/doc_annotations_delete404response_name.rb index 939cbad..5b23998 100644 --- a/lib/cloudpdf/types/doc_annotations_delete404response_name.rb +++ b/lib/CloudPDF/types/doc_annotations_delete404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsDelete404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_annotations_list200response.rb b/lib/CloudPDF/types/doc_annotations_list200response.rb similarity index 67% rename from lib/cloudpdf/types/doc_annotations_list200response.rb rename to lib/CloudPDF/types/doc_annotations_list200response.rb index ea44bcf..eba2def 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200Response < Internal::Types::Model - field :page_state, -> { Cloudpdf::Types::DocAnnotationsList200ResponsePageState }, optional: false, nullable: false, api_name: "pageState" + field :page_state, -> { CloudPDF::Types::DocAnnotationsList200ResponsePageState }, optional: false, nullable: false, api_name: "pageState" - field :annotations, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItem] }, optional: false, nullable: false + field :annotations, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItem] }, optional: false, nullable: false end end end diff --git a/lib/CloudPDF/types/doc_annotations_list200response_annotations_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item.rb new file mode 100644 index 0000000..6ad174c --- /dev/null +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item.rb @@ -0,0 +1,49 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class DocAnnotationsList200ResponseAnnotationsItem < Internal::Types::Model + extend CloudPDF::Internal::Types::Union + + discriminant :subtype + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlight }, key: "HIGHLIGHT" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderline }, key: "UNDERLINE" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquiggly }, key: "SQUIGGLY" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeout }, key: "STRIKEOUT" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircle }, key: "CIRCLE" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquare }, key: "SQUARE" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygon }, key: "POLYGON" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolyline }, key: "POLYLINE" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLine }, key: "LINE" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLink }, key: "LINK" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInk }, key: "INK" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeText }, key: "FREE_TEXT" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaret }, key: "CARET" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemText }, key: "TEXT" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStamp }, key: "STAMP" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachment }, key: "FILE_ATTACHMENT" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidget }, key: "WIDGET" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedact }, key: "REDACT" + + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupported }, key: "UNSUPPORTED" + end + end +end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret.rb index e2eb1a7..a198702 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaret < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemCaret < Internal::Types::Model field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,15 +39,15 @@ 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::DocAnnotationsList200ResponseAnnotationsItemCaretActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false - field :intent, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretIntent }, optional: false, nullable: true + field :intent, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretIntent }, optional: false, nullable: true - field :rect_differences, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences }, optional: false, nullable: true, api_name: "rectDifferences" + field :rect_differences, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences }, optional: false, nullable: true, api_name: "rectDifferences" end end end 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 similarity index 63% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions.rb index 8173c2a..0a566b3 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate.rb index 60ac78e..3902f48 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root.rb index ad0f92e..8805a0c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_root_type.rb index 944f4af..99faee6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_activate_warnings_item.rb index 5a007b2..9642425 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur.rb index 3a1d806..8fc9be1 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root.rb index 00738a9..f9d97a2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_root_type.rb index c8f2907..3c0bdc9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_blur_warnings_item.rb index b89028d..d7850a2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter.rb index 415385c..4031b31 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root.rb index b5f4638..6c11460 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_root_type.rb index 6675f61..bee1f82 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_enter_warnings_item.rb index da03f48..3d8a3c8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit.rb index 9e88ad8..e717729 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root.rb index 301c275..fda86c9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_root_type.rb index 4a98f1e..d745aaa 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_cursor_exit_warnings_item.rb index 5fb9d6a..e928d93 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus.rb index 9541cf2..2ff698e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root.rb index 19363cd..40f579b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_root_type.rb index a60ed32..499abb1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_focus_warnings_item.rb index 2ccbe1a..ecd90e8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down.rb index dba59a2..32c1501 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root.rb index c2f9868..be2ff74 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_root_type.rb index c5c9107..0b46128 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_down_warnings_item.rb index 2993b77..22d7237 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up.rb index 0c3635f..6428a16 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root.rb index bde38d5..39fa643 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_root_type.rb index f49b786..39d3803 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_mouse_up_warnings_item.rb index 9698918..67d30e2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close.rb index 1736a3c..d449a03 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root.rb index 16a2647..335a6f5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_root_type.rb index 2288ea7..8a40570 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_close_warnings_item.rb index cdb08c5..c3d3abb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible.rb index b355f84..4d15dfb 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root.rb index 6cc6075..288e322 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_root_type.rb index e43e540..09fe91b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_invisible_warnings_item.rb index d64fbcc..6bfca0c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open.rb index 1af5b7a..838bf5c 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root.rb index 705dcc3..56376ce 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_root_type.rb index 026e4be..3777fcd 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_open_warnings_item.rb index 7fe6fa3..22c5fa6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible.rb index ace4fbc..57ee43b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root.rb index 12b4317..e004e1a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_root_type.rb index 76496c6..7992e02 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_actions_page_visible_warnings_item.rb index 7d95e85..2fccb65 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_blend_mode.rb index 8c066bc..3504ba0 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_color.rb index 2c9c6e3..277bad9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_flags.rb index 988c1bb..c0ccd3b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_identity_quality.rb index 906a5a2..7fc40f9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to.rb index c5aef38..4b0e6c6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index.rb index 5b5d077..c5760db 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index_revision.rb index e7c7e91..a4db4ab 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_nm.rb index f098d8e..e9ec8d1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_object_number.rb index cffcc0d..cfb1cfc 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_intent.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_intent.rb similarity index 72% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_intent.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_intent.rb index f3f2f01..5875610 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_intent.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_intent.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretIntent - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLACE = "replace" end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_rect.rb index 7803da2..f93f124 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_rect_differences.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_rect_differences.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_rect_differences.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_rect_differences.rb index 5d7152a..2d54d41 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_rect_differences.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_rect_differences.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref.rb index 1fb4279..a4a29f0 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_index.rb index 1866225..1937aef 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_index_revision.rb index fddb36b..7841564 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_nm.rb index 0432b4a..9995a65 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_object_number.rb index 6ffbb49..97a0823 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_reply_type.rb index e9e3af0..c047a13 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_caret_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_caret_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCaretReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle.rb index cc2f669..2b37bca 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircle < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemCircle < Internal::Types::Mode field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,27 +39,27 @@ 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::DocAnnotationsList200ResponseAnnotationsItemCircleActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false field :stroke_width, -> { Integer }, optional: false, nullable: false, api_name: "strokeWidth" - field :border_style, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" + field :border_style, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" field :dash_array, -> { Internal::Types::Array[Integer] }, optional: true, nullable: false, api_name: "dashArray" - field :interior_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" + field :interior_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" field :cloudy_intensity, -> { Integer }, optional: false, nullable: true, api_name: "cloudyIntensity" - field :rect_differences, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences }, optional: false, nullable: true, api_name: "rectDifferences" + field :rect_differences, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences }, optional: false, nullable: true, api_name: "rectDifferences" field :rotation, -> { Integer }, optional: true, nullable: false - field :unrotated_rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect }, optional: true, nullable: false, api_name: "unrotatedRect" + field :unrotated_rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect }, optional: true, nullable: false, api_name: "unrotatedRect" end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions.rb index 5511da1..f2d91a9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate.rb index 0655ab7..0783d30 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root.rb index 379a67f..c612d10 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_root_type.rb index 89e70a6..14e2a57 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_activate_warnings_item.rb index d01e507..5029478 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur.rb index 886a52b..53c9fe9 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root.rb index 66295cc..6ea27e3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_root_type.rb index 8c87783..ed53233 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_blur_warnings_item.rb index fa89a33..99a8097 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter.rb index 766f1fc..3bc347b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root.rb index 1cdac42..935e705 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_root_type.rb index 74f974e..60f331c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_enter_warnings_item.rb index 6e99ef9..2f55e95 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit.rb index f827869..3263501 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root.rb index 74a506a..38dd7d1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_root_type.rb index 8157551..5baebdf 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_cursor_exit_warnings_item.rb index 3f8f451..b631fae 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus.rb index 86fc51a..7fa03e4 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root.rb index 1748833..60cb16b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_root_type.rb index ae4b247..40a6046 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_focus_warnings_item.rb index c07ef30..e71b18d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down.rb index 4688e24..da81acb 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root.rb index ee40e20..5317d45 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_root_type.rb index 9272834..5219b18 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_down_warnings_item.rb index 9515f16..41b14d3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up.rb index 62e1789..66b2974 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root.rb index f299eae..059fc96 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_root_type.rb index 14ce63d..25a4762 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_mouse_up_warnings_item.rb index 385aa77..954b99b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close.rb index 60f6fd9..22c89fd 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root.rb index 00336e2..f7f53af 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_root_type.rb index 7f03cca..c44c7f8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_close_warnings_item.rb index e9f72fe..619c96e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible.rb index 72060e4..23b0fac 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root.rb index c108448..03dc4e8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_root_type.rb index dceb69f..18744f7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_invisible_warnings_item.rb index 058a578..1058cf6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open.rb index 7fcfc46..89ba12b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root.rb index e6e04a3..91ae7c1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_root_type.rb index 7a2f98e..8d29f90 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_open_warnings_item.rb index 2d017ff..6a33007 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible.rb index 96fbb1a..aeab6e2 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root.rb index 1f8e191..0d034bb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_root_type.rb index af27d91..a3e8080 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_actions_page_visible_warnings_item.rb index 5ed8112..cdf3368 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_blend_mode.rb index 5fb3b70..ed5affe 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_border_style.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_border_style.rb similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_border_style.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_border_style.rb index 5e5a971..23b5c66 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_border_style.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_border_style.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum SOLID = "solid" DASHED = "dashed" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_color.rb index faf2648..fcc1b2b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_flags.rb index e39bece..958758a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_identity_quality.rb index f7f5c97..cff4fe9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to.rb index 80d28f2..2aaf361 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index.rb index 54d75f6..d746706 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index_revision.rb index 63598ea..5632059 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_nm.rb index ec8f48e..66d8e61 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_object_number.rb index 42de5fd..c7a4875 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_interior_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_interior_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_interior_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_interior_color.rb index 1cb3e8e..b1fa26f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_interior_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_interior_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_rect.rb index 6fc7297..6dbca9e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_rect_differences.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_rect_differences.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_rect_differences.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_rect_differences.rb index 2098cbb..562ec53 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_rect_differences.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_rect_differences.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref.rb index b3818ab..338d44f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_index.rb index 09d3d73..a5ffad0 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_index_revision.rb index 931c45f..d0f36ed 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_nm.rb index a683923..21c3588 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_object_number.rb index a55de5f..6531b13 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_reply_type.rb index 09bf0b8..9b48c79 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemCircleReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_unrotated_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_unrotated_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_unrotated_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_unrotated_rect.rb index 1817df7..d95b86d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_circle_unrotated_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_circle_unrotated_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false 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 similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment.rb index 2cc3239..470f556 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 @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachment < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemFileAttachment < Internal::Typ field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,15 +39,15 @@ 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::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false - field :icon, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon }, optional: false, nullable: false + field :icon, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon }, optional: false, nullable: false - field :file, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile }, optional: false, nullable: false + field :file, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile }, optional: false, nullable: false end end end 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 similarity index 65% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions.rb index a952493..1af79d7 100644 --- 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 @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate.rb index 9120ae5..016bdeb 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root.rb index 24cf236..971e25c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_root_type.rb index 7a5b88d..a8cb66a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_activate_warnings_item.rb index 0bcaca4..cd66667 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur.rb index 191977e..8e3474f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root.rb index c37f7b8..ddd2b66 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_root_type.rb index cd959ce..39327ce 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_blur_warnings_item.rb index df0e0e6..5ba0a6e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter.rb index 89ed0d5..3a03ca0 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root.rb index 1764cff..19db5e2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_root_type.rb index 802166e..9e25601 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_warn_54298b.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_enter_warn_54298b.rb index 1874265..855b07d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit.rb index 2ecd087..a1402e2 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root.rb index 0084706..b80b68d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_root_type.rb index 3cc6762..6a65c12 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_warni_24a6a0.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_cursor_exit_warni_24a6a0.rb index 54037e1..010dbdc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus.rb index 30601f2..b03ff46 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root.rb index 774638a..7481c55 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_root_type.rb index 37c8f25..e090222 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_focus_warnings_item.rb index 6b6678a..1460f00 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down.rb index 637d6fb..7c43a75 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root.rb index d0bdf6b..b4dcc06 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_root_type.rb index 2ef5195..d6947b3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_down_warnings_item.rb index 6e5a646..a8c349f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up.rb index 9bef6b3..e4db0bd 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root.rb index 92c0125..53c27cc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_root_type.rb index 7167a84..2a688a0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_mouse_up_warnings_item.rb index f18bd7a..123314e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close.rb index efe27f2..1b7e0eb 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root.rb index 3e3b17b..4edfb32 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_root_type.rb index 70b111e..aa3e548 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_close_warnings_item.rb index 3606523..7841d84 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible.rb index c5813c7..1134ef6 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root.rb index 9605133..7696a83 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_root_type.rb index 57f396f..6da7ef9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_wa_35542a.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_invisible_wa_35542a.rb index dab3daf..57f00aa 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open.rb index 0d00081..ff30617 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root.rb index 1ac2c20..b3f7460 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_root_type.rb index 5e75476..68b432a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_open_warnings_item.rb index ce982cd..5b988ba 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible.rb index 3dc3eb3..1e0f1c4 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root.rb index ea4e505..ebbab02 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_root_type.rb index 11f8173..6a5b942 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_warn_2f568a.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_actions_page_visible_warn_2f568a.rb index 6c83c95..90f4c5c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_blend_mode.rb index 36151f2..9363fcc 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_color.rb index 90c7d64..55aefaf 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_file.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_file.rb similarity index 97% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_file.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_file.rb index 43cd080..e1e432f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_file.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_file.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_flags.rb index c3d1951..7a2d59f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_icon.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_icon.rb similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_icon.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_icon.rb index aa2e773..522c26f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_icon.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_icon.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PUSH_PIN = "push-pin" PAPERCLIP = "paperclip" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_identity_quality.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_identity_quality.rb index 6e06233..ebbba1a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to.rb similarity index 60% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to.rb index dcbb3c4..17d81e5 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index.rb index 8fef4ca..71cf264 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index_revision.rb index 3da1167..7d58c9e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_nm.rb index a9000f0..61b882f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_object_number.rb index ccaeddf..278520c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_rect.rb index 65e82dd..7aa366f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref.rb index 282d48e..2aa899f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index.rb index 227e23a..d057ea0 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index_revision.rb index 8ccd4ab..fd193ed 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_nm.rb index 95f1350..be7bf90 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_object_number.rb index d2139ee..535c219 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_reply_type.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_reply_type.rb index 0a0a53f..6ee5d6e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" 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 similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text.rb index 3000f37..d26cda3 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 @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeText < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemFreeText < Internal::Types::Mo field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,39 +39,39 @@ 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::DocAnnotationsList200ResponseAnnotationsItemFreeTextActions }, optional: true, nullable: false - field :intent, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent }, optional: false, nullable: false + field :intent, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent }, optional: false, nullable: false - field :font_family, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily }, optional: false, nullable: false, api_name: "fontFamily" + field :font_family, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily }, optional: false, nullable: false, api_name: "fontFamily" field :font_size, -> { Integer }, optional: false, nullable: false, api_name: "fontSize" - field :text_align, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign }, optional: false, nullable: false, api_name: "textAlign" + field :text_align, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign }, optional: false, nullable: false, api_name: "textAlign" - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextColor }, optional: false, nullable: false - field :font_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor }, optional: true, nullable: false, api_name: "fontColor" + field :font_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor }, optional: true, nullable: false, api_name: "fontColor" - field :interior_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" + field :interior_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" field :opacity, -> { Integer }, optional: false, nullable: false field :stroke_width, -> { Integer }, optional: false, nullable: false, api_name: "strokeWidth" - field :border_style, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" + field :border_style, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" field :dash_array, -> { Internal::Types::Array[Integer] }, optional: true, nullable: false, api_name: "dashArray" - field :rect_differences, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences }, optional: false, nullable: true, api_name: "rectDifferences" + field :rect_differences, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences }, optional: false, nullable: true, api_name: "rectDifferences" field :callout_line, -> { Internal::Types::Array[Object] }, optional: true, nullable: false, api_name: "calloutLine" - field :line_ending, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding }, optional: true, nullable: false, api_name: "lineEnding" + field :line_ending, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding }, optional: true, nullable: false, api_name: "lineEnding" field :rotation, -> { Integer }, optional: true, nullable: false - field :unrotated_rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect }, optional: true, nullable: false, api_name: "unrotatedRect" + field :unrotated_rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect }, optional: true, nullable: false, api_name: "unrotatedRect" end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions.rb index dfb90da..42654bb 100644 --- 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 @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate.rb index 8174ff1..740064f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root.rb index b514645..604aa99 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_root_type.rb index f2e6900..94d2a6a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_activate_warnings_item.rb index 00cede4..036772b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur.rb index c0ebff9..d884591 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root.rb index 4e5e19a..8e6fc16 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_root_type.rb index 9b5d120..3c4a67a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_blur_warnings_item.rb index d83e91a..1c6c7a4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter.rb index e2a40f1..a21f8c8 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root.rb index ae3f966..631f69a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_root_type.rb index 98ed15e..cdab9a9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_enter_warnings_item.rb index 99009be..6cd023e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit.rb index 4f18064..962cafd 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root.rb index 8e0f378..50ba787 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_root_type.rb index e672390..2225cbe 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_cursor_exit_warnings_item.rb index 6a7bdcb..b7ed1a6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus.rb index a39effe..55a1216 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root.rb index 5fbeefd..4aa9e09 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_root_type.rb index a2870f9..8f51cdc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_focus_warnings_item.rb index 023a7bf..1703517 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down.rb index 1cb1750..1dd76a0 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root.rb index 7c405b6..a718bf2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_root_type.rb index 56fd542..b4e85b7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_down_warnings_item.rb index 47a0948..3a0fffd 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up.rb index e04e170..fa5af4b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root.rb index 9cbcf73..e3a89d8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_root_type.rb index aed8e82..346fec6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_mouse_up_warnings_item.rb index b8904d0..ee2da63 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close.rb index 94d5e5c..ca59611 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root.rb index 4f60879..1b3c401 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_root_type.rb index ca310ba..b9d528b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_close_warnings_item.rb index a9a5aa9..f53cec2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible.rb index 9a2fc95..e517b43 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root.rb index 1081faf..7a609f0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_root_type.rb index a2ad501..5ab2bfc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_invisible_warnings_item.rb index 49c2cf1..97f91b2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open.rb index 04bc2dd..c3153f7 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root.rb index 36345f5..5976403 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_root_type.rb index be78879..f5c20a8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_open_warnings_item.rb index b3d99f7..fd07b2a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible.rb index c02b563..c5f9f38 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root.rb index d848101..268613a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_root_type.rb index a43c1af..43425fe 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_actions_page_visible_warnings_item.rb index 69f22fa..bc52526 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_blend_mode.rb index e9a38cd..81c7721 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_border_style.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_border_style.rb similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_border_style.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_border_style.rb index 7287860..cd836d2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_border_style.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_border_style.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum SOLID = "solid" DASHED = "dashed" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_color.rb index a8d1136..af084e9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_flags.rb index 1c4ce8d..8329bdd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_font_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_font_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_font_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_font_color.rb index 19ff1c0..a18aa76 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_font_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_font_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_font_family.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_font_family.rb similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_font_family.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_font_family.rb index dd8a0fa..e1eea1a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_font_family.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_font_family.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum COURIER = "courier" COURIER_BOLD = "courier-bold" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_identity_quality.rb index 139a1a9..fe61df7 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to.rb index 15d0e0e..b52731d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index.rb index a5fdf82..11d18f3 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index_revision.rb index 948b659..f5a8a8e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_nm.rb index 2edc080..0f441fa 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_object_number.rb index 7a62aa3..284f12d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_intent.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_intent.rb similarity index 77% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_intent.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_intent.rb index de75db0..85d4169 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_intent.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_intent.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum FREE_TEXT = "free-text" FREE_TEXT_CALLOUT = "free-text-callout" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_interior_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_interior_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_interior_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_interior_color.rb index 44a1041..776c42d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_interior_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_interior_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_line_ending.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_line_ending.rb similarity index 87% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_line_ending.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_line_ending.rb index 34aff14..979b5c1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_line_ending.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_line_ending.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NONE = "none" SQUARE = "square" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_rect.rb index f64b37e..8426134 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_rect_differences.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_rect_differences.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_rect_differences.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_rect_differences.rb index 7aa4a62..f8798ed 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_rect_differences.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_rect_differences.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref.rb index b1fa263..a4a7358 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_index.rb index 2b19b13..d25d725 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_index_revision.rb index 9beb725..985a2f6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_nm.rb index 8798828..1e22136 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_object_number.rb index e02eb8e..ee99125 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_reply_type.rb index 3399bc2..23712c5 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_text_align.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_text_align.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_text_align.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_text_align.rb index 00df0f1..a753ab4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_text_align.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_text_align.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum LEFT = "left" CENTER = "center" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_unrotated_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_unrotated_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_unrotated_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_unrotated_rect.rb index d24f7d2..2b719db 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_unrotated_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_unrotated_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight.rb index e1c81db..0590d3b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlight < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemHighlight < Internal::Types::M field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,13 +39,13 @@ 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::DocAnnotationsList200ResponseAnnotationsItemHighlightActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false - field :quad_points, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" + field :quad_points, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions.rb index 3c1ed5c..a3a0d8f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate.rb index a828da0..b4300bb 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root.rb index 0fd4dcd..4c0ef4d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_root_type.rb index 6876a3a..f4e0da9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_activate_warnings_item.rb index 9604250..d794b51 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur.rb index e8151f9..9c70705 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root.rb index 0d2e6aa..8223954 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_root_type.rb index 041fce8..4327ce2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_blur_warnings_item.rb index 2103e8f..22c724a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter.rb index f06c927..b5e3287 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root.rb index 33208cb..3459514 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_root_type.rb index 718af65..c40e462 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_enter_warnings_item.rb index 8cea0e6..3757c31 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit.rb index 15f4d87..1081982 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root.rb index dc6a8e5..6b5b562 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_root_type.rb index bfc8f74..7a4bb70 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_cursor_exit_warnings_item.rb index ca09a87..16124cd 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus.rb index 3459fa2..c0b9f0a 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root.rb index e0d9baf..af30358 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_root_type.rb index 36bbbf1..9c88eac 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_focus_warnings_item.rb index d3ddd8b..111aa5c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down.rb index 1a6e8a4..1154d86 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root.rb index 2197e45..76b8474 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_root_type.rb index 071d88f..94290e9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_down_warnings_item.rb index 2db0827..f9630eb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up.rb index 0e9da79..f2ec034 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root.rb index c75c3ae..a6a1117 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_root_type.rb index 4f181e0..2b9716d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_mouse_up_warnings_item.rb index d05a11a..0bcc4e3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close.rb index cb22350..93bf85f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root.rb index 8127aed..409eefc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_root_type.rb index a452c02..d98766e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_close_warnings_item.rb index aabd8ac..8447d89 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible.rb index 6cdd50b..1a728cd 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root.rb index cb27bc9..6e64316 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_root_type.rb index e7a6988..26dd9e5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_invisible_warnings_item.rb index 351ae56..3571a67 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open.rb index 86a78cc..342cdcc 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root.rb index 0cab61a..3422403 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_root_type.rb index d0d27c3..307dc60 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_open_warnings_item.rb index d51deb9..ae47932 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible.rb index f0b37fa..f65a181 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root.rb index 373dd9c..fc47d59 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_root_type.rb index ad5c94a..1a12c17 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_actions_page_visible_warnings_item.rb index c74d02e..d8fcb75 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_blend_mode.rb index 0e9e8e4..4ed8a26 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_color.rb index 03b752a..d0b9e98 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_flags.rb index dbe7d43..855f6b1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_identity_quality.rb index 09de0d0..b0744e8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to.rb index 960d8a5..64f9374 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index.rb index 3098ae8..192d261 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index_revision.rb index 0423991..9ed450a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_nm.rb index 069c4e8..4b2197b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_object_number.rb index eb53b48..5467206 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item.rb similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item.rb index 08836ae..54bfd09 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem < Internal::Types::Model - field :p1, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1 }, optional: false, nullable: false + field :p1, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1 }, optional: false, nullable: false - field :p2, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2 }, optional: false, nullable: false + field :p2, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2 }, optional: false, nullable: false - field :p3, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3 }, optional: false, nullable: false + field :p3, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3 }, optional: false, nullable: false - field :p4, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4 }, optional: false, nullable: false + field :p4, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4 }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p1.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p1.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p1.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p1.rb index 5889f60..df3657d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p1.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p1.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p2.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p2.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p2.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p2.rb index 1347c81..4357d81 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p2.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p2.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p3.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p3.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p3.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p3.rb index 15853ac..a1a5fb1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p3.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p3.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p4.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p4.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p4.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p4.rb index 038c876..9be94bd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p4.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p4.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_rect.rb index 678746b..e6c629e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref.rb index a80a044..277d769 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_index.rb index cf27ef5..e6706e3 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_index_revision.rb index 4d5c66f..4af23e2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_nm.rb index 9135393..1edf11f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_object_number.rb index 60d8119..b9e9fb4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_reply_type.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_reply_type.rb index 73a221b..b02096d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink.rb index c62cdbd..a036b9d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInk < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemInk < Internal::Types::Model field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,21 +39,21 @@ 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::DocAnnotationsList200ResponseAnnotationsItemInkActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false field :stroke_width, -> { Integer }, optional: false, nullable: false, api_name: "strokeWidth" - field :border_style, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" + field :border_style, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" field :dash_array, -> { Internal::Types::Array[Integer] }, optional: true, nullable: false, api_name: "dashArray" - field :intent, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkIntent }, optional: false, nullable: true + field :intent, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkIntent }, optional: false, nullable: true - field :ink_list, -> { Internal::Types::Array[Internal::Types::Array[Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem]] }, optional: false, nullable: false, api_name: "inkList" + field :ink_list, -> { Internal::Types::Array[Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem]] }, optional: false, nullable: false, api_name: "inkList" field :rotation, -> { Integer }, optional: true, nullable: false end 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 similarity index 63% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions.rb index dfca054..de014f9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate.rb index 2ca0b6e..152524b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root.rb index 82486a2..74f2062 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_root_type.rb index 3646109..0d38893 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_activate_warnings_item.rb index 689719d..10c8220 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur.rb index 3c34f7a..4560469 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root.rb index eb4aa69..9766ad0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_root_type.rb index 6f739fa..8efb071 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_blur_warnings_item.rb index 4b755bd..104752d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter.rb index a0630b6..2eb614a 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root.rb index 5aa9199..06b8c0d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_root_type.rb index 5019d66..96da392 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_enter_warnings_item.rb index dd40ccf..50d0d42 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit.rb index 59d5fee..bf09c32 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root.rb index 58f9fd6..96f2ff8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_root_type.rb index 89e2f56..fc648a0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_cursor_exit_warnings_item.rb index 67eb813..4e77632 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus.rb index 624e4d0..e7a237d 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root.rb index 4252ddf..a201473 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_root_type.rb index 58aa1db..42a80a9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_focus_warnings_item.rb index a2db1de..eb85df8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down.rb index 9659a2d..d948262 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root.rb index b84237c..1d0519c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_root_type.rb index 8565dd4..56a2598 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_down_warnings_item.rb index 2940c82..b28989a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up.rb index 118d084..ea677c1 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root.rb index 793087c..886408b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_root_type.rb index eb80095..0467237 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_mouse_up_warnings_item.rb index ac75736..dbcbb2e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close.rb index 538ae08..8a19774 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root.rb similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root.rb index bcb170c..8fc6c16 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_root_type.rb index 3291eba..33b8158 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_close_warnings_item.rb index 9a82dad..19c33a7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible.rb index 8917863..8a804f6 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root.rb index 8196296..eac2189 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_root_type.rb index 03411a7..aa5f75d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_invisible_warnings_item.rb index 4cc1eb5..825ce59 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open.rb index 815e841..06c5429 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root.rb index c1f9996..2224bf8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_root_type.rb index 328efd4..54d002d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_open_warnings_item.rb index e340bb9..a016ec2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible.rb index b78782a..9e7b73a 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root.rb index a369bf2..8124bf0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_root_type.rb index ff80015..1bba4ab 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_actions_page_visible_warnings_item.rb index 98d466b..a2a0892 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_blend_mode.rb index 3aa8043..8face83 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_border_style.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_border_style.rb similarity index 78% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_border_style.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_border_style.rb index 81a9df2..16991f9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_border_style.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_border_style.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum SOLID = "solid" DASHED = "dashed" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_color.rb index 56e94b7..066f739 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_flags.rb index 2b82d31..6032c6e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_identity_quality.rb index f7e919e..2f253a1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to.rb index bd61bb6..3101134 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index.rb index 555f74f..cb43551 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index_revision.rb index cd51657..a25187e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_nm.rb index ad90dfa..cc8149a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_object_number.rb index 74d5fa3..9faeeac 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ink_list_item_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ink_list_item_item.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ink_list_item_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ink_list_item_item.rb index bca70e9..8e38f56 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ink_list_item_item.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ink_list_item_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_intent.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_intent.rb similarity index 73% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_intent.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_intent.rb index 7fffaca..24e9098 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_intent.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_intent.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkIntent - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum INK_HIGHLIGHT = "ink-highlight" end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_rect.rb index 0287419..a678115 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref.rb similarity index 55% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref.rb index 5e6dfdb..a489fc8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_index.rb similarity index 83% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_index.rb index 3aefaa3..b26a738 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_index_revision.rb index 1232c83..910bae1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_nm.rb index 92e12a2..e44ed29 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_object_number.rb index c7d16e9..ba61ec0 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_reply_type.rb index 690db6d..26989e6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_ink_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_ink_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemInkReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line.rb index e043f09..b1e7f4c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLine < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemLine < Internal::Types::Model field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,23 +39,23 @@ 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::DocAnnotationsList200ResponseAnnotationsItemLineActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false field :stroke_width, -> { Integer }, optional: false, nullable: false, api_name: "strokeWidth" - field :border_style, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" + field :border_style, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" field :dash_array, -> { Internal::Types::Array[Integer] }, optional: true, nullable: false, api_name: "dashArray" - field :interior_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" + field :interior_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" - field :line_points, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineLinePoints }, optional: false, nullable: false, api_name: "linePoints" + field :line_points, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineLinePoints }, optional: false, nullable: false, api_name: "linePoints" - field :line_endings, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineLineEndings }, optional: false, nullable: false, api_name: "lineEndings" + field :line_endings, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineLineEndings }, optional: false, nullable: false, api_name: "lineEndings" field :rotation, -> { Integer }, optional: true, nullable: false end 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 similarity index 63% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions.rb index 7696276..a009556 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate.rb index 613dfc8..dfd90ea 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root.rb index c374495..a6bc75c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_root_type.rb index d258225..248716e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_activate_warnings_item.rb index fda0474..a8724a5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur.rb index 0b0ba34..7ed3ec8 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root.rb index c20c563..983319b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_root_type.rb index 05da0cc..e4ba928 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_blur_warnings_item.rb index 5b3e59d..53a7b1f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter.rb index 4fc32d3..30c21a7 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root.rb index dac5c0d..1740c5d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_root_type.rb index 92d3bae..f278319 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_enter_warnings_item.rb index 39408af..84437b8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit.rb index 31414c9..ce168f7 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root.rb index f26dc50..dfc68f7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_root_type.rb index 91897ee..742aafb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_cursor_exit_warnings_item.rb index 70cd885..0520413 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus.rb index 1d1b810..1144d81 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root.rb index cb76290..6931bb9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_root_type.rb index 6077caf..2fac562 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_focus_warnings_item.rb index c4a50c0..6b42e49 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down.rb index 2e7ec83..58dae44 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root.rb index 12a27b5..125bc96 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_root_type.rb index 628bda1..8afc66d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_down_warnings_item.rb index 4b7da46..86b3da0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up.rb index 51ae175..a7afa79 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root.rb index af0e6a7..281135d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_root_type.rb index 1a885d1..0ccfbfa 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_mouse_up_warnings_item.rb index eca4689..94fb988 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close.rb index cf3a59d..12edc90 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root.rb index fa3ad5a..40e1539 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_root_type.rb index 0fdb943..ff08681 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_close_warnings_item.rb index 51e667d..5f13cb0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible.rb index a231fd3..97c42cd 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root.rb index 054777e..e0d0bf5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_root_type.rb index 09d8415..f681adb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_invisible_warnings_item.rb index 1f378e6..ea94884 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open.rb index 1e3335c..56083e6 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root.rb index 9635482..8a82879 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_root_type.rb index 42765e2..5727c99 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_open_warnings_item.rb index 6d3836b..bb815b9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible.rb index a7c269c..3cf2411 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root.rb index e39e4c3..00009d7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_root_type.rb index 171844e..3aa4da5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_actions_page_visible_warnings_item.rb index 34a1cfa..22a9bf2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_blend_mode.rb index 9e6d16b..7ec1c0d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_border_style.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_border_style.rb similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_border_style.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_border_style.rb index 781a2f6..5c14d7f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_border_style.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_border_style.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum SOLID = "solid" DASHED = "dashed" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_color.rb index 3b79a9b..03c4c8d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_flags.rb index 424fadb..d4fca04 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_identity_quality.rb index c8e4972..6f65d45 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to.rb index 5918c5d..67cbfa8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index.rb index 5d94b43..de07479 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index_revision.rb index 89b78ac..a7dd1cc 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_nm.rb index ec7e060..98a9a38 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_object_number.rb index ad79b99..ea911cf 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_interior_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_interior_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_interior_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_interior_color.rb index a46e8f2..9ff5f2b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_interior_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_interior_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings.rb similarity index 69% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings.rb index 730bc67..a44b37f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineLineEndings < Internal::Types::Model - field :start, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart }, optional: false, nullable: false + field :start, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart }, optional: false, nullable: false - field :end_, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd }, optional: false, nullable: false, api_name: "end" + field :end_, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd }, optional: false, nullable: false, api_name: "end" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings_end.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings_end.rb similarity index 87% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings_end.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings_end.rb index 94e9f4b..2ff6a58 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings_end.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings_end.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NONE = "none" SQUARE = "square" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings_start.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings_start.rb similarity index 87% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings_start.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings_start.rb index 5e1f966..13e5147 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings_start.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings_start.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NONE = "none" SQUARE = "square" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points.rb similarity index 69% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points.rb index 4dcb286..8ddcf5e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineLinePoints < Internal::Types::Model - field :start, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart }, optional: false, nullable: false + field :start, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart }, optional: false, nullable: false - field :end_, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd }, optional: false, nullable: false, api_name: "end" + field :end_, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd }, optional: false, nullable: false, api_name: "end" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points_end.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points_end.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points_end.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points_end.rb index 188d48a..486858d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points_end.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points_end.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points_start.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points_start.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points_start.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points_start.rb index ae92e70..1a7ec96 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points_start.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points_start.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_rect.rb index 940fdd3..e2edf16 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref.rb similarity index 55% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref.rb index cd707ff..885ddd4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_index.rb index 5f9d90d..6190212 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_index_revision.rb index 88755b4..ad5f829 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_nm.rb index 574990d..4341dc6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_object_number.rb index 2584b85..76c91a2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_reply_type.rb index 6084f2f..eeebe44 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_line_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_line_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLineReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link.rb index 6cc0507..db45c08 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLink < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemLink < Internal::Types::Model field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,9 +39,9 @@ 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::DocAnnotationsList200ResponseAnnotationsItemLinkActions }, optional: true, nullable: false - field :target, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTarget }, optional: false, nullable: true + field :target, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTarget }, optional: false, nullable: true end end 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 similarity index 63% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions.rb index 1096d57..cc6f518 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate.rb index 3a77a3f..84a368d 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root.rb index c0b4666..8c46cf8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_root_type.rb index 2a242c3..e0466f9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_activate_warnings_item.rb index 496aeeb..f78838b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur.rb index ca46b97..f2bf5a8 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root.rb index c6cbd90..52738c7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_root_type.rb index 03c7ec3..0da4de7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_blur_warnings_item.rb index 33eb890..5744efc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter.rb index ad3e93c..3d739da 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root.rb index 45b9835..5b1c23d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_root_type.rb index de03c0c..e815356 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_enter_warnings_item.rb index 5f46da7..017ecd4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit.rb index 25c0308..be1269d 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root.rb index 0422b43..2454a80 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_root_type.rb index 3f87262..aa21195 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_cursor_exit_warnings_item.rb index aab1506..ea2d7ed 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus.rb index e4d1ab1..f7a4a2e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root.rb index b32d39e..06e7cca 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_root_type.rb index f556ad7..782ae41 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_focus_warnings_item.rb index e186af5..21e8944 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down.rb index 10a0467..8db949f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root.rb index 47a2de5..b5b861e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_root_type.rb index 4fdc723..c4591c4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_down_warnings_item.rb index 779c882..73fd9ae 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up.rb index 47bcf48..d1f2ab3 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root.rb index 350d4cc..d2f2273 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_root_type.rb index caac533..01dea33 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_mouse_up_warnings_item.rb index 9f30110..a7e2f66 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close.rb index b24161e..3a726df 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root.rb index b413cad..cc4b1a0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_root_type.rb index 51f2ec3..c762af3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_close_warnings_item.rb index 031070e..e5a7ddb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible.rb index b8c5d24..06ae5ed 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root.rb index d377203..ea59ea6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_root_type.rb index 2d03651..c6260c3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_invisible_warnings_item.rb index 514932c..a1b7788 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open.rb index 8ba869e..3c8faa1 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root.rb index ae835be..a30adbb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_root_type.rb index 1854f40..b8b79a5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_open_warnings_item.rb index cf899fa..ad9fecd 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible.rb index 6ab9285..d5d728b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root.rb index d076d11..9a2e51b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_root_type.rb index 937bb72..3837644 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_actions_page_visible_warnings_item.rb index 20a4902..6abe2fa 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_blend_mode.rb index 029c798..a41bbb6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_flags.rb index 55dbad5..5e713f7 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_identity_quality.rb index 639e90e..a955dbd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to.rb index 8c23054..d0309ab 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index.rb index 0fc78a0..8c0b37d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index_revision.rb index 5e2d331..e8944a6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_nm.rb index c1e4c48..b9777ad 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_object_number.rb index 7feed3d..2a7a526 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_rect.rb index 1104652..d84c750 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref.rb similarity index 55% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref.rb index 6a04b9c..dbf0ab2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_index.rb index 7305ad7..6306c06 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_index_revision.rb index 34251e2..bdbabb0 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_nm.rb index 137fac4..2b985e9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_object_number.rb index cf906fe..97dd43f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_reply_type.rb index 0f48b9e..b281b0e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemLinkReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target.rb similarity index 51% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target.rb index 5a394aa..95e497b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target.rb @@ -1,25 +1,25 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTarget < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto }, key: "GOTO" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto }, key: "GOTO" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetURI }, key: "URI" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetURI }, key: "URI" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote }, key: "GOTO_REMOTE" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote }, key: "GOTO_REMOTE" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch }, key: "LAUNCH" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch }, key: "LAUNCH" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript }, key: "JAVASCRIPT" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript }, key: "JAVASCRIPT" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed }, key: "NAMED" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed }, key: "NAMED" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported }, key: "UNSUPPORTED" 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 similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto.rb index 6b0412f..50641c5 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto < Internal::Types::Model - field :destination, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination }, optional: false, nullable: false + field :destination, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination }, 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 similarity index 54% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination.rb index bd0519c..a1ca1e5 100644 --- 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 @@ -1,27 +1,27 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz }, key: "XYZ" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz }, key: "XYZ" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit }, key: "FIT" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit }, key: "FIT" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH }, key: "FIT_H" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH }, key: "FIT_H" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV }, key: "FIT_V" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV }, key: "FIT_V" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR }, key: "FIT_R" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR }, key: "FIT_R" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB }, key: "FIT_B" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB }, key: "FIT_B" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh }, key: "FIT_BH" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh }, key: "FIT_BH" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv }, key: "FIT_BV" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv }, 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/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit.rb index 9d3e51c..ee0c0cd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb index b754811..0ccaf3f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_b.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb index 6f7e67e..9a14b7d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bh.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb index 022668f..4cd9ccb 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_bv.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb index d999796..192c8a2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_h.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb similarity index 97% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb index cccfd9d..997b1b3 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_r.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb index f2586b3..cff60d4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_fit_v.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb index 61279fb..b0ae648 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_destination_xyz.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_remote.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_remote.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_remote.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_remote.rb index 8bf09de..e18dcc8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_goto_remote.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_goto_remote.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote < Internal::Types::Model field :file, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_javascript.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_javascript.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_javascript.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_javascript.rb index 3d692df..1747be1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_javascript.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_javascript.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_launch.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_launch.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_launch.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_launch.rb index 48a06e5..cf36052 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_launch.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_launch.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch < Internal::Types::Model field :path, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_named.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_named.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_named.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_named.rb index c543b09..72a964c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_named.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_named.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_unsupported.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_unsupported.rb similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_unsupported.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_unsupported.rb index c71bf5e..220cd78 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_unsupported.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_uri.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_uri.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_uri.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_uri.rb index 1bd420f..631faca 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_uri.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_uri.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemLinkTargetURI < Internal::Types::Model field :uri, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon.rb similarity index 77% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon.rb index a52798b..6b6a858 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygon < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemPolygon < Internal::Types::Mod field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,21 +39,21 @@ 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::DocAnnotationsList200ResponseAnnotationsItemPolygonActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false field :stroke_width, -> { Integer }, optional: false, nullable: false, api_name: "strokeWidth" - field :border_style, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" + field :border_style, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" field :dash_array, -> { Internal::Types::Array[Integer] }, optional: true, nullable: false, api_name: "dashArray" - field :interior_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" + field :interior_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" - field :vertices, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem] }, optional: false, nullable: false + field :vertices, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem] }, optional: false, nullable: false field :rotation, -> { Integer }, optional: true, 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions.rb index 9050bfa..721b5cb 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate.rb index 4708f74..9227e20 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root.rb index 134270d..c004fd3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_root_type.rb index 9d45d87..171fad8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_activate_warnings_item.rb index 044df81..b313f85 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur.rb index 583a8bb..5f0772c 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root.rb index 80c5b9b..fad972a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_root_type.rb index 1254f63..bb12f69 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_blur_warnings_item.rb index 185ec13..3656499 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter.rb index 463c792..d84280e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root.rb index 4426585..9f409a5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_root_type.rb index c4ff235..c3cc0b9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_enter_warnings_item.rb index 63745c2..7b78dfc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit.rb index 27330bf..a7bd20b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root.rb index 4fc4a47..2507847 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_root_type.rb index 1c13f24..19bd7b5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_cursor_exit_warnings_item.rb index d3bc494..f1d0b90 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus.rb index 01cf5f5..735350c 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root.rb index 4b38d68..64a3cce 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_root_type.rb index 49a6e16..871049e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_focus_warnings_item.rb index ded0532..810fd75 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down.rb index 0d752b1..49045ba 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root.rb index dec2c39..9d00cba 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_root_type.rb index 60952c1..52a6500 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_down_warnings_item.rb index 7eef4c9..b638441 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up.rb index 493b8a9..b0eff32 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root.rb index e38ecd3..44cf5fa 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_root_type.rb index 4039edb..58e6959 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_mouse_up_warnings_item.rb index 56c8e7f..138c0bc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close.rb index 4887fe2..7651e8e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root.rb index 649680e..14f1f32 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_root_type.rb index c80c815..a6e3d59 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_close_warnings_item.rb index 3b2ddbe..76ea3b1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible.rb index ac18455..c7df70c 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root.rb index ddc086e..7b07d2e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_root_type.rb index b9e4f7b..8f99a1d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_invisible_warnings_item.rb index cefa850..3bc6b39 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open.rb index ce92085..9d3f3eb 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root.rb index 7669d40..f209566 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_root_type.rb index d8c7a8d..42bc8fc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_open_warnings_item.rb index ecfd1c7..435c419 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible.rb index 43a4a9f..107f654 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root.rb index 67b9407..2d90a70 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_root_type.rb index 125c97d..b1b8741 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_actions_page_visible_warnings_item.rb index 5d852c1..af729bf 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_blend_mode.rb index 68ed9a6..b48253d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_border_style.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_border_style.rb similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_border_style.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_border_style.rb index b9d300b..7524760 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_border_style.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_border_style.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum SOLID = "solid" DASHED = "dashed" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_color.rb index ecae2a3..45b1516 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_flags.rb index 19af1f5..5e6ea5f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_identity_quality.rb index 73369ab..3dd89b0 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to.rb index bd1385a..74c3d38 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index.rb index b46cdea..c545b83 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index_revision.rb index c99d415..917a37b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_nm.rb index 90e0b4a..89fb93a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_object_number.rb index d7eaf18..64827cb 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_interior_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_interior_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_interior_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_interior_color.rb index 68078b3..47427d8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_interior_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_interior_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_rect.rb index 683422d..a261343 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref.rb index 064c166..90c2cdd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_index.rb index 864e398..c4ce95d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_index_revision.rb index 13bfe2a..3fc3212 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_nm.rb index 650bf0a..746ea07 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_object_number.rb index 147914a..2cbb0c6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_reply_type.rb index c4ae350..8ae23c5 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_vertices_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_vertices_item.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_vertices_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_vertices_item.rb index 0ff4efa..45d9ac9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_vertices_item.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_vertices_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline.rb index 6ff31f1..5fd2599 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolyline < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemPolyline < Internal::Types::Mo field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,25 +39,25 @@ 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::DocAnnotationsList200ResponseAnnotationsItemPolylineActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false field :stroke_width, -> { Integer }, optional: false, nullable: false, api_name: "strokeWidth" - field :border_style, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" + field :border_style, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" field :dash_array, -> { Internal::Types::Array[Integer] }, optional: true, nullable: false, api_name: "dashArray" - field :interior_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" + field :interior_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" - field :vertices, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem] }, optional: false, nullable: false + field :vertices, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem] }, optional: false, nullable: false field :rotation, -> { Integer }, optional: true, nullable: false - field :line_endings, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings }, optional: false, nullable: false, api_name: "lineEndings" + field :line_endings, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings }, optional: false, nullable: false, api_name: "lineEndings" end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions.rb index 66c8390..14b23cd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate.rb index 5614772..9a40685 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root.rb index 6e75ef9..8a3dcda 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_root_type.rb index d56af8d..b88d16d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_activate_warnings_item.rb index 83c8c9c..2828332 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur.rb index 9e6ce85..61569bd 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root.rb index b760c5e..f8b5130 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_root_type.rb index 75f4652..6f35aae 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_blur_warnings_item.rb index a94ec15..d2ae082 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter.rb index 8015a01..3931a70 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root.rb index b6be94b..d284a61 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_root_type.rb index abfa876..f074f9f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_enter_warnings_item.rb index 61d2eef..923eaee 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit.rb index 0028bdf..e642e95 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root.rb index 5ec077d..8d7c21c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_root_type.rb index c1998af..457e95f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_cursor_exit_warnings_item.rb index 99d3060..5ec7551 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus.rb index 6222bbb..6db11fb 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root.rb index 8f8addb..d478675 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_root_type.rb index 2e7a0bf..7678078 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_focus_warnings_item.rb index 146cbaf..0a4e367 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down.rb index 6bcb866..fb8553f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root.rb index 5ee88da..f68d156 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_root_type.rb index 009bdfa..ac2fc4c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_down_warnings_item.rb index 60e9fdb..4265f4e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up.rb index 4581929..ecd9e7c 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root.rb index c3ecd53..e1bc8ba 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_root_type.rb index 8de489b..e65d43e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_mouse_up_warnings_item.rb index d21af3c..6391382 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close.rb index 829cd0c..76f7844 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root.rb index 2db6ea3..562c64e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_root_type.rb index cef46fc..5944cfc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_close_warnings_item.rb index 90f3a85..66c17f3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible.rb index 5012cc5..cc49626 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root.rb index 46c8159..a8c79fa 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_root_type.rb index 711ffa2..a155b0e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_invisible_warnings_item.rb index 43743dc..75f09b7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open.rb index 9cbd811..c552f21 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root.rb index 9aed79b..31d71bd 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_root_type.rb index 03f18d2..ce75186 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_open_warnings_item.rb index 6c7d57e..513c7e6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible.rb index 864046b..52a447b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root.rb index dfd4928..04bb24f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_root_type.rb index f8bf7ca..8e385b8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_actions_page_visible_warnings_item.rb index 3f8481c..3e37328 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_blend_mode.rb index 5378b7c..d95e15f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_border_style.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_border_style.rb similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_border_style.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_border_style.rb index 2b007fa..83c139c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_border_style.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_border_style.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum SOLID = "solid" DASHED = "dashed" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_color.rb index ca8926a..04867db 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_flags.rb index 8353dbe..f53b1b9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_identity_quality.rb index d552288..aa34a2d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to.rb index 6916124..ba26a54 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index.rb index 54451fc..169f4ef 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index_revision.rb index 344a47c..79d476e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_nm.rb index debab3b..80afddd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_object_number.rb index a25aa58..a1c2d0f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_interior_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_interior_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_interior_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_interior_color.rb index 417b6e8..07825ec 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_interior_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_interior_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings.rb similarity index 70% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings.rb index 8f8f376..d75ebd5 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings < Internal::Types::Model - field :start, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart }, optional: false, nullable: false + field :start, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart }, optional: false, nullable: false - field :end_, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd }, optional: false, nullable: false, api_name: "end" + field :end_, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd }, optional: false, nullable: false, api_name: "end" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings_end.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings_end.rb similarity index 87% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings_end.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings_end.rb index fa7dfb1..fb3f5f4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings_end.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings_end.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NONE = "none" SQUARE = "square" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings_start.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings_start.rb similarity index 87% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings_start.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings_start.rb index ddd76d5..08e0398 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings_start.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings_start.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NONE = "none" SQUARE = "square" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_rect.rb index 5e71231..f1fc2f4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref.rb index 035002d..ea50fb1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_index.rb index 28142c2..32fe692 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_index_revision.rb index c6a210f..82ef831 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_nm.rb index 0bfde8b..cee5bc9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_object_number.rb index f4ac7bc..862a06f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_reply_type.rb index 34b5b73..62e4a62 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_vertices_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_vertices_item.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_vertices_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_vertices_item.rb index e845ced..cb318c8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_vertices_item.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_vertices_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact.rb index c5ebf06..bc6143d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedact < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemRedact < Internal::Types::Mode field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,27 +39,27 @@ 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::DocAnnotationsList200ResponseAnnotationsItemRedactActions }, optional: true, nullable: false - field :quad_points, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" + field :quad_points, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false - field :interior_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" + field :interior_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" field :overlay_text, -> { String }, optional: false, nullable: true, api_name: "overlayText" field :repeat, -> { Internal::Types::Boolean }, optional: false, nullable: false - field :font_family, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily }, optional: false, nullable: false, api_name: "fontFamily" + field :font_family, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily }, optional: false, nullable: false, api_name: "fontFamily" field :font_size, -> { Integer }, optional: false, nullable: false, api_name: "fontSize" - field :font_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactFontColor }, optional: false, nullable: false, api_name: "fontColor" + field :font_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactFontColor }, optional: false, nullable: false, api_name: "fontColor" - field :text_align, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign }, optional: false, nullable: false, api_name: "textAlign" + field :text_align, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign }, optional: false, nullable: false, api_name: "textAlign" end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions.rb index 6fd0f42..5271771 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate.rb index 6c4071a..6af0c4d 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root.rb index 1cca562..addfa39 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_root_type.rb index 598383d..8e205a3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_activate_warnings_item.rb index 1626cf3..bb6b102 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur.rb index 24625ac..6075b5b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root.rb index 13995e2..3fe4753 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_root_type.rb index 0262dde..14288a3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_blur_warnings_item.rb index 38d6f07..7a476f1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter.rb index ef4f1b2..15e59cd 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root.rb index 73058b3..78f84ed 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_root_type.rb index 9e77925..325f71b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_enter_warnings_item.rb index cf4379b..c1f5226 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit.rb index 31ebfc8..86384c3 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root.rb index 47b2c33..652de01 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_root_type.rb index 50e5feb..93639a9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_cursor_exit_warnings_item.rb index 3b505de..ea88e02 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus.rb index b22f762..b26b730 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root.rb index c649e9b..033f4d2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_root_type.rb index ff57f30..1634382 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_focus_warnings_item.rb index e0e35fa..1a7dcc3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down.rb index b99a398..b078e78 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root.rb index 25677dd..44ca8d0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_root_type.rb index 3e0ab0d..3a034fb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_down_warnings_item.rb index 54f7fa2..27a1941 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up.rb index b156866..f2288e3 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root.rb index 0431109..5a9fb94 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_root_type.rb index d44bbdd..567a134 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_mouse_up_warnings_item.rb index 4bdc185..252ae3c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close.rb index 762bb90..85709d4 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root.rb index 6161191..62cff09 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_root_type.rb index 787dfa9..3dfefb7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_close_warnings_item.rb index 3d3fa5c..007da0f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible.rb index f3accc6..2380cf9 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root.rb index 19ad95d..c4a77ba 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_root_type.rb index 87075ca..c3d31e2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_invisible_warnings_item.rb index 551257f..9fb85d5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open.rb index f7ef4f0..5f0b5aa 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root.rb index 150fadc..708e90b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_root_type.rb index 9a85829..dc803e2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_open_warnings_item.rb index a567c54..d49dff9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible.rb index 0299f2f..a83852c 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root.rb index 3fbf9f9..021440b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_root_type.rb index 128503c..048506e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_actions_page_visible_warnings_item.rb index 65169a9..7d759d2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_blend_mode.rb index c07b657..3eb4f4d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_color.rb index d8ed24f..4866734 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_flags.rb index 540cc00..a8fc77b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_font_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_font_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_font_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_font_color.rb index 28d1574..54afab6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_font_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_font_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactFontColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_font_family.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_font_family.rb similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_font_family.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_font_family.rb index ba7036c..2a5078d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_font_family.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_font_family.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum COURIER = "courier" COURIER_BOLD = "courier-bold" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_identity_quality.rb index f7050fb..18df166 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to.rb index 2f2d1bb..885ad40 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index.rb index 0c9c3f6..b6125b8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index_revision.rb index e32bc65..741a05d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_nm.rb index 60e52fd..8a8d3c2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_object_number.rb index 839e824..433420c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_interior_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_interior_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_interior_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_interior_color.rb index 77d347e..3b21092 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_interior_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_interior_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item.rb similarity index 63% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item.rb index 389e607..b2fc561 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem < Internal::Types::Model - field :p1, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1 }, optional: false, nullable: false + field :p1, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1 }, optional: false, nullable: false - field :p2, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2 }, optional: false, nullable: false + field :p2, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2 }, optional: false, nullable: false - field :p3, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3 }, optional: false, nullable: false + field :p3, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3 }, optional: false, nullable: false - field :p4, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4 }, optional: false, nullable: false + field :p4, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4 }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p1.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p1.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p1.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p1.rb index 5e064b7..69f4ed4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p1.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p1.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p2.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p2.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p2.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p2.rb index 6200e8d..bb76b44 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p2.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p2.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p3.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p3.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p3.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p3.rb index 6c26131..ecf4d08 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p3.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p3.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p4.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p4.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p4.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p4.rb index e8837f9..94bd9ca 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p4.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p4.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_rect.rb index f6e7bc2..eb8611c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref.rb index 7155005..d0fd6f1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_index.rb index ec4d52f..907c4db 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_index_revision.rb index a0a79e2..b2da82f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_nm.rb index 570fc0d..2f1e5c4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_object_number.rb index 4890ee7..a7e78ae 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_reply_type.rb index 1bb2b0a..8ca3e0c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_text_align.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_text_align.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_text_align.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_text_align.rb index dc8fc67..9d62bab 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_redact_text_align.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_redact_text_align.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum LEFT = "left" CENTER = "center" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square.rb index 61c4f7c..2a1aa4e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquare < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemSquare < Internal::Types::Mode field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,27 +39,27 @@ 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::DocAnnotationsList200ResponseAnnotationsItemSquareActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false field :stroke_width, -> { Integer }, optional: false, nullable: false, api_name: "strokeWidth" - field :border_style, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" + field :border_style, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" field :dash_array, -> { Internal::Types::Array[Integer] }, optional: true, nullable: false, api_name: "dashArray" - field :interior_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" + field :interior_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" field :cloudy_intensity, -> { Integer }, optional: false, nullable: true, api_name: "cloudyIntensity" - field :rect_differences, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences }, optional: false, nullable: true, api_name: "rectDifferences" + field :rect_differences, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences }, optional: false, nullable: true, api_name: "rectDifferences" field :rotation, -> { Integer }, optional: true, nullable: false - field :unrotated_rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect }, optional: true, nullable: false, api_name: "unrotatedRect" + field :unrotated_rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect }, optional: true, nullable: false, api_name: "unrotatedRect" end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions.rb index 5f145e2..0d6b49a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate.rb index a6d3f39..d292e11 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root.rb index 0ed3f44..a547c6b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_root_type.rb index 4f6e1fe..20202c8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_activate_warnings_item.rb index 5537648..b9844ab 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur.rb index 32203e6..46e83ea 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root.rb index 4c2d65c..35e82db 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_root_type.rb index b304f2e..e1a65c5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_blur_warnings_item.rb index 472c796..c4313ce 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter.rb index 6d04547..19eae67 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root.rb index 1ff35f4..99c2bf3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_root_type.rb index 9abda88..8cba83d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_enter_warnings_item.rb index 05cf035..920ecc4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit.rb index 97ae0c8..0bbcc88 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root.rb index f06d9da..649dbfb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_root_type.rb index fd906ea..67e35bb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_cursor_exit_warnings_item.rb index 4799f32..5d9f169 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus.rb index 11eb066..45bad1c 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root.rb index 5d68d67..40ca1bc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_root_type.rb index 1ddbeb2..3e75b9e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_focus_warnings_item.rb index 87d37b2..53d66af 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down.rb index f287bc8..cca11a6 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root.rb index 117b911..dcaf7ad 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_root_type.rb index f6aacdd..f50b074 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_down_warnings_item.rb index cb350f4..2404be9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up.rb index d8c0591..c597226 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root.rb index a3e0fbf..cfe8ea5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_root_type.rb index fd76124..677fb79 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_mouse_up_warnings_item.rb index d0ce192..9a956ca 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close.rb index 193f63d..e2c0a00 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root.rb index 1c68a48..569306b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_root_type.rb index df895d4..42d8d74 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_close_warnings_item.rb index f689d2e..d57cd66 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible.rb index a2e2eeb..c28e9f8 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root.rb index 697353b..cb5484e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_root_type.rb index 42643fa..eeadd86 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_invisible_warnings_item.rb index ed9790a..6ea7d07 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open.rb index 59b9001..097b2f3 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root.rb index 640109b..1b21e9d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_root_type.rb index bc51dc0..74153e6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_open_warnings_item.rb index aa436a0..e959f9a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible.rb index 4f2346f..f6f42b0 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root.rb index 9e1de57..c3cea6f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_root_type.rb index c34b9c5..5347d7f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_actions_page_visible_warnings_item.rb index 5587514..d42b857 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_blend_mode.rb index f1523b2..643d26d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_border_style.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_border_style.rb similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_border_style.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_border_style.rb index ce36327..0aa9b17 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_border_style.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_border_style.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum SOLID = "solid" DASHED = "dashed" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_color.rb index f79f2b0..2818c01 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_flags.rb index 499c320..e3077dd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_identity_quality.rb index 67ee14b..313fed6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to.rb index 9422d5b..14c8389 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index.rb index 581dd1e..4bb8fc6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index_revision.rb index d83a41b..9abfeb2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_nm.rb index c861a1f..8b4b6f7 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_object_number.rb index 96e58b2..d5b57f2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_interior_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_interior_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_interior_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_interior_color.rb index 7da3613..0a651a7 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_interior_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_interior_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_rect.rb index fded729..d7ed575 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_rect_differences.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_rect_differences.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_rect_differences.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_rect_differences.rb index 18987c3..8798ec0 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_rect_differences.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_rect_differences.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref.rb index abdf7fb..e108605 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_index.rb index dc7b660..8dd6027 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_index_revision.rb index 7cd0909..abca8e9 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_nm.rb index ecc0ca2..9d3c9b6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_object_number.rb index 5060054..276026d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_reply_type.rb index 7028997..d994a48 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquareReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_unrotated_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_unrotated_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_unrotated_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_unrotated_rect.rb index 407c95b..c3b9c2d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_square_unrotated_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_square_unrotated_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly.rb index 0a34d47..498206e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquiggly < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemSquiggly < Internal::Types::Mo field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,13 +39,13 @@ 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::DocAnnotationsList200ResponseAnnotationsItemSquigglyActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false - field :quad_points, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" + field :quad_points, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions.rb index 63b791f..1ef3978 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate.rb index 90b7aed..b6287df 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root.rb index 388beae..769a69b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_root_type.rb index 1892148..157fe6b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_activate_warnings_item.rb index ab712f2..08e02b0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur.rb index 64781ed..78b5949 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root.rb index 3440662..efa0fe4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_root_type.rb index 07ffec3..7920482 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_blur_warnings_item.rb index 488d8ec..c871f38 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter.rb index 8dc6c53..288d2eb 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root.rb index 3327cc8..039b3f4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_root_type.rb index b73a8c1..8f10caf 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_enter_warnings_item.rb index 8f02292..bc7327e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit.rb index 0f59a69..2786531 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root.rb index e38ece9..aa4b419 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_root_type.rb index 6c00426..57895d2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_cursor_exit_warnings_item.rb index eb239a5..1f099b3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus.rb index 0c484e8..398e6a0 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root.rb index 2f4e636..7fa8191 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_root_type.rb index caa8b91..615b664 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_focus_warnings_item.rb index ae7e9cb..710f5a8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down.rb index 0dd4474..c1b0012 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root.rb index d02c52f..abe12ed 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_root_type.rb index fda66b2..a2e13e3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_down_warnings_item.rb index f054ade..e5b217a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up.rb index 62cca3c..8c870ea 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root.rb index 932a42f..6e273cf 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_root_type.rb index a364ecb..99e612a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_mouse_up_warnings_item.rb index 1efc3aa..0ccba37 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close.rb index fb587f0..5b4ba63 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root.rb index 22cad57..b90332d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_root_type.rb index c7825e4..32027dc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_close_warnings_item.rb index a794275..670ad3a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible.rb index 23b84d4..313755d 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root.rb index 915c616..48abd4b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_root_type.rb index 739c4b2..47c5c2e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_invisible_warnings_item.rb index 86f8124..678540e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open.rb index ccdcc5c..5bd06c8 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root.rb index 1606c4a..a28f706 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_root_type.rb index 964e469..04d48cb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_open_warnings_item.rb index 62ff30c..993b5fd 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible.rb index 1580782..64dbc53 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root.rb index 6c00d1f..605cf61 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_root_type.rb index 734e4a4..1a33a6c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_actions_page_visible_warnings_item.rb index 0a91258..7b8c5de 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_blend_mode.rb index a887697..6d4263b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_color.rb index 20f4fc8..362f37e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_flags.rb index 78a11bd..6f9178b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_identity_quality.rb index b59c195..9c54654 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to.rb index 547aa6b..19283f5 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index.rb index 311c460..fe861bf 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index_revision.rb index 8dca62a..1fe3f18 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_nm.rb index 7665ee2..caeabe1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_object_number.rb index 583164b..35e09f6 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item.rb similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item.rb index 5950ca6..aa36be4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem < Internal::Types::Model - field :p1, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1 }, optional: false, nullable: false + field :p1, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1 }, optional: false, nullable: false - field :p2, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2 }, optional: false, nullable: false + field :p2, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2 }, optional: false, nullable: false - field :p3, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3 }, optional: false, nullable: false + field :p3, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3 }, optional: false, nullable: false - field :p4, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4 }, optional: false, nullable: false + field :p4, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4 }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p1.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p1.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p1.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p1.rb index 4ebefe5..a05cbb7 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p1.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p1.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p2.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p2.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p2.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p2.rb index 0276cb6..1b147ef 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p2.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p2.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p3.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p3.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p3.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p3.rb index 2a488cd..76c4122 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p3.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p3.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p4.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p4.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p4.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p4.rb index 2cf5582..f2263e2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p4.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p4.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_rect.rb index 1bb4225..abb3bae 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref.rb index 2b50d51..6716567 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_index.rb index bec2a89..7b17a8e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_index_revision.rb index 970035d..8726861 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_nm.rb index 45555b0..6892d05 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_object_number.rb index 144ccc2..3a7097c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_reply_type.rb index c5b2a07..4953118 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp.rb similarity index 77% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp.rb index 2578461..0db2af7 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStamp < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemStamp < Internal::Types::Model field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,13 +39,13 @@ 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::DocAnnotationsList200ResponseAnnotationsItemStampActions }, optional: true, nullable: false field :name, -> { String }, optional: false, nullable: true field :rotation, -> { Integer }, optional: true, nullable: false - field :unrotated_rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect }, optional: true, nullable: false, api_name: "unrotatedRect" + field :unrotated_rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect }, optional: true, nullable: false, api_name: "unrotatedRect" end end end 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 similarity index 63% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions.rb index 4ad5c98..aa8a83e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate.rb index da5410a..816d773 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root.rb index 628158c..0fbb248 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_root_type.rb index 21d3685..07fd49b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_activate_warnings_item.rb index 047ab8c..cbff15b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur.rb index e965928..e7d9770 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root.rb index 13524cf..2396b20 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_root_type.rb index f02e957..b2f9178 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_blur_warnings_item.rb index 5cb3e5a..b08549e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter.rb index fa31563..21de19e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root.rb index d66ab7d..8a154d3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_root_type.rb index 49e0e7a..f54dc70 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_enter_warnings_item.rb index f719109..fd6c994 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit.rb index c03069e..5ac3048 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root.rb index 452f5e5..88b6b71 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_root_type.rb index 6a1c464..7665ec8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_cursor_exit_warnings_item.rb index 185550a..bd5feda 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus.rb index b477cca..f096784 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root.rb index d58b247..9da6a11 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_root_type.rb index 7b5ade8..2c58b58 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_focus_warnings_item.rb index 0ed68fb..413de43 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down.rb index 682fdb2..117083f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root.rb index dfd714a..599e604 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_root_type.rb index b657800..c8ffc00 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_down_warnings_item.rb index aad04da..b2869f8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up.rb index db6aefe..1619efa 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root.rb index 6669ffd..6105944 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_root_type.rb index 36452ed..78efbff 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_mouse_up_warnings_item.rb index 8aa530f..7649a0a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close.rb index e636c6c..aa7ad2f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root.rb index ce429c5..7443cf1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_root_type.rb index 647be40..51fee02 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_close_warnings_item.rb index 17d4e5d..4700553 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible.rb index 7dd7f41..2d1c158 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root.rb index 804fdab..e17133d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_root_type.rb index 2a8b16f..7d136f2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_invisible_warnings_item.rb index 73c0d1b..fd4171c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open.rb index b7e39de..1de96d6 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root.rb index a354602..225e946 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_root_type.rb index 8373114..cd671f3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_open_warnings_item.rb index 2918432..180234f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible.rb index 2310ac5..bd63525 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root.rb index 8814ac1..fc167df 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_root_type.rb index 2af8fd7..021e198 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_actions_page_visible_warnings_item.rb index 8edec97..f217c96 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_blend_mode.rb index c7deb17..7c9cd08 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_flags.rb index f28decf..e06aeb2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_identity_quality.rb index aabd95f..087f861 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to.rb index 544a79a..168f9d4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index.rb index aa33239..267e286 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index_revision.rb index 27d1240..4be42a1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_nm.rb index 774fd26..bb94f98 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_object_number.rb index 832ab1b..132c92f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_rect.rb index 05c411d..544aef8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref.rb index a514911..7f68f4b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_index.rb index e5e602d..d639389 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_index_revision.rb index 254f719..25054e1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_nm.rb index b05e5fb..8061d39 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_object_number.rb index 630dad7..5e9fd46 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_reply_type.rb index 835bc3a..6b46100 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStampReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_unrotated_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_unrotated_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_unrotated_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_unrotated_rect.rb index 165df58..7ecea7d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_unrotated_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_unrotated_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout.rb index 2b8da6f..b045e77 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeout < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemStrikeout < Internal::Types::M field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,15 +39,15 @@ 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::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false - field :quad_points, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" + field :quad_points, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" - field :intent, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent }, optional: false, nullable: true + field :intent, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent }, optional: false, nullable: true end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions.rb index 980f9b1..d8070d8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate.rb index 2075127..2a25cc9 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root.rb index e2dfc66..42f631a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_root_type.rb index 8ad5b98..7b4e821 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_activate_warnings_item.rb index ba4305b..83606ca 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur.rb index 8adc6d9..11b405e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root.rb index 9d02f9c..89fe067 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_root_type.rb index 6165601..45d9990 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_blur_warnings_item.rb index 7939e7f..f6f4f58 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter.rb index 70faa11..ba86f81 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root.rb index 6ad4f9c..18aad9b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_root_type.rb index 3084319..207e072 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_enter_warnings_item.rb index 5731d35..ba5b52e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit.rb index 2cac21c..7d23a10 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root.rb index 0867195..9f5474a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_root_type.rb index 63fb727..121d110 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_cursor_exit_warnings_item.rb index 734baec..3049631 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus.rb index 50e443a..fda6bd3 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root.rb index ae6cc17..70addee 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_root_type.rb index b7a9f8e..8430b35 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_focus_warnings_item.rb index a4b71fb..442973f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down.rb index f04a327..777005e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root.rb index e1d7cd1..5f123c0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_root_type.rb index 8bde24f..62ef486 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_down_warnings_item.rb index fcc0e27..18f7f55 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up.rb index 7230929..c829846 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root.rb index 90b34b6..5b03d9c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_root_type.rb index 5ed923f..10bd93f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_mouse_up_warnings_item.rb index f365cbc..e8b55a1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close.rb index 02d83c8..da4e117 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root.rb index a00556c..d397e56 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_root_type.rb index 527c382..5b9ef46 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_close_warnings_item.rb index 834003f..c5b0908 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible.rb index 477c197..a8ecf49 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root.rb index 7d14a33..ef513a1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_root_type.rb index d6d3519..95bc9f0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_invisible_warnings_item.rb index 38eed4d..9c1f743 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open.rb index f0a8864..f59a27a 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root.rb index f763db0..08fbec5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_root_type.rb index 70e8546..1e44d14 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_open_warnings_item.rb index 50e6e26..d7e743e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible.rb index 8899b3a..9992ebd 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root.rb index 3665e99..4e54e9c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_root_type.rb index 534284c..0fc499e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_actions_page_visible_warnings_item.rb index 4fabdb4..4a621d7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_blend_mode.rb index 2e64ade..2145bcd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_color.rb index 8aeae92..13d289f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_flags.rb index 1a09eb0..970804a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_identity_quality.rb index 8b02b2e..774a074 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to.rb index 82ccfe1..9aff0e1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index.rb index 2a1c59e..b27a85f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index_revision.rb index 5c9c46f..83f555e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_nm.rb index ad5d6b6..81ef43c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_object_number.rb index 76fdbae..c191152 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_intent.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_intent.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_intent.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_intent.rb index 7513452..bdb7836 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_intent.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_intent.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum STRIKEOUT_TEXT_EDIT = "strikeout-text-edit" end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item.rb similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item.rb index dc26c23..5adb917 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem < Internal::Types::Model - field :p1, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1 }, optional: false, nullable: false + field :p1, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1 }, optional: false, nullable: false - field :p2, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2 }, optional: false, nullable: false + field :p2, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2 }, optional: false, nullable: false - field :p3, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3 }, optional: false, nullable: false + field :p3, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3 }, optional: false, nullable: false - field :p4, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4 }, optional: false, nullable: false + field :p4, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4 }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p1.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p1.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p1.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p1.rb index e96a490..3808707 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p1.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p1.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p2.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p2.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p2.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p2.rb index 69c12d7..221ce11 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p2.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p2.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p3.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p3.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p3.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p3.rb index 36dbb3c..abf0f0a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p3.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p3.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p4.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p4.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p4.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p4.rb index 88f3caa..d04505f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p4.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p4.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_rect.rb index dbbdc99..ba66c9e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref.rb index 66d9669..227eb52 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_index.rb index c845034..2fafa23 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_index_revision.rb index cda7307..0e2caaf 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_nm.rb index b088ed4..6e3a418 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_object_number.rb index 309443f..a37f00d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_reply_type.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_reply_type.rb index 16aea0c..07f0ad0 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text.rb index b65af08..ee86bff 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemText < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemText < Internal::Types::Model field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,13 +39,13 @@ 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::DocAnnotationsList200ResponseAnnotationsItemTextActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false - field :icon, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextIcon }, optional: false, nullable: false + field :icon, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextIcon }, optional: false, nullable: false end end end 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 similarity index 63% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions.rb index 1c5c7e6..de5f32f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate.rb index ac086e6..3d6c625 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root.rb index 5b49728..9295568 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_root_type.rb index 01fa836..7a45e12 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_activate_warnings_item.rb index f0a4526..fca7f66 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur.rb index cff0a7e..93c5555 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root.rb index 6d09b0a..db86065 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_root_type.rb index 105e047..efafacc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_blur_warnings_item.rb index ad5aab7..d5d01b5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter.rb index 9005684..ad21e06 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root.rb index 362aca3..412c2bb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_root_type.rb index 298d0c6..74e7039 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_enter_warnings_item.rb index da7b7f6..f67176a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit.rb index 1906526..78e1b78 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root.rb index d76f8aa..6ed6961 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_root_type.rb index 0834a1a..f6655cd 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_cursor_exit_warnings_item.rb index 2d01f3e..44561e7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus.rb index 457f169..0edbee5 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root.rb index 9850ba4..ceee7d2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_root_type.rb index f6c16d1..0d62f1f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_focus_warnings_item.rb index ffeceb9..1bec472 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down.rb index 27d921e..8d31851 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root.rb index 069775e..a3f45d4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_root_type.rb index 5c497e3..4e2045e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_down_warnings_item.rb index bac8130..c5d20bb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up.rb index 52a980a..5017cc7 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root.rb index f8185cf..0d3a2df 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_root_type.rb index 1cd0424..7252027 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_mouse_up_warnings_item.rb index 360ee2f..666a721 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close.rb index cf5de87..50d4698 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root.rb index e18a429..c6a9261 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_root_type.rb index 79d3513..54f75f3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_close_warnings_item.rb index 4dada11..e0c80e3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible.rb index a93d0d8..cbe7795 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root.rb index cae6d15..f6d20f4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_root_type.rb index fdccbfc..1a77498 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_invisible_warnings_item.rb index 7d9c99d..bcb69e4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open.rb index b51fbac..f668a1a 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root.rb index be61f5c..f89484e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_root_type.rb index 23e77cd..6948c3e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_open_warnings_item.rb index 34498ea..ae30200 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible.rb index 8a10b7f..b8de264 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root.rb index b5bcf50..280f81f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_root_type.rb index 0dc8b57..429fa22 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_actions_page_visible_warnings_item.rb index dad0d12..5514794 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_blend_mode.rb index 8ea8d4f..e4c43df 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_color.rb index 2f056f5..919af8a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_flags.rb index 6710284..c820062 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_icon.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_icon.rb similarity index 83% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_icon.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_icon.rb index 62a1a4a..cb44369 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_icon.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_icon.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextIcon - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum COMMENT = "comment" KEY = "key" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_identity_quality.rb index 5f2f45f..ab0ad3e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to.rb index 7878f87..e1332e4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index.rb index dfecd1e..7d47ba2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index_revision.rb index db8a57e..e3c260b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_nm.rb index 1b5e490..7103230 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_object_number.rb index abc2667..469f04e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_rect.rb index cb0c29e..f7282ec 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref.rb similarity index 55% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref.rb index ae67ded..3af80eb 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_index.rb index 2602120..f7a9898 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_index_revision.rb index 5cbfe61..8e3fee7 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_nm.rb index f934ef2..8a92976 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_object_number.rb index d3ca4a9..eb3e8db 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_reply_type.rb index bb4ebe2..8c2a9a3 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_text_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_text_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemTextReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline.rb index 400db73..8ad17a4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderline < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemUnderline < Internal::Types::M field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,13 +39,13 @@ 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::DocAnnotationsList200ResponseAnnotationsItemUnderlineActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineColor }, optional: false, nullable: false + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineColor }, optional: false, nullable: false field :opacity, -> { Integer }, optional: false, nullable: false - field :quad_points, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" + field :quad_points, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem] }, optional: false, nullable: false, api_name: "quadPoints" end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions.rb index e185594..2d9d302 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate.rb index f6e82cd..5c60ee3 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root.rb index f37299c..4c3e831 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_root_type.rb index f959998..df64c41 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_activate_warnings_item.rb index fefce8c..bfbc945 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur.rb index a5f8d1f..caaba73 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root.rb index b97304c..546cb89 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_root_type.rb index a4cecc3..950717d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_blur_warnings_item.rb index 1569747..9a55676 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter.rb index 21e29ee..b594859 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root.rb index 5df24fe..4e5f028 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_root_type.rb index 8b52fa9..dd064c8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_enter_warnings_item.rb index 8090eef..657c10e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit.rb index 2b2e6d9..2cebbbe 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root.rb index df07430..17b29ba 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_root_type.rb index 2c91e5f..b0bc2f2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_cursor_exit_warnings_item.rb index afff9b8..2671f57 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus.rb index 26477cc..de1d933 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root.rb index 5ebe6aa..0d7544a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_root_type.rb index 85b84e0..92e9950 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_focus_warnings_item.rb index 892de44..f707d50 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down.rb index bf5291d..0ebd159 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root.rb index 7b44e6c..12bd8ae 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_root_type.rb index 7163f0f..62d713f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_down_warnings_item.rb index 75eae1f..d424ba8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up.rb index 6dc0c03..9959839 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root.rb index 7ad67ed..099243a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_root_type.rb index 741a448..6cb9e30 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_mouse_up_warnings_item.rb index 526f873..df4574a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close.rb index 6a404e4..34dcfd3 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root.rb index a9295dd..a00ac7e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_root_type.rb index a600ee4..3efd1ad 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_close_warnings_item.rb index ac0f331..de270d3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible.rb index 2fcae13..da06e91 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root.rb index 8206851..914595b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_root_type.rb index b4f3a96..3c8de04 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_invisible_warnings_item.rb index f9e2d4c..da7d13d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open.rb index 77e8e28..5515b28 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root.rb index fefb4a5..8f7f7c6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_root_type.rb index ac7c50c..a0c954e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_open_warnings_item.rb index e352593..3a166fb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible.rb index 2b7bedb..c0cc8d8 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root.rb index 67da931..4372ca8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_root_type.rb index 468cbe9..753c858 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_actions_page_visible_warnings_item.rb index 9c4081f..e58f8b9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_blend_mode.rb index 0495926..58c3b11 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_color.rb index 4f55e44..37d86e3 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_flags.rb index 2badc32..c34d097 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_identity_quality.rb index e1b67dd..96dad12 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to.rb index 31880e9..f023d8c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index.rb index c73ebbf..aa3164f 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index_revision.rb index e202432..abe94a4 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_nm.rb index 2094d26..78f0c2a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_object_number.rb index 0615168..5cdc46b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item.rb similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item.rb index f1b77cb..f6a9421 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem < Internal::Types::Model - field :p1, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1 }, optional: false, nullable: false + field :p1, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1 }, optional: false, nullable: false - field :p2, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2 }, optional: false, nullable: false + field :p2, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2 }, optional: false, nullable: false - field :p3, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3 }, optional: false, nullable: false + field :p3, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3 }, optional: false, nullable: false - field :p4, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4 }, optional: false, nullable: false + field :p4, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4 }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p1.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p1.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p1.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p1.rb index 1786702..04acc72 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p1.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p1.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p2.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p2.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p2.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p2.rb index 28679e0..acef246 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p2.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p2.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p3.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p3.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p3.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p3.rb index 7fd4f84..754ce75 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p3.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p3.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p4.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p4.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p4.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p4.rb index 82e07b1..dc4e097 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p4.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p4.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4 < Internal::Types::Model field :x, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_rect.rb index c353cc3..7e82fe5 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref.rb index ecf8b1b..ba0d099 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_index.rb index 5a9d150..d87973c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_index_revision.rb index 9f45ee8..4bedafe 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_nm.rb index ca40586..ce15592 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_object_number.rb index 9f69fb9..d75b47b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_reply_type.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_reply_type.rb index a342de3..01d08be 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_underline_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_underline_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported.rb similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported.rb index ef32c4d..6079eef 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupported < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemUnsupported < Internal::Types: field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,7 +39,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::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions }, 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 similarity index 65% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions.rb index ecbdfea..85ba034 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate.rb index 0bf5ced..393f19a 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root.rb index 3568b44..f1d4e0f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_root_type.rb index a73e6e3..525195a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_activate_warnings_item.rb index be8ffd8..aa9c9f8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur.rb index 6c3fa79..ac8692f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root.rb index dc0861c..e400afc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_root_type.rb index cd9cf43..f4fc960 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_blur_warnings_item.rb index f73ed64..2d64aae 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter.rb index 12f0848..7e0522e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root.rb index ec21b93..ed6b478 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_root_type.rb index 79fc612..f0ab6b7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_enter_warnings_item.rb index 9db03b3..d1489b3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit.rb index 3a2f5ab..4016333 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root.rb index 5908cd6..0a74e60 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_root_type.rb index ba1f79a..e022e87 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_cursor_exit_warnings_item.rb index f7f03ba..75bd933 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus.rb index a119219..ffa9637 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root.rb index 84ee96f..9729178 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_root_type.rb index a3f827a..3db77c7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_focus_warnings_item.rb index 768145c..9b4cd1e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down.rb index f9b8aa5..944cdd9 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root.rb index 723420c..fe83e3a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_root_type.rb index d9cf057..ed2c0d8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_down_warnings_item.rb index bb5177f..f588563 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up.rb index cad827e..56a2e5b 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root.rb index 76ca6e8..133717a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_root_type.rb index 681c74c..589d4d7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_mouse_up_warnings_item.rb index bab716b..6e2f449 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close.rb index e775277..9745592 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root.rb index 8df4afa..2eaaf30 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_root_type.rb index 25b2ffc..e026158 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_close_warnings_item.rb index c1d7b68..3731868 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible.rb index d6b387f..3ef99f2 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root.rb index 266ddfa..9ab57a0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_root_type.rb index 3014af7..4547c2e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_invisible_warnings_item.rb index 0ff4629..9d016e9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open.rb index 7a1910d..6f53dde 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root.rb index 7ead5ff..eab6e61 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_root_type.rb index db16ef0..fdb7b29 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_open_warnings_item.rb index 31312fa..3e0b8d8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible.rb index de2da65..6c1cadb 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root.rb index a25e001..b14fb82 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_root_type.rb index 4ea63e8..8ad9c77 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_actions_page_visible_warnings_item.rb index bab7a3d..112d11a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_blend_mode.rb index df2915f..cc27fed 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_flags.rb index 81ffcf8..2698a69 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_identity_quality.rb index 24a64d7..da74a88 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to.rb similarity index 59% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to.rb index 01bf2d9..b4cdece 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index.rb index 49bfb83..d1d7ec3 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index_revision.rb index 0fe2bc2..7be0f02 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_nm.rb index 83f2cbe..2bf683b 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_object_number.rb index 9a57648..c5b6968 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_rect.rb index d7669ea..726334e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref.rb index 8e64cec..76a241a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_index.rb index 4d253a3..bf59971 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_index_revision.rb index a8056d2..362cfab 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_nm.rb index 0088d72..6e3b03e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_object_number.rb index 0679698..172e949 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_reply_type.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_reply_type.rb index 41535d5..26a2874 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget.rb index a55457e..4da9262 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget.rb @@ -1,21 +1,21 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidget < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRef }, optional: false, nullable: false field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :identity_quality, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" + field :identity_quality, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality }, optional: false, nullable: false, api_name: "identityQuality" field :nm, -> { String }, optional: false, nullable: true - field :flags, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetFlags }, optional: false, nullable: false - field :rect, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRect }, optional: false, nullable: false + field :rect, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRect }, optional: false, nullable: false field :contents, -> { String }, optional: false, nullable: true @@ -25,11 +25,11 @@ class DocAnnotationsList200ResponseAnnotationsItemWidget < Internal::Types::Mode field :modified, -> { String }, optional: false, nullable: true - field :blend_mode, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode }, optional: false, nullable: false, api_name: "blendMode" + field :blend_mode, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode }, optional: false, nullable: false, api_name: "blendMode" - field :in_reply_to, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" + field :in_reply_to, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo }, optional: false, nullable: true, api_name: "inReplyTo" - field :reply_type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType }, optional: false, nullable: true, api_name: "replyType" + field :reply_type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType }, optional: false, nullable: true, api_name: "replyType" field :user_id, -> { String }, optional: true, nullable: false, api_name: "userId" @@ -39,27 +39,27 @@ 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::DocAnnotationsList200ResponseAnnotationsItemWidgetActions }, optional: true, nullable: false - field :color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetColor }, optional: false, nullable: true + field :color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetColor }, optional: false, nullable: true - field :interior_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" + field :interior_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor }, optional: false, nullable: true, api_name: "interiorColor" field :stroke_width, -> { Integer }, optional: false, nullable: false, api_name: "strokeWidth" - field :border_style, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" + field :border_style, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle }, optional: false, nullable: false, api_name: "borderStyle" - field :font_family, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily }, optional: true, nullable: false, api_name: "fontFamily" + field :font_family, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily }, optional: true, nullable: false, api_name: "fontFamily" field :font_size, -> { Integer }, optional: true, nullable: false, api_name: "fontSize" - field :font_color, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor }, optional: true, nullable: false, api_name: "fontColor" + field :font_color, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor }, optional: true, nullable: false, api_name: "fontColor" - field :text_align, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign }, optional: false, nullable: false, api_name: "textAlign" + field :text_align, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign }, optional: false, nullable: false, api_name: "textAlign" field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" - field :field_family, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily }, optional: false, nullable: false, api_name: "fieldFamily" + field :field_family, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily }, optional: false, nullable: false, api_name: "fieldFamily" end end end 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 similarity index 64% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions.rb index c6294f5..6040e01 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActions < Internal::Types::Model - field :activate, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate }, optional: true, nullable: false + field :activate, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate }, optional: true, nullable: false - field :cursor_enter, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter }, optional: true, nullable: false, api_name: "cursorEnter" + 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 :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_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 :mouse_up, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp }, optional: true, nullable: false, api_name: "mouseUp" - field :focus, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus }, optional: true, nullable: false + field :focus, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus }, optional: true, nullable: false - field :blur, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur }, 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_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_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_visible, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible }, optional: true, nullable: false, api_name: "pageVisible" - field :page_invisible, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible }, optional: true, nullable: false, api_name: "pageInvisible" + 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_activate.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate.rb index be614d6..28ebd93 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root.rb index b696c1a..3a49a3e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_root_type.rb index 1d32035..5d4c03e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_activate_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_activate_warnings_item.rb index 8de61b7..cdf69f9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_blur.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur.rb index a54326a..33536cf 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root.rb index 53a96ed..171ff13 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_root_type.rb index 9cc7f08..8e9232b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_blur_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_blur_warnings_item.rb index e6f022e..142ef08 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter.rb index 2feddb2..7ca8daf 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root.rb index 1798718..38ec248 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_root_type.rb index f940777..a36d934 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_enter_warnings_item.rb index 8b46076..60521ff 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit.rb index c98eb41..aa125b4 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root.rb index 1c2447b..8addd9d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_root_type.rb index 3195406..ce9019e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_cursor_exit_warnings_item.rb index 8a67288..c2fb847 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_focus.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus.rb index 7bab337..53754a6 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root.rb index 2469c1c..ad6c8a9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_root_type.rb index e081bd5..429e0af 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_focus_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_focus_warnings_item.rb index ec56ab9..8f28684 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down.rb index dcfada4..1fe5445 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root.rb index be41737..497c89c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_root_type.rb index 196caeb..7441888 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_down_warnings_item.rb index ae930d0..e3bee03 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up.rb index 10a7d79..696f685 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root.rb index 6c88640..80bdd81 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_root_type.rb index 7065908..e4ef739 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_mouse_up_warnings_item.rb index 53e100b..08894bf 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_close.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close.rb index a50da0a..75c6e15 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root.rb index f53e9e2..fa73706 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_root_type.rb index 4ec4ecf..702a11f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_close_warnings_item.rb index 72e7ece..f3b66c0 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 80% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible.rb index 7929b84..a6b999f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root.rb index c25acbd..6d8a43a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_root_type.rb index d9d182f..df5a073 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_invisible_warnings_item.rb index b156b58..f01a4f4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_open.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open.rb index a877dc8..996c5c7 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root.rb index 414fb01..8a7d59a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_root_type.rb index fcd2278..b72ac85 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_open_warnings_item.rb index db5fd81..523313a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible.rb index 7c32b6e..ccfd3c1 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root.rb index 4225c8c..318e22f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_root_type.rb index 28a798a..c6e7141 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 81% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_warnings_item.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_actions_page_visible_warnings_item.rb index 743a7e5..82d1298 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_blend_mode.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_blend_mode.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_blend_mode.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_blend_mode.rb index 586b33b..ca9005a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_blend_mode.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_blend_mode.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NORMAL = "normal" MULTIPLY = "multiply" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_border_style.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_border_style.rb similarity index 79% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_border_style.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_border_style.rb index f5bd4e6..b314895 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_border_style.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_border_style.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum SOLID = "solid" DASHED = "dashed" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_color.rb index 6fb41cf..02d9fdd 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_field_family.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_field_family.rb similarity index 85% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_field_family.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_field_family.rb index 3e0b4ad..aba613d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_field_family.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_field_family.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum TEXT = "text" CHECKBOX = "checkbox" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_flags.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_flags.rb similarity index 98% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_flags.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_flags.rb index 4d27aa3..57f93ab 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_flags.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetFlags < Internal::Types::Model field :invisible, -> { Internal::Types::Boolean }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_font_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_font_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_font_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_font_color.rb index 9428387..83ddd09 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_font_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_font_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_font_family.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_font_family.rb similarity index 91% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_font_family.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_font_family.rb index 31708cc..34cdac2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_font_family.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_font_family.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum COURIER = "courier" COURIER_BOLD = "courier-bold" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_identity_quality.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_identity_quality.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_identity_quality.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_identity_quality.rb index e7e956d..70ba424 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_identity_quality.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_identity_quality.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DURABLE = "durable" WEAK = "weak" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to.rb index acee80b..971dd4d 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index.rb index 96d661c..e9e7e96 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index_revision.rb index 6b9bf03..9425f3a 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_nm.rb index 6ff8332..e8bf6ea 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_object_number.rb index 49d03f8..21bcf54 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_interior_color.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_interior_color.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_interior_color.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_interior_color.rb index 7285401..b5a05f1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_interior_color.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_interior_color.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor < Internal::Types::Model field :r, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_rect.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_rect.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_rect.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_rect.rb index c0e666c..9e0d381 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_rect.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_rect.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetRect < Internal::Types::Model field :left, -> { Integer }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref.rb index 50f38d6..3bd38c1 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref.rb @@ -1,17 +1,17 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm }, key: "NM" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm }, key: "NM" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex }, key: "INDEX" + member -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex }, key: "INDEX" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_index.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_index.rb similarity index 84% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_index.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_index.rb index d93eac3..f0b964e 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_index.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_index.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" field :index, -> { Integer }, optional: false, nullable: false - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_index_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_index_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_index_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_index_revision.rb index 5684942..6a1df1c 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_index_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_index_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_nm.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_nm.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_nm.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_nm.rb index a61cf40..6657643 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_nm.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_nm.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_object_number.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_object_number.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_object_number.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_object_number.rb index 4715689..7831f91 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_reply_type.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_reply_type.rb similarity index 74% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_reply_type.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_reply_type.rb index 2cede52..67c6704 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_reply_type.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_reply_type.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum REPLY = "reply" GROUP = "group" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_text_align.rb b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_text_align.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_text_align.rb rename to lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_text_align.rb index 4bccb87..fdfdf66 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item_widget_text_align.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_annotations_item_widget_text_align.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum LEFT = "left" CENTER = "center" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_page_state.rb b/lib/CloudPDF/types/doc_annotations_list200response_page_state.rb similarity index 75% rename from lib/cloudpdf/types/doc_annotations_list200response_page_state.rb rename to lib/CloudPDF/types/doc_annotations_list200response_page_state.rb index a5cd1c7..9ffbfcb 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_page_state.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_page_state.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponsePageState < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocAnnotationsList200ResponsePageStateRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsList200ResponsePageStateRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocAnnotationsList200ResponsePageStateWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocAnnotationsList200ResponsePageStateWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_page_state_revision.rb b/lib/CloudPDF/types/doc_annotations_list200response_page_state_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_list200response_page_state_revision.rb rename to lib/CloudPDF/types/doc_annotations_list200response_page_state_revision.rb index 804a9e5..e856ded 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_page_state_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_page_state_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponsePageStateRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state.rb b/lib/CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state.rb similarity index 60% rename from lib/cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state.rb index 34d28c9..8c42ad8 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponsePageStateWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state_known.rb similarity index 94% rename from lib/cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state_known.rb index cc6d763..b403ff2 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state_unknown.rb similarity index 90% rename from lib/cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state_unknown.rb index c54229f..4586340 100644 --- a/lib/cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_annotations_list404response.rb b/lib/CloudPDF/types/doc_annotations_list404response.rb similarity index 73% rename from lib/cloudpdf/types/doc_annotations_list404response.rb rename to lib/CloudPDF/types/doc_annotations_list404response.rb index f83cfdf..44c49d1 100644 --- a/lib/cloudpdf/types/doc_annotations_list404response.rb +++ b/lib/CloudPDF/types/doc_annotations_list404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsList404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocAnnotationsList404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocAnnotationsList404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocAnnotationsList404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocAnnotationsList404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_list404response_code.rb b/lib/CloudPDF/types/doc_annotations_list404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_list404response_code.rb rename to lib/CloudPDF/types/doc_annotations_list404response_code.rb index 1ef02bf..7f04626 100644 --- a/lib/cloudpdf/types/doc_annotations_list404response_code.rb +++ b/lib/CloudPDF/types/doc_annotations_list404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_annotations_list404response_name.rb b/lib/CloudPDF/types/doc_annotations_list404response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_annotations_list404response_name.rb rename to lib/CloudPDF/types/doc_annotations_list404response_name.rb index 667790c..49063f2 100644 --- a/lib/cloudpdf/types/doc_annotations_list404response_name.rb +++ b/lib/CloudPDF/types/doc_annotations_list404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsList404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_annotations_update200response.rb b/lib/CloudPDF/types/doc_annotations_update200response.rb similarity index 69% rename from lib/cloudpdf/types/doc_annotations_update200response.rb rename to lib/CloudPDF/types/doc_annotations_update200response.rb index c21c007..c5ffc8e 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocAnnotationsUpdate200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocAnnotationsUpdate200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_update200response_meta.rb b/lib/CloudPDF/types/doc_annotations_update200response_meta.rb similarity index 58% rename from lib/cloudpdf/types/doc_annotations_update200response_meta.rb rename to lib/CloudPDF/types/doc_annotations_update200response_meta.rb index b4cdc3d..1f32427 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response_meta.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocAnnotationsUpdate200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocAnnotationsUpdate200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item.rb index 4862049..4955b8d 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_revision.rb index 8542338..8c84162 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 63% rename from lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state.rb index 8490613..f8a1763 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_known.rb index 71109c6..337bb99 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index 40f3a33..9ae3c62 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_annotations_update200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_annotations_update200response_meta_cache_delta.rb similarity index 85% rename from lib/cloudpdf/types/doc_annotations_update200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_annotations_update200response_meta_cache_delta.rb index e9d84fe..c59df1e 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_update200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_annotations_update200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_annotations_update200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_annotations_update200response_meta_cache_delta_pages_item.rb index 6b03094..e53425a 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_annotations_update200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_annotations_update200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_annotations_update200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_annotations_update200response_meta_cache_delta_pages_item_cache.rb index 5043fdc..cd4d238 100644 --- a/lib/cloudpdf/types/doc_annotations_update200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_annotations_update200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_annotations_update400response.rb b/lib/CloudPDF/types/doc_annotations_update400response.rb similarity index 73% rename from lib/cloudpdf/types/doc_annotations_update400response.rb rename to lib/CloudPDF/types/doc_annotations_update400response.rb index 6727092..4df9047 100644 --- a/lib/cloudpdf/types/doc_annotations_update400response.rb +++ b/lib/CloudPDF/types/doc_annotations_update400response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate400Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocAnnotationsUpdate400ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocAnnotationsUpdate400ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocAnnotationsUpdate400ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocAnnotationsUpdate400ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_update400response_code.rb b/lib/CloudPDF/types/doc_annotations_update400response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_update400response_code.rb rename to lib/CloudPDF/types/doc_annotations_update400response_code.rb index 65be1fa..79ccbc3 100644 --- a/lib/cloudpdf/types/doc_annotations_update400response_code.rb +++ b/lib/CloudPDF/types/doc_annotations_update400response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsUpdate400ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_annotations_update400response_name.rb b/lib/CloudPDF/types/doc_annotations_update400response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_annotations_update400response_name.rb rename to lib/CloudPDF/types/doc_annotations_update400response_name.rb index 2b57659..498f570 100644 --- a/lib/cloudpdf/types/doc_annotations_update400response_name.rb +++ b/lib/CloudPDF/types/doc_annotations_update400response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsUpdate400ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_annotations_update404response.rb b/lib/CloudPDF/types/doc_annotations_update404response.rb similarity index 73% rename from lib/cloudpdf/types/doc_annotations_update404response.rb rename to lib/CloudPDF/types/doc_annotations_update404response.rb index beb8c29..40f2b8d 100644 --- a/lib/cloudpdf/types/doc_annotations_update404response.rb +++ b/lib/CloudPDF/types/doc_annotations_update404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocAnnotationsUpdate404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocAnnotationsUpdate404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocAnnotationsUpdate404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocAnnotationsUpdate404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocAnnotationsUpdate404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_annotations_update404response_code.rb b/lib/CloudPDF/types/doc_annotations_update404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_annotations_update404response_code.rb rename to lib/CloudPDF/types/doc_annotations_update404response_code.rb index 8796d49..f87ae3a 100644 --- a/lib/cloudpdf/types/doc_annotations_update404response_code.rb +++ b/lib/CloudPDF/types/doc_annotations_update404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsUpdate404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_annotations_update404response_name.rb b/lib/CloudPDF/types/doc_annotations_update404response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_annotations_update404response_name.rb rename to lib/CloudPDF/types/doc_annotations_update404response_name.rb index 0949616..9d8bc2e 100644 --- a/lib/cloudpdf/types/doc_annotations_update404response_name.rb +++ b/lib/CloudPDF/types/doc_annotations_update404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsUpdate404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_annotations_update_request.rb b/lib/CloudPDF/types/doc_annotations_update_request.rb similarity index 96% rename from lib/cloudpdf/types/doc_annotations_update_request.rb rename to lib/CloudPDF/types/doc_annotations_update_request.rb index 777e8ff..5a6cf6a 100644 --- a/lib/cloudpdf/types/doc_annotations_update_request.rb +++ b/lib/CloudPDF/types/doc_annotations_update_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocAnnotationsUpdateRequest # DocAnnotationsUpdateRequest is an alias for Hash diff --git a/lib/cloudpdf/types/doc_download_response.rb b/lib/CloudPDF/types/doc_download_response.rb similarity index 71% rename from lib/cloudpdf/types/doc_download_response.rb rename to lib/CloudPDF/types/doc_download_response.rb index 33f4d0a..69d5001 100644 --- a/lib/cloudpdf/types/doc_download_response.rb +++ b/lib/CloudPDF/types/doc_download_response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocDownloadResponse < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocDownloadResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocDownloadResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocDownloadResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocDownloadResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_download_response_code.rb b/lib/CloudPDF/types/doc_download_response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_download_response_code.rb rename to lib/CloudPDF/types/doc_download_response_code.rb index f5457e4..7d0e050 100644 --- a/lib/cloudpdf/types/doc_download_response_code.rb +++ b/lib/CloudPDF/types/doc_download_response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocDownloadResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_download_response_name.rb b/lib/CloudPDF/types/doc_download_response_name.rb similarity index 68% rename from lib/cloudpdf/types/doc_download_response_name.rb rename to lib/CloudPDF/types/doc_download_response_name.rb index 8df7082..ad5c88c 100644 --- a/lib/cloudpdf/types/doc_download_response_name.rb +++ b/lib/CloudPDF/types/doc_download_response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocDownloadResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_forms_export_data_response.rb b/lib/CloudPDF/types/doc_forms_export_data_response.rb similarity index 72% rename from lib/cloudpdf/types/doc_forms_export_data_response.rb rename to lib/CloudPDF/types/doc_forms_export_data_response.rb index 26b59ad..bc129cb 100644 --- a/lib/cloudpdf/types/doc_forms_export_data_response.rb +++ b/lib/CloudPDF/types/doc_forms_export_data_response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsExportDataResponse < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocFormsExportDataResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocFormsExportDataResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocFormsExportDataResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocFormsExportDataResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_export_data_response_code.rb b/lib/CloudPDF/types/doc_forms_export_data_response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_export_data_response_code.rb rename to lib/CloudPDF/types/doc_forms_export_data_response_code.rb index 837f4fb..6f9fc80 100644 --- a/lib/cloudpdf/types/doc_forms_export_data_response_code.rb +++ b/lib/CloudPDF/types/doc_forms_export_data_response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsExportDataResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_forms_export_data_response_name.rb b/lib/CloudPDF/types/doc_forms_export_data_response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_forms_export_data_response_name.rb rename to lib/CloudPDF/types/doc_forms_export_data_response_name.rb index a28ba3f..2de4551 100644 --- a/lib/cloudpdf/types/doc_forms_export_data_response_name.rb +++ b/lib/CloudPDF/types/doc_forms_export_data_response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsExportDataResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_forms_get200response.rb b/lib/CloudPDF/types/doc_forms_get200response.rb similarity index 71% rename from lib/cloudpdf/types/doc_forms_get200response.rb rename to lib/CloudPDF/types/doc_forms_get200response.rb index b16d1f7..6a978fb 100644 --- a/lib/cloudpdf/types/doc_forms_get200response.rb +++ b/lib/CloudPDF/types/doc_forms_get200response.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200Response < Internal::Types::Model - field :form_kind, -> { Cloudpdf::Types::DocFormsGet200ResponseFormKind }, optional: false, nullable: false, api_name: "formKind" + field :form_kind, -> { CloudPDF::Types::DocFormsGet200ResponseFormKind }, optional: false, nullable: false, api_name: "formKind" field :needs_appearances, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "needsAppearances" - field :fields, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItem] }, optional: false, nullable: false + field :fields, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItem] }, optional: false, nullable: false - field :calculation_order, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseCalculationOrderItem] }, optional: false, nullable: false, api_name: "calculationOrder" + field :calculation_order, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseCalculationOrderItem] }, optional: false, nullable: false, api_name: "calculationOrder" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_calculation_order_item.rb b/lib/CloudPDF/types/doc_forms_get200response_calculation_order_item.rb similarity index 56% rename from lib/cloudpdf/types/doc_forms_get200response_calculation_order_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_calculation_order_item.rb index c6bfa08..f242fe7 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_calculation_order_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_calculation_order_item.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseCalculationOrderItem < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseCalculationOrderItemObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocFormsGet200ResponseCalculationOrderItemObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocFormsGet200ResponseCalculationOrderItemFqn }, key: "FQN" + member -> { CloudPDF::Types::DocFormsGet200ResponseCalculationOrderItemFqn }, key: "FQN" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_calculation_order_item_fqn.rb b/lib/CloudPDF/types/doc_forms_get200response_calculation_order_item_fqn.rb similarity index 92% rename from lib/cloudpdf/types/doc_forms_get200response_calculation_order_item_fqn.rb rename to lib/CloudPDF/types/doc_forms_get200response_calculation_order_item_fqn.rb index c778252..335476a 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_calculation_order_item_fqn.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_calculation_order_item_fqn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseCalculationOrderItemFqn < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_calculation_order_item_object_number.rb b/lib/CloudPDF/types/doc_forms_get200response_calculation_order_item_object_number.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_calculation_order_item_object_number.rb rename to lib/CloudPDF/types/doc_forms_get200response_calculation_order_item_object_number.rb index 41f9b0d..7b9c00e 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_calculation_order_item_object_number.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_calculation_order_item_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseCalculationOrderItemObjectNumber < Internal::Types::Model field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" diff --git a/lib/CloudPDF/types/doc_forms_get200response_fields_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item.rb new file mode 100644 index 0000000..9a1092c --- /dev/null +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item.rb @@ -0,0 +1,27 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class DocFormsGet200ResponseFieldsItem < Internal::Types::Model + extend CloudPDF::Internal::Types::Union + + discriminant :family + + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemText }, key: "TEXT" + + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckbox }, key: "CHECKBOX" + + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadio }, key: "RADIO" + + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCombobox }, key: "COMBOBOX" + + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListbox }, key: "LISTBOX" + + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbutton }, key: "PUSHBUTTON" + + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignature }, key: "SIGNATURE" + + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknown }, key: "UNKNOWN" + 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 similarity index 73% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox.rb index 044d849..b109b87 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckbox < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxRef }, optional: false, nullable: false field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" field :name, -> { String }, optional: false, nullable: false - field :origin, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxOrigin }, optional: false, nullable: false + field :origin, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxOrigin }, optional: false, nullable: false - field :flags, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxFlags }, optional: false, nullable: false field :alternate_name, -> { String }, optional: false, nullable: true, api_name: "alternateName" field :mapping_name, -> { String }, optional: false, nullable: true, api_name: "mappingName" - field :value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntry }, optional: false, nullable: false, api_name: "valueEntry" + field :value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntry }, optional: false, nullable: false, api_name: "valueEntry" - field :default_value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" + 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::DocFormsGet200ResponseFieldsItemCheckboxActions }, optional: true, nullable: false - field :widgets, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem] }, optional: false, nullable: false + field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem] }, optional: false, nullable: false field :checked, -> { Internal::Types::Boolean }, 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 similarity index 61% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions.rb index be97a78..d659b9e 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxActions < Internal::Types::Model - field :keystroke, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke }, optional: true, nullable: false + field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke }, optional: true, nullable: false - field :format, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsFormat }, optional: true, nullable: false + field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsFormat }, optional: true, nullable: false - field :validate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsValidate }, optional: true, nullable: false + field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsValidate }, optional: true, nullable: false - field :calculate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate }, 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_calculate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate.rb index 858482c..b271037 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root.rb index 125303c..5e4c011 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_root_type.rb index 66fb9e6..e5a1873 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_calculate_warnings_item.rb index ceb18f5..da0deea 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_format.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format.rb index 3809795..c82e283 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxActionsFormat < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_format_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root.rb index 2410b24..71167f6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_format_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_root_type.rb index 6342f1a..a33e3cb 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_format_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_format_warnings_item.rb index b014d1b..0711c44 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke.rb index 8905b3e..674e271 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root.rb index 9113517..ecfd251 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_root_type.rb index ca2a4c6..1cbeafc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_keystroke_warnings_item.rb index 2903554..e8d287f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_validate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate.rb index 9706f2c..e7a7444 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxActionsValidate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root.rb index c6ccb89..0cea9cf 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_root_type.rb index 85e8a85..38b2b51 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_actions_validate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_actions_validate_warnings_item.rb index 6819977..db28225 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry.rb similarity index 55% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry.rb index a79b654..a397afd 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_array.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_array.rb index 3822232..5a7b35f 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_none.rb index 758d53b..31ff87d 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_scalar.rb index d4f65c7..f63afd6 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_unsupported.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_unsupported.rb index 2d0ca13..cda1747 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_flags.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_flags.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_flags.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_flags.rb index 0712829..07b9156 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_flags.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxFlags < Internal::Types::Model field :read_only, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "readOnly" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_origin.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_origin.rb similarity index 74% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_origin.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_origin.rb index e8c3d12..1e60325 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_origin.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_origin.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemCheckboxOrigin - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ACROFORM = "acroform" RECOVERED = "recovered" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref.rb index d64b399..9aa8909 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxRefFqn }, key: "FQN" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxRefFqn }, key: "FQN" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref_fqn.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref_fqn.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref_fqn.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref_fqn.rb index 4dead45..51e5032 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref_fqn.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref_fqn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxRefFqn < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref_object_number.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref_object_number.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref_object_number.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref_object_number.rb index 163f708..ba5fcb2 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber < Internal::Types::Model field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry.rb similarity index 53% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry.rb index d897b10..e65b8ea 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_array.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_array.rb index b31b627..b0fc5cc 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_none.rb index be4c77a..fbb4bff 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_scalar.rb index 4fe355d..1f65384 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_unsupported.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_unsupported.rb index 47f076e..d5515e8 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_widgets_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_widgets_item.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_widgets_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_widgets_item.rb index b5f82e0..ae90540 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_checkbox_widgets_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_checkbox_widgets_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem < Internal::Types::Model field :annot_object_number, -> { Integer }, optional: false, nullable: false, api_name: "annotObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox.rb similarity index 73% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox.rb index c565181..a1239e3 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemCombobox < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxRef }, optional: false, nullable: false field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" field :name, -> { String }, optional: false, nullable: false - field :origin, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxOrigin }, optional: false, nullable: false + field :origin, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxOrigin }, optional: false, nullable: false - field :flags, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxFlags }, optional: false, nullable: false field :alternate_name, -> { String }, optional: false, nullable: true, api_name: "alternateName" field :mapping_name, -> { String }, optional: false, nullable: true, api_name: "mappingName" - field :value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntry }, optional: false, nullable: false, api_name: "valueEntry" + field :value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntry }, optional: false, nullable: false, api_name: "valueEntry" - field :default_value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" + 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::DocFormsGet200ResponseFieldsItemComboboxActions }, optional: true, nullable: false - field :widgets, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxWidgetsItem] }, optional: false, nullable: false + field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxWidgetsItem] }, optional: false, nullable: false field :value, -> { String }, optional: false, nullable: false @@ -31,7 +31,7 @@ class DocFormsGet200ResponseFieldsItemCombobox < Internal::Types::Model field :edit, -> { Internal::Types::Boolean }, optional: false, nullable: false - field :options, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxOptionsItem] }, optional: false, nullable: false + field :options, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxOptionsItem] }, optional: false, nullable: false end end end 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 similarity index 61% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions.rb index d637448..28203f7 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxActions < Internal::Types::Model - field :keystroke, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke }, optional: true, nullable: false + field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke }, optional: true, nullable: false - field :format, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsFormat }, optional: true, nullable: false + field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsFormat }, optional: true, nullable: false - field :validate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsValidate }, optional: true, nullable: false + field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsValidate }, optional: true, nullable: false - field :calculate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsCalculate }, 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_calculate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate.rb index 06cc157..b0f5265 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxActionsCalculate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root.rb index ffd70d1..bf63bed 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_root_type.rb index 2aa1d44..296da18 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_calculate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_calculate_warnings_item.rb index beb0695..b33313f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_format.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format.rb index 5981739..426fe12 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxActionsFormat < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_format_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root.rb index ab03363..f5b89e3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_format_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_root_type.rb index bdd289b..82b365c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb index e715796..560cae1 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_format_warnings_item.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_keystroke.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke.rb index fe98024..4551216 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root.rb index 6ed9a29..b9937c2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_root_type.rb index f124ef5..b28f188 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_keystroke_warnings_item.rb index 965f2f5..915c44b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_validate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate.rb index a98cd20..8580856 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxActionsValidate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_validate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root.rb index a9a4ae0..47b2057 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_validate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_root_type.rb index 22edd29..d84d43a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_actions_validate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_actions_validate_warnings_item.rb index 68b89e9..e610e4c 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry.rb similarity index 55% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry.rb index 20192b9..95d7131 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_array.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_array.rb index 7cddb17..af30bb2 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_none.rb index bc02d86..2a70ccc 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_scalar.rb index ce15a00..3cba922 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_unsupported.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_unsupported.rb index 6764838..8e77d43 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_flags.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_flags.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_flags.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_flags.rb index 3eb827b..bc4dfad 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_flags.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxFlags < Internal::Types::Model field :read_only, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "readOnly" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_options_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_options_item.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_options_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_options_item.rb index 0514354..f062e12 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_options_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_options_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxOptionsItem < Internal::Types::Model field :label, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_origin.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_origin.rb similarity index 74% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_origin.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_origin.rb index 8ec46b5..e4eefff 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_origin.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_origin.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemComboboxOrigin - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ACROFORM = "acroform" RECOVERED = "recovered" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref.rb index 961dabb..43f7859 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxRefFqn }, key: "FQN" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxRefFqn }, key: "FQN" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref_fqn.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref_fqn.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref_fqn.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref_fqn.rb index 0c43666..a107426 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref_fqn.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref_fqn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxRefFqn < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref_object_number.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref_object_number.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref_object_number.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref_object_number.rb index 569c6a2..2380900 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber < Internal::Types::Model field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry.rb similarity index 53% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry.rb index 7930d7b..321c3e7 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_array.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_array.rb index a20d8f3..430724b 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_none.rb index 8348740..ad44059 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_scalar.rb index a78f1af..0380a38 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_unsupported.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_unsupported.rb index 099a576..08605df 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_widgets_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_widgets_item.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_widgets_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_widgets_item.rb index 1e2bf47..224d513 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_combobox_widgets_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_combobox_widgets_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemComboboxWidgetsItem < Internal::Types::Model field :annot_object_number, -> { Integer }, optional: false, nullable: false, api_name: "annotObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox.rb similarity index 72% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox.rb index 2bfa1c3..b723602 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox.rb @@ -1,35 +1,35 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListbox < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxRef }, optional: false, nullable: false field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" field :name, -> { String }, optional: false, nullable: false - field :origin, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxOrigin }, optional: false, nullable: false + field :origin, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxOrigin }, optional: false, nullable: false - field :flags, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxFlags }, optional: false, nullable: false field :alternate_name, -> { String }, optional: false, nullable: true, api_name: "alternateName" field :mapping_name, -> { String }, optional: false, nullable: true, api_name: "mappingName" - field :value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxValueEntry }, optional: false, nullable: false, api_name: "valueEntry" + field :value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxValueEntry }, optional: false, nullable: false, api_name: "valueEntry" - field :default_value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" + 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::DocFormsGet200ResponseFieldsItemListboxActions }, optional: true, nullable: false - field :widgets, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxWidgetsItem] }, optional: false, nullable: false + field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxWidgetsItem] }, optional: false, nullable: false field :selected_values, -> { Internal::Types::Array[String] }, optional: false, nullable: false, api_name: "selectedValues" field :multi_select, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "multiSelect" - field :options, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxOptionsItem] }, optional: false, nullable: false + field :options, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxOptionsItem] }, optional: false, nullable: false end end end 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 similarity index 61% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions.rb index 7ca74ef..045d22f 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxActions < Internal::Types::Model - field :keystroke, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsKeystroke }, optional: true, nullable: false + field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsKeystroke }, optional: true, nullable: false - field :format, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsFormat }, optional: true, nullable: false + field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsFormat }, optional: true, nullable: false - field :validate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsValidate }, optional: true, nullable: false + field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsValidate }, optional: true, nullable: false - field :calculate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsCalculate }, 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_calculate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate.rb index 9e7fe13..09bc837 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxActionsCalculate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root.rb index 1e8eab1..ce0e72e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_root_type.rb index 9fa554a..0f2d966 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_calculate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_calculate_warnings_item.rb index 1b2bdc9..90ff78b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_format.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format.rb index 7504688..72655e3 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxActionsFormat < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_format_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root.rb index e83658d..4a9e94b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_format_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_root_type.rb index be796c3..1270f8f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_format_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_format_warnings_item.rb index f38ef3e..6c722ab 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_keystroke.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke.rb index 25c578a..4a968a0 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxActionsKeystroke < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root.rb index 763e73f..f12be74 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_root_type.rb index 9034bb5..d1eff52 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_keystroke_warnings_item.rb index 522fb35..718f7a8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_validate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate.rb index 7ffd084..df3386e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxActionsValidate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_validate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root.rb index a016ce2..f57dfd4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_validate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_root_type.rb index 6a0ab9a..330e80f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_actions_validate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_actions_validate_warnings_item.rb index 6f547ad..9a24356 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry.rb similarity index 55% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry.rb index a84bb7d..a7d6dcb 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_array.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_array.rb index ac0100f..4f6027a 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_none.rb index b25c241..a45645a 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_scalar.rb index cab6b43..79d4d0f 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_unsupported.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_unsupported.rb index dc5bce9..1ede987 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_flags.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_flags.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_flags.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_flags.rb index 90fefe4..a58a5e4 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_flags.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxFlags < Internal::Types::Model field :read_only, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "readOnly" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_options_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_options_item.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_options_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_options_item.rb index bdc67d2..9b14083 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_options_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_options_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxOptionsItem < Internal::Types::Model field :label, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_origin.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_origin.rb similarity index 74% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_origin.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_origin.rb index 4510581..7fba6e3 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_origin.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_origin.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemListboxOrigin - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ACROFORM = "acroform" RECOVERED = "recovered" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref.rb index 594b9aa..9406973 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxRefFqn }, key: "FQN" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxRefFqn }, key: "FQN" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref_fqn.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref_fqn.rb similarity index 92% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref_fqn.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref_fqn.rb index 9153b58..71bc5a8 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref_fqn.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref_fqn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxRefFqn < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref_object_number.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref_object_number.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref_object_number.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref_object_number.rb index 27e40ca..b1c681d 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxRefObjectNumber < Internal::Types::Model field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry.rb similarity index 53% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry.rb index bab1b8a..3eb0a67 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_array.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_array.rb index 6890fce..61dd39b 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_none.rb index 90018b2..8262432 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_scalar.rb index ee2ae4f..bc8ac4e 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_unsupported.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_unsupported.rb index 1653c15..80dc114 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_widgets_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_widgets_item.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_widgets_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_widgets_item.rb index 59c6b2a..bd7f184 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_listbox_widgets_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_listbox_widgets_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemListboxWidgetsItem < Internal::Types::Model field :annot_object_number, -> { Integer }, optional: false, nullable: false, api_name: "annotObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton.rb similarity index 70% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton.rb index ea6a210..2ccd356 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbutton < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonRef }, optional: false, nullable: false field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" field :name, -> { String }, optional: false, nullable: false - field :origin, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonOrigin }, optional: false, nullable: false + field :origin, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonOrigin }, optional: false, nullable: false - field :flags, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonFlags }, optional: false, nullable: false field :alternate_name, -> { String }, optional: false, nullable: true, api_name: "alternateName" field :mapping_name, -> { String }, optional: false, nullable: true, api_name: "mappingName" - field :value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntry }, optional: false, nullable: false, api_name: "valueEntry" + field :value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntry }, optional: false, nullable: false, api_name: "valueEntry" - field :default_value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" + 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::DocFormsGet200ResponseFieldsItemPushbuttonActions }, optional: true, nullable: false - field :widgets, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem] }, optional: false, nullable: false + field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem] }, optional: false, nullable: false end end 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 similarity index 62% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions.rb index 6f3d8a5..b9d07d7 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonActions < Internal::Types::Model - field :keystroke, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke }, optional: true, nullable: false + field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke }, optional: true, nullable: false - field :format, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat }, optional: true, nullable: false + field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat }, optional: true, nullable: false - field :validate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate }, optional: true, nullable: false + field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate }, optional: true, nullable: false - field :calculate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate }, 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 similarity index 79% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate.rb index 515283a..20f93f7 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root.rb index 3b1342c..194f833 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_root_type.rb index e1cb5f0..e1464a4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_calculate_warnings_item.rb index 1f584a5..28505dc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_format.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format.rb index 99ee12e..13b5761 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root.rb index 8c910b6..324a5c9 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_root_type.rb index bd7fd06..0b82f5d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_format_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_format_warnings_item.rb index 72a56c9..7fae783 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 79% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke.rb index d90e1f8..72a13a1 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot }, optional: false, nullable: true + 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 + 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 similarity index 86% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root.rb index 7f3cc44..757b991 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_root_type.rb index f4ffbf5..0e4bf73 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_keystroke_warnings_item.rb index 6e8df3e..1641ada 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_validate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate.rb index 27a96cd..88f9139 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root.rb index 8ab6ef4..c32bf75 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_root_type.rb index 997a837..ac9b057 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_actions_validate_warnings_item.rb index ec63b3f..03b0979 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry.rb similarity index 56% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry.rb index 0fdfafa..912792e 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_array.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_array.rb index 2015b60..8e33f77 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_none.rb index 41f0a8b..c1c83d8 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_scalar.rb index 97c4752..963526e 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_unsupported.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_unsupported.rb index 9413296..39bcbbe 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_flags.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_flags.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_flags.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_flags.rb index 8f64c11..ccf484d 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_flags.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonFlags < Internal::Types::Model field :read_only, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "readOnly" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_origin.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_origin.rb similarity index 75% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_origin.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_origin.rb index 2fa7c50..8441174 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_origin.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_origin.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemPushbuttonOrigin - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ACROFORM = "acroform" RECOVERED = "recovered" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref.rb index 54be2b0..1abc071 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonRefFqn }, key: "FQN" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonRefFqn }, key: "FQN" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref_fqn.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref_fqn.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref_fqn.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref_fqn.rb index d4992bc..5a19d40 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref_fqn.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref_fqn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonRefFqn < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref_object_number.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref_object_number.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref_object_number.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref_object_number.rb index b2e90bb..b1253d0 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber < Internal::Types::Model field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry.rb similarity index 54% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry.rb index d77ed16..2658b88 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_array.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_array.rb index 10e7fde..c3435e5 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_none.rb index d7d1b02..f496ffe 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_scalar.rb index 27177f6..e3e7ba0 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_unsupported.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_unsupported.rb index cbc61bc..42cdc0d 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_widgets_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_widgets_item.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_widgets_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_widgets_item.rb index 16f2990..4f33e2c 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_widgets_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_widgets_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem < Internal::Types::Model field :annot_object_number, -> { Integer }, optional: false, nullable: false, api_name: "annotObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio.rb similarity index 74% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio.rb index 3f3644c..e3e3faf 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadio < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioRef }, optional: false, nullable: false field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" field :name, -> { String }, optional: false, nullable: false - field :origin, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioOrigin }, optional: false, nullable: false + field :origin, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioOrigin }, optional: false, nullable: false - field :flags, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioFlags }, optional: false, nullable: false field :alternate_name, -> { String }, optional: false, nullable: true, api_name: "alternateName" field :mapping_name, -> { String }, optional: false, nullable: true, api_name: "mappingName" - field :value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioValueEntry }, optional: false, nullable: false, api_name: "valueEntry" + field :value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioValueEntry }, optional: false, nullable: false, api_name: "valueEntry" - field :default_value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" + 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::DocFormsGet200ResponseFieldsItemRadioActions }, optional: true, nullable: false - field :widgets, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioWidgetsItem] }, optional: false, nullable: false + field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioWidgetsItem] }, optional: false, nullable: false field :value, -> { String }, 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 similarity index 60% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions.rb index ecf9954..b13cc4a 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioActions < Internal::Types::Model - field :keystroke, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsKeystroke }, optional: true, nullable: false + field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsKeystroke }, optional: true, nullable: false - field :format, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsFormat }, optional: true, nullable: false + field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsFormat }, optional: true, nullable: false - field :validate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsValidate }, optional: true, nullable: false + field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsValidate }, optional: true, nullable: false - field :calculate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsCalculate }, 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_calculate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate.rb index e73d124..7229046 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioActionsCalculate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_calculate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root.rb index 4575ac9..08caf85 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_calculate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_root_type.rb index 31f2898..186201a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_calculate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_calculate_warnings_item.rb index 4cd9365..fb3ace1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_format.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format.rb index 408fd69..8fdd8cf 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioActionsFormat < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_format_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root.rb index 8e93d44..2919a40 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_format_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_root_type.rb index d4a899d..b86d6f3 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_format_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_format_warnings_item.rb index 83b9282..2603f7e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_keystroke.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke.rb index c362d47..218685d 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioActionsKeystroke < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root.rb index 4f7b093..40ce7d7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_root_type.rb index 4bbc448..da1f611 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_keystroke_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_keystroke_warnings_item.rb index ce9d4c0..4031796 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_validate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate.rb index b430f3d..c7e1e8a 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioActionsValidate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_validate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root.rb index fc8ceea..7aa26a4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_validate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_root_type.rb index 7035bb9..1e7cd03 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_actions_validate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_actions_validate_warnings_item.rb index c8683e8..6bd7ab4 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry.rb similarity index 54% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry.rb index 775e30f..c20633b 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_array.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_array.rb index 5b36555..192086c 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_none.rb index dc4036f..5bc2a1f 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_scalar.rb index 09c5301..627a05e 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_unsupported.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_unsupported.rb index e99a9e1..833e998 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_flags.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_flags.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_flags.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_flags.rb index 4a8461f..e0a0766 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_flags.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioFlags < Internal::Types::Model field :read_only, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "readOnly" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_origin.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_origin.rb similarity index 74% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_origin.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_origin.rb index 44b679e..75e62bb 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_origin.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_origin.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemRadioOrigin - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ACROFORM = "acroform" RECOVERED = "recovered" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_ref.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_ref.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_ref.rb index f89555d..d4be1f9 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_ref.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_ref.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioRefFqn }, key: "FQN" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioRefFqn }, key: "FQN" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_ref_fqn.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_ref_fqn.rb similarity index 92% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_ref_fqn.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_ref_fqn.rb index d1ecd57..eb67fec 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_ref_fqn.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_ref_fqn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioRefFqn < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_ref_object_number.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_ref_object_number.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_ref_object_number.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_ref_object_number.rb index c832832..98b9ecf 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioRefObjectNumber < Internal::Types::Model field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry.rb similarity index 52% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry.rb index 58caf1b..94fd768 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_array.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_array.rb index b406c2f..0f972e6 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_none.rb index 0b62962..19d3f76 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_scalar.rb index 0b43012..b49440c 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_unsupported.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_unsupported.rb index 620058a..dc9725e 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_widgets_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_widgets_item.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_widgets_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_widgets_item.rb index b3e7d01..f590be4 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_radio_widgets_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_radio_widgets_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemRadioWidgetsItem < Internal::Types::Model field :annot_object_number, -> { Integer }, optional: false, nullable: false, api_name: "annotObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature.rb similarity index 70% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature.rb index 7ef2889..31f2f79 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignature < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureRef }, optional: false, nullable: false field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" field :name, -> { String }, optional: false, nullable: false - field :origin, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureOrigin }, optional: false, nullable: false + field :origin, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureOrigin }, optional: false, nullable: false - field :flags, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureFlags }, optional: false, nullable: false field :alternate_name, -> { String }, optional: false, nullable: true, api_name: "alternateName" field :mapping_name, -> { String }, optional: false, nullable: true, api_name: "mappingName" - field :value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntry }, optional: false, nullable: false, api_name: "valueEntry" + field :value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntry }, optional: false, nullable: false, api_name: "valueEntry" - field :default_value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" + 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::DocFormsGet200ResponseFieldsItemSignatureActions }, optional: true, nullable: false - field :widgets, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureWidgetsItem] }, optional: false, nullable: false + field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureWidgetsItem] }, optional: false, nullable: false end end 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 similarity index 61% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions.rb index 2d836bc..2f1e5ef 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureActions < Internal::Types::Model - field :keystroke, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke }, optional: true, nullable: false + field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke }, optional: true, nullable: false - field :format, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsFormat }, optional: true, nullable: false + field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsFormat }, optional: true, nullable: false - field :validate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsValidate }, optional: true, nullable: false + field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsValidate }, optional: true, nullable: false - field :calculate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsCalculate }, 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_calculate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate.rb index 5c7455d..9d0d492 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureActionsCalculate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_calculate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root.rb index e5c783b..a228582 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_calculate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_root_type.rb index e67bcb0..91f1e3d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_calculate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_calculate_warnings_item.rb index b0329ba..4e637c6 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_format.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format.rb index 64400d0..d9ec53d 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureActionsFormat < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_format_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root.rb index a2c9600..6595103 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_format_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_root_type.rb index af2abaa..a5b7970 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_format_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_format_warnings_item.rb index 87327f7..ab1a138 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_keystroke.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke.rb index 1a85c39..e888c49 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root.rb index 2cac6ee..225138a 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_root_type.rb index 1510ed7..74ccd3e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_keystroke_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_keystroke_warnings_item.rb index 964ca5e..919a874 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_validate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate.rb index c10d3dd..373c1d7 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureActionsValidate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_validate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root.rb index 298bc66..7e651d1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_validate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_root_type.rb index 09d8634..9503498 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_actions_validate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_actions_validate_warnings_item.rb index cd669dd..914efc8 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry.rb similarity index 55% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry.rb index 3d2e371..3778047 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_array.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_array.rb index 89eb4a2..a543481 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_none.rb index 46e88ee..8d38e74 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_scalar.rb index 6560162..ca00922 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_unsupported.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_unsupported.rb index cbb28a6..a214a77 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_flags.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_flags.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_flags.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_flags.rb index 66d4492..e300a05 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_flags.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureFlags < Internal::Types::Model field :read_only, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "readOnly" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_origin.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_origin.rb similarity index 74% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_origin.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_origin.rb index 7f152de..95251c1 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_origin.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_origin.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemSignatureOrigin - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ACROFORM = "acroform" RECOVERED = "recovered" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_ref.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_ref.rb similarity index 57% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_ref.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_ref.rb index 8251c88..b67c3ee 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_ref.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_ref.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureRefFqn }, key: "FQN" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureRefFqn }, key: "FQN" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_ref_fqn.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_ref_fqn.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_ref_fqn.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_ref_fqn.rb index aee46ce..0aa3cb4 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_ref_fqn.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_ref_fqn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureRefFqn < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_ref_object_number.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_ref_object_number.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_ref_object_number.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_ref_object_number.rb index 01390f5..6dbb84b 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber < Internal::Types::Model field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry.rb similarity index 53% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry.rb index 40d63df..a4cf565 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_array.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_array.rb index 727a13e..ec80c47 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_none.rb index de8d464..7aa7639 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_scalar.rb index e9c4280..e9f335e 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_unsupported.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_unsupported.rb index 3a321e6..0ab9889 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_widgets_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_widgets_item.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_widgets_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_widgets_item.rb index 93d3f9c..d620ec6 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_signature_widgets_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_signature_widgets_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemSignatureWidgetsItem < Internal::Types::Model field :annot_object_number, -> { Integer }, optional: false, nullable: false, api_name: "annotObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text.rb similarity index 77% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text.rb index 70c8f81..671fe91 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemText < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextRef }, optional: false, nullable: false field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" field :name, -> { String }, optional: false, nullable: false - field :origin, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextOrigin }, optional: false, nullable: false + field :origin, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextOrigin }, optional: false, nullable: false - field :flags, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextFlags }, optional: false, nullable: false field :alternate_name, -> { String }, optional: false, nullable: true, api_name: "alternateName" field :mapping_name, -> { String }, optional: false, nullable: true, api_name: "mappingName" - field :value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextValueEntry }, optional: false, nullable: false, api_name: "valueEntry" + field :value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextValueEntry }, optional: false, nullable: false, api_name: "valueEntry" - field :default_value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" + 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::DocFormsGet200ResponseFieldsItemTextActions }, optional: true, nullable: false - field :widgets, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextWidgetsItem] }, optional: false, nullable: false + field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextWidgetsItem] }, optional: false, nullable: false field :value, -> { String }, 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 similarity index 60% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions.rb index d34128e..6f54047 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextActions < Internal::Types::Model - field :keystroke, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsKeystroke }, optional: true, nullable: false + field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsKeystroke }, optional: true, nullable: false - field :format, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsFormat }, optional: true, nullable: false + field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsFormat }, optional: true, nullable: false - field :validate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsValidate }, optional: true, nullable: false + field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsValidate }, optional: true, nullable: false - field :calculate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsCalculate }, 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_calculate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate.rb index e50cb32..45702f2 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextActionsCalculate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_calculate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root.rb index c8f782e..5ebcad2 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_calculate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_root_type.rb index aa42825..5b7fa3e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_calculate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_calculate_warnings_item.rb index 992f644..0aaff2f 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_format.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format.rb similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_format.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format.rb index fd8926b..aa723c3 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_format.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextActionsFormat < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsFormatRoot }, optional: false, nullable: true + field :root, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsFormatRoot }, optional: false, nullable: true field :incomplete, -> { Internal::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::DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem] }, 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/doc_forms_get200response_fields_item_text_actions_format_root.rb similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_format_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root.rb index 7c78d75..cf3ad91 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_format_root.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextActionsFormatRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsFormatRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsFormatRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_format_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_root_type.rb index 189fc4d..450ed65 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemTextActionsFormatRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_format_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_format_warnings_item.rb index ecafff0..f60661e 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_keystroke.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke.rb index 7623d22..08e45f4 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextActionsKeystroke < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_keystroke_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root.rb index f892bee..672b7b5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_keystroke_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_root_type.rb index 13af46c..597e267 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_keystroke_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_keystroke_warnings_item.rb index fc2e1ce..8728982 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_validate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate.rb index 05ecbd5..3316b97 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextActionsValidate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsValidateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_validate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root.rb index d07b28f..f861ad5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextActionsValidateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextActionsValidateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextActionsValidateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_validate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_root_type.rb index 78ef005..e09d233 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemTextActionsValidateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_actions_validate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_actions_validate_warnings_item.rb index 7c8ded6..fa13e81 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry.rb similarity index 54% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry.rb index 36643f4..dfa62b3 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextDefaultValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_array.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_array.rb index adc6e5e..a53b561 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_none.rb index d846962..0ea07d6 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_scalar.rb index 853e91e..864c28f 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_unsupported.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_unsupported.rb index 813db35..4b67d31 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_flags.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_flags.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_flags.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_flags.rb index 76ded47..dc24505 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_flags.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextFlags < Internal::Types::Model field :read_only, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "readOnly" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_origin.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_origin.rb similarity index 74% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_origin.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_origin.rb index b6c12b2..f06fe96 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_origin.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_origin.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemTextOrigin - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ACROFORM = "acroform" RECOVERED = "recovered" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_ref.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_ref.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_ref.rb index db39b78..633ab20 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_ref.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_ref.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextRefFqn }, key: "FQN" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextRefFqn }, key: "FQN" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_ref_fqn.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_ref_fqn.rb similarity index 92% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_ref_fqn.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_ref_fqn.rb index 7be1ca0..8653858 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_ref_fqn.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_ref_fqn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextRefFqn < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_ref_object_number.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_ref_object_number.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_ref_object_number.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_ref_object_number.rb index 0059f48..1e160bc 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextRefObjectNumber < Internal::Types::Model field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry.rb similarity index 51% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry.rb index ab7968c..573d523 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_array.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_array.rb index 0440785..6507fe8 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_none.rb index 93632e7..a3d6c47 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_scalar.rb index 317aa10..3c1079f 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_unsupported.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_unsupported.rb index 9e2599c..778aecd 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_widgets_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_widgets_item.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_text_widgets_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_text_widgets_item.rb index b4963c7..cd5a775 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_text_widgets_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_text_widgets_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemTextWidgetsItem < Internal::Types::Model field :annot_object_number, -> { Integer }, optional: false, nullable: false, api_name: "annotObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown.rb similarity index 71% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown.rb index c9e8029..8a7df00 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown.rb @@ -1,29 +1,29 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknown < Internal::Types::Model - field :ref, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownRef }, optional: false, nullable: false + field :ref, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownRef }, optional: false, nullable: false field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" field :name, -> { String }, optional: false, nullable: false - field :origin, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownOrigin }, optional: false, nullable: false + field :origin, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownOrigin }, optional: false, nullable: false - field :flags, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownFlags }, optional: false, nullable: false + field :flags, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownFlags }, optional: false, nullable: false field :alternate_name, -> { String }, optional: false, nullable: true, api_name: "alternateName" field :mapping_name, -> { String }, optional: false, nullable: true, api_name: "mappingName" - field :value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntry }, optional: false, nullable: false, api_name: "valueEntry" + field :value_entry, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntry }, optional: false, nullable: false, api_name: "valueEntry" - field :default_value_entry, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry }, optional: false, nullable: false, api_name: "defaultValueEntry" + 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::DocFormsGet200ResponseFieldsItemUnknownActions }, optional: true, nullable: false - field :widgets, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownWidgetsItem] }, optional: false, nullable: false + field :widgets, -> { Internal::Types::Array[CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownWidgetsItem] }, optional: false, nullable: false field :raw_value, -> { String }, optional: false, nullable: false, api_name: "rawValue" end 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 similarity index 61% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions.rb index 30aaa73..1d103bb 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownActions < Internal::Types::Model - field :keystroke, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke }, optional: true, nullable: false + field :keystroke, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke }, optional: true, nullable: false - field :format, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsFormat }, optional: true, nullable: false + field :format, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsFormat }, optional: true, nullable: false - field :validate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsValidate }, optional: true, nullable: false + field :validate, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsValidate }, optional: true, nullable: false - field :calculate, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsCalculate }, 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_calculate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate.rb index 316b42e..492339e 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownActionsCalculate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root.rb index 0150032..fae6cc5 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_root_type.rb index 5516e09..8a62d2b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_calculate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_calculate_warnings_item.rb index b1ce9c2..a079405 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_format.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format.rb index 95e6043..74dd307 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownActionsFormat < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_format_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root.rb index 465da25..fac8ddc 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_format_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_root_type.rb index 7c96121..649e448 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_format_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_format_warnings_item.rb index 31606ee..55798d7 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_keystroke.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke.rb index 59adf68..98a661f 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root.rb index 52fd44b..cd21145 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_root_type.rb index 40e4031..099b2e1 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_keystroke_warnings_item.rb index 6b20b5d..0e48c77 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" 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 similarity index 78% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_validate.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate.rb index 80d2360..dd9bee7 100644 --- 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 @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownActionsValidate < Internal::Types::Model - field :root, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot }, optional: false, nullable: true + 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 + 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 similarity index 85% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_validate_root.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root.rb index b79d3e5..a45e66d 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot < Internal::Types::Model - field :type, -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType }, optional: false, nullable: false + field :type, -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType }, optional: false, nullable: false field :subtype, -> { String }, optional: false, nullable: false 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 similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_validate_root_type.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_root_type.rb index 4db86ec..b13252b 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" GOTO = "goto" 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 similarity index 80% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_actions_validate_warnings_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_actions_validate_warnings_item.rb index eeeda75..1b6be68 100644 --- 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 @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum CYCLE_DROPPED = "cycle-dropped" MALFORMED_NEXT = "malformed-next" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry.rb similarity index 55% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry.rb index 1192a4f..ffdb844 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_array.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_array.rb index d906638..bcc711c 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_none.rb index fd94284..7d691bb 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_scalar.rb index b355af8..8f78fe7 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_unsupported.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_unsupported.rb index fa9a28a..248d1e7 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_flags.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_flags.rb similarity index 97% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_flags.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_flags.rb index 4d8e0d4..fb259ab 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_flags.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_flags.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownFlags < Internal::Types::Model field :read_only, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "readOnly" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_origin.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_origin.rb similarity index 74% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_origin.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_origin.rb index 31391bf..a24f06d 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_origin.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_origin.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFieldsItemUnknownOrigin - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ACROFORM = "acroform" RECOVERED = "recovered" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref.rb similarity index 56% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref.rb index 292bb43..2de7f41 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownRef < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber }, key: "OBJECT_NUMBER" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber }, key: "OBJECT_NUMBER" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownRefFqn }, key: "FQN" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownRefFqn }, key: "FQN" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref_fqn.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref_fqn.rb similarity index 92% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref_fqn.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref_fqn.rb index f8a6199..95e1e1b 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref_fqn.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref_fqn.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownRefFqn < Internal::Types::Model field :name, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref_object_number.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref_object_number.rb similarity index 94% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref_object_number.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref_object_number.rb index cd1d592..81e1eea 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref_object_number.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref_object_number.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber < Internal::Types::Model field :field_object_number, -> { Integer }, optional: false, nullable: false, api_name: "fieldObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry.rb similarity index 53% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry.rb index f6dbb38..0eb41e4 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownValueEntry < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntryNone }, key: "NONE" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntryNone }, key: "NONE" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar }, key: "SCALAR" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar }, key: "SCALAR" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntryArray }, key: "ARRAY" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntryArray }, key: "ARRAY" - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported }, key: "UNSUPPORTED" + member -> { CloudPDF::Types::DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported }, key: "UNSUPPORTED" end end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_array.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_array.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_array.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_array.rb index 78caf59..37c7634 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_array.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_array.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownValueEntryArray < Internal::Types::Model field :values, -> { Internal::Types::Array[String] }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_none.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_none.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_none.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_none.rb index e890eb5..9e7806e 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_none.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_none.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownValueEntryNone < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_scalar.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_scalar.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_scalar.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_scalar.rb index 901fcb7..3e4f3fd 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_scalar.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_scalar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar < Internal::Types::Model field :value, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_unsupported.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_unsupported.rb similarity index 90% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_unsupported.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_unsupported.rb index f7268d9..ec98097 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_unsupported.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_unsupported.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_widgets_item.rb b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_widgets_item.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_widgets_item.rb rename to lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_widgets_item.rb index 69924d9..ceccc99 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item_unknown_widgets_item.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_fields_item_unknown_widgets_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet200ResponseFieldsItemUnknownWidgetsItem < Internal::Types::Model field :annot_object_number, -> { Integer }, optional: false, nullable: false, api_name: "annotObjectNumber" diff --git a/lib/cloudpdf/types/doc_forms_get200response_form_kind.rb b/lib/CloudPDF/types/doc_forms_get200response_form_kind.rb similarity index 73% rename from lib/cloudpdf/types/doc_forms_get200response_form_kind.rb rename to lib/CloudPDF/types/doc_forms_get200response_form_kind.rb index 60f8ec1..2eb1925 100644 --- a/lib/cloudpdf/types/doc_forms_get200response_form_kind.rb +++ b/lib/CloudPDF/types/doc_forms_get200response_form_kind.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet200ResponseFormKind - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NONE = "none" ACROFORM = "acroform" diff --git a/lib/cloudpdf/types/doc_forms_get404response.rb b/lib/CloudPDF/types/doc_forms_get404response.rb similarity index 72% rename from lib/cloudpdf/types/doc_forms_get404response.rb rename to lib/CloudPDF/types/doc_forms_get404response.rb index 5a6316d..09b67f4 100644 --- a/lib/cloudpdf/types/doc_forms_get404response.rb +++ b/lib/CloudPDF/types/doc_forms_get404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsGet404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocFormsGet404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocFormsGet404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocFormsGet404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocFormsGet404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_get404response_code.rb b/lib/CloudPDF/types/doc_forms_get404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_get404response_code.rb rename to lib/CloudPDF/types/doc_forms_get404response_code.rb index c16cc3d..1f14a5a 100644 --- a/lib/cloudpdf/types/doc_forms_get404response_code.rb +++ b/lib/CloudPDF/types/doc_forms_get404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_forms_get404response_name.rb b/lib/CloudPDF/types/doc_forms_get404response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_forms_get404response_name.rb rename to lib/CloudPDF/types/doc_forms_get404response_name.rb index a7d72f7..a30d277 100644 --- a/lib/cloudpdf/types/doc_forms_get404response_name.rb +++ b/lib/CloudPDF/types/doc_forms_get404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsGet404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_forms_import_data200response.rb b/lib/CloudPDF/types/doc_forms_import_data200response.rb similarity index 68% rename from lib/cloudpdf/types/doc_forms_import_data200response.rb rename to lib/CloudPDF/types/doc_forms_import_data200response.rb index d2d75d0..aa9a0d8 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocFormsImportData200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocFormsImportData200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_forms_import_data200response_meta.rb b/lib/CloudPDF/types/doc_forms_import_data200response_meta.rb similarity index 57% rename from lib/cloudpdf/types/doc_forms_import_data200response_meta.rb rename to lib/CloudPDF/types/doc_forms_import_data200response_meta.rb index 75ab2f3..384846d 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response_meta.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsImportData200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocFormsImportData200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocFormsImportData200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocFormsImportData200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item.rb index 5cf1450..c8c0630 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocFormsImportData200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocFormsImportData200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_revision.rb index 5c1c6ca..00117bd 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 63% rename from lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state.rb index cd4a9d1..38cbd55 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_known.rb index e89e4aa..3831a8b 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index 3cf7fb6..cd6b727 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_import_data200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_forms_import_data200response_meta_cache_delta.rb similarity index 84% rename from lib/cloudpdf/types/doc_forms_import_data200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_forms_import_data200response_meta_cache_delta.rb index 22c5c50..cbf03a4 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsImportData200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocFormsImportData200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_forms_import_data200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_forms_import_data200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_forms_import_data200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_forms_import_data200response_meta_cache_delta_pages_item.rb index 37debe3..3ec3528 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_forms_import_data200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_forms_import_data200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_import_data200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_forms_import_data200response_meta_cache_delta_pages_item_cache.rb index 086ce97..915bc77 100644 --- a/lib/cloudpdf/types/doc_forms_import_data200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_forms_import_data200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_forms_import_data400response.rb b/lib/CloudPDF/types/doc_forms_import_data400response.rb similarity index 73% rename from lib/cloudpdf/types/doc_forms_import_data400response.rb rename to lib/CloudPDF/types/doc_forms_import_data400response.rb index 2c8979f..f4bfb49 100644 --- a/lib/cloudpdf/types/doc_forms_import_data400response.rb +++ b/lib/CloudPDF/types/doc_forms_import_data400response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData400Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocFormsImportData400ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocFormsImportData400ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocFormsImportData400ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocFormsImportData400ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_import_data400response_code.rb b/lib/CloudPDF/types/doc_forms_import_data400response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_import_data400response_code.rb rename to lib/CloudPDF/types/doc_forms_import_data400response_code.rb index 9a7a88f..8afe478 100644 --- a/lib/cloudpdf/types/doc_forms_import_data400response_code.rb +++ b/lib/CloudPDF/types/doc_forms_import_data400response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsImportData400ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_forms_import_data400response_name.rb b/lib/CloudPDF/types/doc_forms_import_data400response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_forms_import_data400response_name.rb rename to lib/CloudPDF/types/doc_forms_import_data400response_name.rb index 1f08c15..104e400 100644 --- a/lib/cloudpdf/types/doc_forms_import_data400response_name.rb +++ b/lib/CloudPDF/types/doc_forms_import_data400response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsImportData400ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_forms_import_data404response.rb b/lib/CloudPDF/types/doc_forms_import_data404response.rb similarity index 73% rename from lib/cloudpdf/types/doc_forms_import_data404response.rb rename to lib/CloudPDF/types/doc_forms_import_data404response.rb index 66028b9..2e67505 100644 --- a/lib/cloudpdf/types/doc_forms_import_data404response.rb +++ b/lib/CloudPDF/types/doc_forms_import_data404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsImportData404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocFormsImportData404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocFormsImportData404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocFormsImportData404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocFormsImportData404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_import_data404response_code.rb b/lib/CloudPDF/types/doc_forms_import_data404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_import_data404response_code.rb rename to lib/CloudPDF/types/doc_forms_import_data404response_code.rb index 548488f..c1157ff 100644 --- a/lib/cloudpdf/types/doc_forms_import_data404response_code.rb +++ b/lib/CloudPDF/types/doc_forms_import_data404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsImportData404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_forms_import_data404response_name.rb b/lib/CloudPDF/types/doc_forms_import_data404response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_forms_import_data404response_name.rb rename to lib/CloudPDF/types/doc_forms_import_data404response_name.rb index 2e6db0c..ba3f20e 100644 --- a/lib/cloudpdf/types/doc_forms_import_data404response_name.rb +++ b/lib/CloudPDF/types/doc_forms_import_data404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsImportData404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_forms_import_data_request.rb b/lib/CloudPDF/types/doc_forms_import_data_request.rb similarity index 96% rename from lib/cloudpdf/types/doc_forms_import_data_request.rb rename to lib/CloudPDF/types/doc_forms_import_data_request.rb index a0308ac..be598f8 100644 --- a/lib/cloudpdf/types/doc_forms_import_data_request.rb +++ b/lib/CloudPDF/types/doc_forms_import_data_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsImportDataRequest # DocFormsImportDataRequest is an alias for Hash diff --git a/lib/cloudpdf/types/doc_forms_reset200response.rb b/lib/CloudPDF/types/doc_forms_reset200response.rb similarity index 67% rename from lib/cloudpdf/types/doc_forms_reset200response.rb rename to lib/CloudPDF/types/doc_forms_reset200response.rb index 1abb759..042bbac 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocFormsReset200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocFormsReset200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_forms_reset200response_meta.rb b/lib/CloudPDF/types/doc_forms_reset200response_meta.rb similarity index 56% rename from lib/cloudpdf/types/doc_forms_reset200response_meta.rb rename to lib/CloudPDF/types/doc_forms_reset200response_meta.rb index 5236a58..21c8ab0 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response_meta.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsReset200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocFormsReset200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocFormsReset200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocFormsReset200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item.rb index 1429925..4923a09 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocFormsReset200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocFormsReset200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_revision.rb index 97406ff..aebca23 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 62% rename from lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state.rb index e46cddb..de67ecc 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_known.rb index 3bb32cd..5e83374 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index af838fc..2f446b7 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_reset200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_forms_reset200response_meta_cache_delta.rb similarity index 84% rename from lib/cloudpdf/types/doc_forms_reset200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_forms_reset200response_meta_cache_delta.rb index 5e4566d..55d64d4 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsReset200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocFormsReset200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_forms_reset200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_forms_reset200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_forms_reset200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_forms_reset200response_meta_cache_delta_pages_item.rb index 2c5ce90..54f27bb 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocFormsReset200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocFormsReset200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_forms_reset200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_forms_reset200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_reset200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_forms_reset200response_meta_cache_delta_pages_item_cache.rb index f76f8a1..d8c4295 100644 --- a/lib/cloudpdf/types/doc_forms_reset200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_forms_reset200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_forms_reset404response.rb b/lib/CloudPDF/types/doc_forms_reset404response.rb similarity index 72% rename from lib/cloudpdf/types/doc_forms_reset404response.rb rename to lib/CloudPDF/types/doc_forms_reset404response.rb index d5edee1..3a2c0c1 100644 --- a/lib/cloudpdf/types/doc_forms_reset404response.rb +++ b/lib/CloudPDF/types/doc_forms_reset404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsReset404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocFormsReset404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocFormsReset404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocFormsReset404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocFormsReset404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_reset404response_code.rb b/lib/CloudPDF/types/doc_forms_reset404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_reset404response_code.rb rename to lib/CloudPDF/types/doc_forms_reset404response_code.rb index 2793109..3069d17 100644 --- a/lib/cloudpdf/types/doc_forms_reset404response_code.rb +++ b/lib/CloudPDF/types/doc_forms_reset404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsReset404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_forms_reset404response_name.rb b/lib/CloudPDF/types/doc_forms_reset404response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_forms_reset404response_name.rb rename to lib/CloudPDF/types/doc_forms_reset404response_name.rb index 8b90c89..8a5874d 100644 --- a/lib/cloudpdf/types/doc_forms_reset404response_name.rb +++ b/lib/CloudPDF/types/doc_forms_reset404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsReset404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_forms_set_value200response.rb b/lib/CloudPDF/types/doc_forms_set_value200response.rb similarity index 68% rename from lib/cloudpdf/types/doc_forms_set_value200response.rb rename to lib/CloudPDF/types/doc_forms_set_value200response.rb index 073e325..bcb4db0 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocFormsSetValue200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocFormsSetValue200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_forms_set_value200response_meta.rb b/lib/CloudPDF/types/doc_forms_set_value200response_meta.rb similarity index 57% rename from lib/cloudpdf/types/doc_forms_set_value200response_meta.rb rename to lib/CloudPDF/types/doc_forms_set_value200response_meta.rb index 1ee54f8..ea51355 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response_meta.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsSetValue200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocFormsSetValue200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocFormsSetValue200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocFormsSetValue200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item.rb index 2cbd8ea..69ec206 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocFormsSetValue200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocFormsSetValue200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_revision.rb index 7cc8567..cc80ec0 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 62% rename from lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state.rb index 3188299..55e8e59 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_known.rb index 0e82cf6..8aab05a 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index 804b576..68910fa 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_forms_set_value200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_forms_set_value200response_meta_cache_delta.rb similarity index 84% rename from lib/cloudpdf/types/doc_forms_set_value200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_forms_set_value200response_meta_cache_delta.rb index f961d15..c8569e5 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocFormsSetValue200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocFormsSetValue200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_forms_set_value200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_forms_set_value200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_forms_set_value200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_forms_set_value200response_meta_cache_delta_pages_item.rb index 35da12f..e55f86f 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_forms_set_value200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_forms_set_value200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_forms_set_value200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_forms_set_value200response_meta_cache_delta_pages_item_cache.rb index 413dbaa..36487cb 100644 --- a/lib/cloudpdf/types/doc_forms_set_value200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_forms_set_value200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_forms_set_value400response.rb b/lib/CloudPDF/types/doc_forms_set_value400response.rb similarity index 73% rename from lib/cloudpdf/types/doc_forms_set_value400response.rb rename to lib/CloudPDF/types/doc_forms_set_value400response.rb index 1a7975a..9435b6b 100644 --- a/lib/cloudpdf/types/doc_forms_set_value400response.rb +++ b/lib/CloudPDF/types/doc_forms_set_value400response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue400Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocFormsSetValue400ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocFormsSetValue400ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocFormsSetValue400ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocFormsSetValue400ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_set_value400response_code.rb b/lib/CloudPDF/types/doc_forms_set_value400response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_set_value400response_code.rb rename to lib/CloudPDF/types/doc_forms_set_value400response_code.rb index e2f8a3c..fee8934 100644 --- a/lib/cloudpdf/types/doc_forms_set_value400response_code.rb +++ b/lib/CloudPDF/types/doc_forms_set_value400response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsSetValue400ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_forms_set_value400response_name.rb b/lib/CloudPDF/types/doc_forms_set_value400response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_forms_set_value400response_name.rb rename to lib/CloudPDF/types/doc_forms_set_value400response_name.rb index cf12169..9be82d6 100644 --- a/lib/cloudpdf/types/doc_forms_set_value400response_name.rb +++ b/lib/CloudPDF/types/doc_forms_set_value400response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsSetValue400ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_forms_set_value404response.rb b/lib/CloudPDF/types/doc_forms_set_value404response.rb similarity index 73% rename from lib/cloudpdf/types/doc_forms_set_value404response.rb rename to lib/CloudPDF/types/doc_forms_set_value404response.rb index b2ee0f6..e338ee3 100644 --- a/lib/cloudpdf/types/doc_forms_set_value404response.rb +++ b/lib/CloudPDF/types/doc_forms_set_value404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocFormsSetValue404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocFormsSetValue404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocFormsSetValue404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocFormsSetValue404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocFormsSetValue404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_forms_set_value404response_code.rb b/lib/CloudPDF/types/doc_forms_set_value404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_forms_set_value404response_code.rb rename to lib/CloudPDF/types/doc_forms_set_value404response_code.rb index f277971..eacc96b 100644 --- a/lib/cloudpdf/types/doc_forms_set_value404response_code.rb +++ b/lib/CloudPDF/types/doc_forms_set_value404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsSetValue404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_forms_set_value404response_name.rb b/lib/CloudPDF/types/doc_forms_set_value404response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_forms_set_value404response_name.rb rename to lib/CloudPDF/types/doc_forms_set_value404response_name.rb index 10e6fb7..645fac0 100644 --- a/lib/cloudpdf/types/doc_forms_set_value404response_name.rb +++ b/lib/CloudPDF/types/doc_forms_set_value404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsSetValue404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_forms_set_value_request.rb b/lib/CloudPDF/types/doc_forms_set_value_request.rb similarity index 96% rename from lib/cloudpdf/types/doc_forms_set_value_request.rb rename to lib/CloudPDF/types/doc_forms_set_value_request.rb index 0e7ccf4..d060fc3 100644 --- a/lib/cloudpdf/types/doc_forms_set_value_request.rb +++ b/lib/CloudPDF/types/doc_forms_set_value_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocFormsSetValueRequest # DocFormsSetValueRequest is an alias for Hash diff --git a/lib/cloudpdf/types/doc_head200response.rb b/lib/CloudPDF/types/doc_head200response.rb similarity index 71% rename from lib/cloudpdf/types/doc_head200response.rb rename to lib/CloudPDF/types/doc_head200response.rb index d7fbd20..51e8d0c 100644 --- a/lib/cloudpdf/types/doc_head200response.rb +++ b/lib/CloudPDF/types/doc_head200response.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocHead200Response < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false @@ -11,13 +11,13 @@ class DocHead200Response < Internal::Types::Model field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :state, -> { Cloudpdf::Types::DocHead200ResponseState }, optional: false, nullable: false + field :state, -> { CloudPDF::Types::DocHead200ResponseState }, optional: false, nullable: false - field :encryption, -> { Cloudpdf::Types::DocHead200ResponseEncryption }, optional: false, nullable: false + field :encryption, -> { CloudPDF::Types::DocHead200ResponseEncryption }, optional: false, nullable: false - field :permissions, -> { Cloudpdf::Types::DocHead200ResponsePermissions }, optional: false, nullable: false + field :permissions, -> { CloudPDF::Types::DocHead200ResponsePermissions }, optional: false, nullable: false - field :access, -> { Cloudpdf::Types::DocHead200ResponseAccess }, optional: false, nullable: false + field :access, -> { CloudPDF::Types::DocHead200ResponseAccess }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_head200response_access.rb b/lib/CloudPDF/types/doc_head200response_access.rb similarity index 81% rename from lib/cloudpdf/types/doc_head200response_access.rb rename to lib/CloudPDF/types/doc_head200response_access.rb index 655d153..7c96469 100644 --- a/lib/cloudpdf/types/doc_head200response_access.rb +++ b/lib/CloudPDF/types/doc_head200response_access.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocHead200ResponseAccess < Internal::Types::Model field :required, -> { Internal::Types::Boolean }, optional: false, nullable: false - field :reasons, -> { Internal::Types::Array[Cloudpdf::Types::DocHead200ResponseAccessReasonsItem] }, optional: false, nullable: false + field :reasons, -> { Internal::Types::Array[CloudPDF::Types::DocHead200ResponseAccessReasonsItem] }, optional: false, nullable: false field :endpoint, -> { String }, optional: true, nullable: false end diff --git a/lib/cloudpdf/types/doc_head200response_access_reasons_item.rb b/lib/CloudPDF/types/doc_head200response_access_reasons_item.rb similarity index 77% rename from lib/cloudpdf/types/doc_head200response_access_reasons_item.rb rename to lib/CloudPDF/types/doc_head200response_access_reasons_item.rb index 36fcc4d..0fb4409 100644 --- a/lib/cloudpdf/types/doc_head200response_access_reasons_item.rb +++ b/lib/CloudPDF/types/doc_head200response_access_reasons_item.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocHead200ResponseAccessReasonsItem - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PASSWORD = "password" CDN = "cdn" diff --git a/lib/cloudpdf/types/doc_head200response_encryption.rb b/lib/CloudPDF/types/doc_head200response_encryption.rb similarity index 79% rename from lib/cloudpdf/types/doc_head200response_encryption.rb rename to lib/CloudPDF/types/doc_head200response_encryption.rb index 3aae30a..e3f91c8 100644 --- a/lib/cloudpdf/types/doc_head200response_encryption.rb +++ b/lib/CloudPDF/types/doc_head200response_encryption.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocHead200ResponseEncryption < Internal::Types::Model - field :state, -> { Cloudpdf::Types::DocHead200ResponseEncryptionState }, optional: false, nullable: false + field :state, -> { CloudPDF::Types::DocHead200ResponseEncryptionState }, optional: false, nullable: false field :requires_password, -> { Internal::Types::Boolean }, optional: false, nullable: true, api_name: "requiresPassword" end diff --git a/lib/cloudpdf/types/doc_head200response_encryption_state.rb b/lib/CloudPDF/types/doc_head200response_encryption_state.rb similarity index 78% rename from lib/cloudpdf/types/doc_head200response_encryption_state.rb rename to lib/CloudPDF/types/doc_head200response_encryption_state.rb index 107b993..bedea1e 100644 --- a/lib/cloudpdf/types/doc_head200response_encryption_state.rb +++ b/lib/CloudPDF/types/doc_head200response_encryption_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocHead200ResponseEncryptionState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "unknown" NONE = "none" diff --git a/lib/cloudpdf/types/doc_head200response_permissions.rb b/lib/CloudPDF/types/doc_head200response_permissions.rb similarity index 90% rename from lib/cloudpdf/types/doc_head200response_permissions.rb rename to lib/CloudPDF/types/doc_head200response_permissions.rb index 55a3471..b15b619 100644 --- a/lib/cloudpdf/types/doc_head200response_permissions.rb +++ b/lib/CloudPDF/types/doc_head200response_permissions.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocHead200ResponsePermissions < Internal::Types::Model field :known, -> { Internal::Types::Boolean }, optional: false, nullable: false @@ -9,7 +9,7 @@ class DocHead200ResponsePermissions < Internal::Types::Model field :all_allowed, -> { Internal::Types::Boolean }, optional: false, nullable: true, api_name: "allAllowed" - field :opened_as, -> { Cloudpdf::Types::DocHead200ResponsePermissionsOpenedAs }, optional: false, nullable: true, api_name: "openedAs" + field :opened_as, -> { CloudPDF::Types::DocHead200ResponsePermissionsOpenedAs }, optional: false, nullable: true, api_name: "openedAs" field :security_handler_revision, -> { Integer }, optional: false, nullable: true, api_name: "securityHandlerRevision" diff --git a/lib/cloudpdf/types/doc_head200response_permissions_opened_as.rb b/lib/CloudPDF/types/doc_head200response_permissions_opened_as.rb similarity index 74% rename from lib/cloudpdf/types/doc_head200response_permissions_opened_as.rb rename to lib/CloudPDF/types/doc_head200response_permissions_opened_as.rb index bbe7838..c938e9d 100644 --- a/lib/cloudpdf/types/doc_head200response_permissions_opened_as.rb +++ b/lib/CloudPDF/types/doc_head200response_permissions_opened_as.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocHead200ResponsePermissionsOpenedAs - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum NONE = "none" USER = "user" diff --git a/lib/cloudpdf/types/doc_head200response_state.rb b/lib/CloudPDF/types/doc_head200response_state.rb similarity index 76% rename from lib/cloudpdf/types/doc_head200response_state.rb rename to lib/CloudPDF/types/doc_head200response_state.rb index 55194b4..9fd3747 100644 --- a/lib/cloudpdf/types/doc_head200response_state.rb +++ b/lib/CloudPDF/types/doc_head200response_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocHead200ResponseState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/doc_head404response.rb b/lib/CloudPDF/types/doc_head404response.rb similarity index 71% rename from lib/cloudpdf/types/doc_head404response.rb rename to lib/CloudPDF/types/doc_head404response.rb index b5d1f32..5568fc2 100644 --- a/lib/cloudpdf/types/doc_head404response.rb +++ b/lib/CloudPDF/types/doc_head404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocHead404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocHead404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocHead404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocHead404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocHead404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_head404response_code.rb b/lib/CloudPDF/types/doc_head404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_head404response_code.rb rename to lib/CloudPDF/types/doc_head404response_code.rb index 474ceab..5766d34 100644 --- a/lib/cloudpdf/types/doc_head404response_code.rb +++ b/lib/CloudPDF/types/doc_head404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocHead404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_head404response_name.rb b/lib/CloudPDF/types/doc_head404response_name.rb similarity index 68% rename from lib/cloudpdf/types/doc_head404response_name.rb rename to lib/CloudPDF/types/doc_head404response_name.rb index 0570951..f55647d 100644 --- a/lib/cloudpdf/types/doc_head404response_name.rb +++ b/lib/CloudPDF/types/doc_head404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocHead404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_manifest200response.rb b/lib/CloudPDF/types/doc_manifest200response.rb similarity index 87% rename from lib/cloudpdf/types/doc_manifest200response.rb rename to lib/CloudPDF/types/doc_manifest200response.rb index 60f40d9..992341b 100644 --- a/lib/cloudpdf/types/doc_manifest200response.rb +++ b/lib/CloudPDF/types/doc_manifest200response.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest200Response < Internal::Types::Model field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" @@ -17,9 +17,9 @@ class DocManifest200Response < Internal::Types::Model field :base_sha, -> { String }, optional: false, nullable: false, api_name: "baseSha" - field :scopes, -> { Cloudpdf::Types::DocManifest200ResponseScopes }, optional: true, nullable: false + field :scopes, -> { CloudPDF::Types::DocManifest200ResponseScopes }, optional: true, nullable: false - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocManifest200ResponsePagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocManifest200ResponsePagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_manifest200response_pages_item.rb b/lib/CloudPDF/types/doc_manifest200response_pages_item.rb similarity index 61% rename from lib/cloudpdf/types/doc_manifest200response_pages_item.rb rename to lib/CloudPDF/types/doc_manifest200response_pages_item.rb index 3379c31..d04e7aa 100644 --- a/lib/cloudpdf/types/doc_manifest200response_pages_item.rb +++ b/lib/CloudPDF/types/doc_manifest200response_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest200ResponsePagesItem < Internal::Types::Model - field :state, -> { Cloudpdf::Types::DocManifest200ResponsePagesItemState }, optional: false, nullable: false + field :state, -> { CloudPDF::Types::DocManifest200ResponsePagesItemState }, optional: false, nullable: false - field :cache, -> { Cloudpdf::Types::DocManifest200ResponsePagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocManifest200ResponsePagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_manifest200response_pages_item_cache.rb b/lib/CloudPDF/types/doc_manifest200response_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_manifest200response_pages_item_cache.rb rename to lib/CloudPDF/types/doc_manifest200response_pages_item_cache.rb index f2710f2..2246432 100644 --- a/lib/cloudpdf/types/doc_manifest200response_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_manifest200response_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest200ResponsePagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_manifest200response_pages_item_state.rb b/lib/CloudPDF/types/doc_manifest200response_pages_item_state.rb similarity index 74% rename from lib/cloudpdf/types/doc_manifest200response_pages_item_state.rb rename to lib/CloudPDF/types/doc_manifest200response_pages_item_state.rb index 617bda2..26b4b68 100644 --- a/lib/cloudpdf/types/doc_manifest200response_pages_item_state.rb +++ b/lib/CloudPDF/types/doc_manifest200response_pages_item_state.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest200ResponsePagesItemState < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocManifest200ResponsePagesItemStateRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocManifest200ResponsePagesItemStateRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocManifest200ResponsePagesItemStateWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocManifest200ResponsePagesItemStateWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_manifest200response_pages_item_state_revision.rb b/lib/CloudPDF/types/doc_manifest200response_pages_item_state_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_manifest200response_pages_item_state_revision.rb rename to lib/CloudPDF/types/doc_manifest200response_pages_item_state_revision.rb index 7343fdc..2e4a74a 100644 --- a/lib/cloudpdf/types/doc_manifest200response_pages_item_state_revision.rb +++ b/lib/CloudPDF/types/doc_manifest200response_pages_item_state_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest200ResponsePagesItemStateRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state.rb b/lib/CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state.rb similarity index 59% rename from lib/cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state.rb index 068a016..f1a1059 100644 --- a/lib/cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest200ResponsePagesItemStateWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state_known.rb similarity index 94% rename from lib/cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state_known.rb index 70e63b2..9a67cc6 100644 --- a/lib/cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state_unknown.rb similarity index 90% rename from lib/cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state_unknown.rb index fccf48c..d1ec6ea 100644 --- a/lib/cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_manifest200response_scopes.rb b/lib/CloudPDF/types/doc_manifest200response_scopes.rb similarity index 53% rename from lib/cloudpdf/types/doc_manifest200response_scopes.rb rename to lib/CloudPDF/types/doc_manifest200response_scopes.rb index 8e8ff0f..9c5ecbc 100644 --- a/lib/cloudpdf/types/doc_manifest200response_scopes.rb +++ b/lib/CloudPDF/types/doc_manifest200response_scopes.rb @@ -1,19 +1,19 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest200ResponseScopes < Internal::Types::Model - field :content, -> { Cloudpdf::Types::DocManifest200ResponseScopesContent }, optional: false, nullable: false + field :content, -> { CloudPDF::Types::DocManifest200ResponseScopesContent }, optional: false, nullable: false - field :annotations, -> { Cloudpdf::Types::DocManifest200ResponseScopesAnnotations }, optional: false, nullable: false + field :annotations, -> { CloudPDF::Types::DocManifest200ResponseScopesAnnotations }, optional: false, nullable: false - field :layout, -> { Cloudpdf::Types::DocManifest200ResponseScopesLayout }, optional: false, nullable: false + field :layout, -> { CloudPDF::Types::DocManifest200ResponseScopesLayout }, optional: false, nullable: false - field :attachments, -> { Cloudpdf::Types::DocManifest200ResponseScopesAttachments }, optional: false, nullable: false + field :attachments, -> { CloudPDF::Types::DocManifest200ResponseScopesAttachments }, optional: false, nullable: false - field :metadata, -> { Cloudpdf::Types::DocManifest200ResponseScopesMetadata }, optional: false, nullable: false + field :metadata, -> { CloudPDF::Types::DocManifest200ResponseScopesMetadata }, optional: false, nullable: false - field :actions, -> { Cloudpdf::Types::DocManifest200ResponseScopesActions }, optional: false, nullable: false + field :actions, -> { CloudPDF::Types::DocManifest200ResponseScopesActions }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_manifest200response_scopes_actions.rb b/lib/CloudPDF/types/doc_manifest200response_scopes_actions.rb similarity index 71% rename from lib/cloudpdf/types/doc_manifest200response_scopes_actions.rb rename to lib/CloudPDF/types/doc_manifest200response_scopes_actions.rb index 46c9051..e6771a3 100644 --- a/lib/cloudpdf/types/doc_manifest200response_scopes_actions.rb +++ b/lib/CloudPDF/types/doc_manifest200response_scopes_actions.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocManifest200ResponseScopesActions - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum BASE = "base" LAYER = "layer" diff --git a/lib/cloudpdf/types/doc_manifest200response_scopes_annotations.rb b/lib/CloudPDF/types/doc_manifest200response_scopes_annotations.rb similarity index 72% rename from lib/cloudpdf/types/doc_manifest200response_scopes_annotations.rb rename to lib/CloudPDF/types/doc_manifest200response_scopes_annotations.rb index 33d549d..c2a8fd5 100644 --- a/lib/cloudpdf/types/doc_manifest200response_scopes_annotations.rb +++ b/lib/CloudPDF/types/doc_manifest200response_scopes_annotations.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocManifest200ResponseScopesAnnotations - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum BASE = "base" LAYER = "layer" diff --git a/lib/cloudpdf/types/doc_manifest200response_scopes_attachments.rb b/lib/CloudPDF/types/doc_manifest200response_scopes_attachments.rb similarity index 72% rename from lib/cloudpdf/types/doc_manifest200response_scopes_attachments.rb rename to lib/CloudPDF/types/doc_manifest200response_scopes_attachments.rb index 0c5f075..68b6840 100644 --- a/lib/cloudpdf/types/doc_manifest200response_scopes_attachments.rb +++ b/lib/CloudPDF/types/doc_manifest200response_scopes_attachments.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocManifest200ResponseScopesAttachments - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum BASE = "base" LAYER = "layer" diff --git a/lib/cloudpdf/types/doc_manifest200response_scopes_content.rb b/lib/CloudPDF/types/doc_manifest200response_scopes_content.rb similarity index 71% rename from lib/cloudpdf/types/doc_manifest200response_scopes_content.rb rename to lib/CloudPDF/types/doc_manifest200response_scopes_content.rb index ba716a9..3dc49a2 100644 --- a/lib/cloudpdf/types/doc_manifest200response_scopes_content.rb +++ b/lib/CloudPDF/types/doc_manifest200response_scopes_content.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocManifest200ResponseScopesContent - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum BASE = "base" LAYER = "layer" diff --git a/lib/cloudpdf/types/doc_manifest200response_scopes_layout.rb b/lib/CloudPDF/types/doc_manifest200response_scopes_layout.rb similarity index 71% rename from lib/cloudpdf/types/doc_manifest200response_scopes_layout.rb rename to lib/CloudPDF/types/doc_manifest200response_scopes_layout.rb index 02ef4a6..4f839e9 100644 --- a/lib/cloudpdf/types/doc_manifest200response_scopes_layout.rb +++ b/lib/CloudPDF/types/doc_manifest200response_scopes_layout.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocManifest200ResponseScopesLayout - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum BASE = "base" LAYER = "layer" diff --git a/lib/cloudpdf/types/doc_manifest200response_scopes_metadata.rb b/lib/CloudPDF/types/doc_manifest200response_scopes_metadata.rb similarity index 71% rename from lib/cloudpdf/types/doc_manifest200response_scopes_metadata.rb rename to lib/CloudPDF/types/doc_manifest200response_scopes_metadata.rb index dd4a3f6..03e487e 100644 --- a/lib/cloudpdf/types/doc_manifest200response_scopes_metadata.rb +++ b/lib/CloudPDF/types/doc_manifest200response_scopes_metadata.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocManifest200ResponseScopesMetadata - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum BASE = "base" LAYER = "layer" diff --git a/lib/cloudpdf/types/doc_manifest404response.rb b/lib/CloudPDF/types/doc_manifest404response.rb similarity index 72% rename from lib/cloudpdf/types/doc_manifest404response.rb rename to lib/CloudPDF/types/doc_manifest404response.rb index 08edc52..538dcbf 100644 --- a/lib/cloudpdf/types/doc_manifest404response.rb +++ b/lib/CloudPDF/types/doc_manifest404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocManifest404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocManifest404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocManifest404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocManifest404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocManifest404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_manifest404response_code.rb b/lib/CloudPDF/types/doc_manifest404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_manifest404response_code.rb rename to lib/CloudPDF/types/doc_manifest404response_code.rb index 5573407..c013cbf 100644 --- a/lib/cloudpdf/types/doc_manifest404response_code.rb +++ b/lib/CloudPDF/types/doc_manifest404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocManifest404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_manifest404response_name.rb b/lib/CloudPDF/types/doc_manifest404response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_manifest404response_name.rb rename to lib/CloudPDF/types/doc_manifest404response_name.rb index e81938d..3bb1193 100644 --- a/lib/cloudpdf/types/doc_manifest404response_name.rb +++ b/lib/CloudPDF/types/doc_manifest404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocManifest404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_metadata_get200response.rb b/lib/CloudPDF/types/doc_metadata_get200response.rb similarity index 91% rename from lib/cloudpdf/types/doc_metadata_get200response.rb rename to lib/CloudPDF/types/doc_metadata_get200response.rb index db84db4..65c6586 100644 --- a/lib/cloudpdf/types/doc_metadata_get200response.rb +++ b/lib/CloudPDF/types/doc_metadata_get200response.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocMetadataGet200Response < Internal::Types::Model field :title, -> { String }, optional: false, nullable: true @@ -19,7 +19,7 @@ class DocMetadataGet200Response < Internal::Types::Model field :modified, -> { String }, optional: false, nullable: true - field :trapped, -> { Cloudpdf::Types::DocMetadataGet200ResponseTrapped }, optional: false, nullable: false + field :trapped, -> { CloudPDF::Types::DocMetadataGet200ResponseTrapped }, optional: false, nullable: false field :custom, -> { Internal::Types::Hash[String, String] }, optional: false, nullable: false end diff --git a/lib/cloudpdf/types/doc_metadata_get200response_trapped.rb b/lib/CloudPDF/types/doc_metadata_get200response_trapped.rb similarity index 74% rename from lib/cloudpdf/types/doc_metadata_get200response_trapped.rb rename to lib/CloudPDF/types/doc_metadata_get200response_trapped.rb index 7ba3119..7fc5bfd 100644 --- a/lib/cloudpdf/types/doc_metadata_get200response_trapped.rb +++ b/lib/CloudPDF/types/doc_metadata_get200response_trapped.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocMetadataGet200ResponseTrapped - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum TRUE = "true" FALSE = "false" diff --git a/lib/cloudpdf/types/doc_metadata_get404response.rb b/lib/CloudPDF/types/doc_metadata_get404response.rb similarity index 72% rename from lib/cloudpdf/types/doc_metadata_get404response.rb rename to lib/CloudPDF/types/doc_metadata_get404response.rb index cf9efbe..a339e61 100644 --- a/lib/cloudpdf/types/doc_metadata_get404response.rb +++ b/lib/CloudPDF/types/doc_metadata_get404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocMetadataGet404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocMetadataGet404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocMetadataGet404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocMetadataGet404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocMetadataGet404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_metadata_get404response_code.rb b/lib/CloudPDF/types/doc_metadata_get404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_metadata_get404response_code.rb rename to lib/CloudPDF/types/doc_metadata_get404response_code.rb index 862f671..0214f06 100644 --- a/lib/cloudpdf/types/doc_metadata_get404response_code.rb +++ b/lib/CloudPDF/types/doc_metadata_get404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocMetadataGet404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_metadata_get404response_name.rb b/lib/CloudPDF/types/doc_metadata_get404response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_metadata_get404response_name.rb rename to lib/CloudPDF/types/doc_metadata_get404response_name.rb index 51952e6..f4d4f2a 100644 --- a/lib/cloudpdf/types/doc_metadata_get404response_name.rb +++ b/lib/CloudPDF/types/doc_metadata_get404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocMetadataGet404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_pages_delete200response.rb b/lib/CloudPDF/types/doc_pages_delete200response.rb similarity index 67% rename from lib/cloudpdf/types/doc_pages_delete200response.rb rename to lib/CloudPDF/types/doc_pages_delete200response.rb index e28ca6d..3dc05a7 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocPagesDelete200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocPagesDelete200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_delete200response_meta.rb b/lib/CloudPDF/types/doc_pages_delete200response_meta.rb similarity index 56% rename from lib/cloudpdf/types/doc_pages_delete200response_meta.rb rename to lib/CloudPDF/types/doc_pages_delete200response_meta.rb index 7126d46..8158014 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response_meta.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocPagesDelete200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocPagesDelete200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocPagesDelete200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocPagesDelete200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item.rb index ef2e01f..178ac9d 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocPagesDelete200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocPagesDelete200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_revision.rb index 71a22be..9488ff9 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 62% rename from lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state.rb index 15e0856..493075e 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb index 5c85c15..ee5ae2f 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index 15f33c3..ec81750 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_pages_delete200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_pages_delete200response_meta_cache_delta.rb similarity index 84% rename from lib/cloudpdf/types/doc_pages_delete200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_pages_delete200response_meta_cache_delta.rb index ec17ac6..a6b753a 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocPagesDelete200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocPagesDelete200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_delete200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_pages_delete200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_pages_delete200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_pages_delete200response_meta_cache_delta_pages_item.rb index 9e5ff78..43ab213 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_delete200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_pages_delete200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_pages_delete200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_pages_delete200response_meta_cache_delta_pages_item_cache.rb index d3ea3fa..229c759 100644 --- a/lib/cloudpdf/types/doc_pages_delete200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_pages_delete200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_pages_delete400response.rb b/lib/CloudPDF/types/doc_pages_delete400response.rb similarity index 72% rename from lib/cloudpdf/types/doc_pages_delete400response.rb rename to lib/CloudPDF/types/doc_pages_delete400response.rb index d4ea7b8..627ed99 100644 --- a/lib/cloudpdf/types/doc_pages_delete400response.rb +++ b/lib/CloudPDF/types/doc_pages_delete400response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete400Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocPagesDelete400ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocPagesDelete400ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocPagesDelete400ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocPagesDelete400ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_pages_delete400response_code.rb b/lib/CloudPDF/types/doc_pages_delete400response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_pages_delete400response_code.rb rename to lib/CloudPDF/types/doc_pages_delete400response_code.rb index d592ddf..3c9412f 100644 --- a/lib/cloudpdf/types/doc_pages_delete400response_code.rb +++ b/lib/CloudPDF/types/doc_pages_delete400response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesDelete400ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_pages_delete400response_name.rb b/lib/CloudPDF/types/doc_pages_delete400response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_pages_delete400response_name.rb rename to lib/CloudPDF/types/doc_pages_delete400response_name.rb index c19cd8c..df11d00 100644 --- a/lib/cloudpdf/types/doc_pages_delete400response_name.rb +++ b/lib/CloudPDF/types/doc_pages_delete400response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesDelete400ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_pages_delete404response.rb b/lib/CloudPDF/types/doc_pages_delete404response.rb similarity index 72% rename from lib/cloudpdf/types/doc_pages_delete404response.rb rename to lib/CloudPDF/types/doc_pages_delete404response.rb index b568f6a..1984074 100644 --- a/lib/cloudpdf/types/doc_pages_delete404response.rb +++ b/lib/CloudPDF/types/doc_pages_delete404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesDelete404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocPagesDelete404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocPagesDelete404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocPagesDelete404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocPagesDelete404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_pages_delete404response_code.rb b/lib/CloudPDF/types/doc_pages_delete404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_pages_delete404response_code.rb rename to lib/CloudPDF/types/doc_pages_delete404response_code.rb index 44a908b..a1cb838 100644 --- a/lib/cloudpdf/types/doc_pages_delete404response_code.rb +++ b/lib/CloudPDF/types/doc_pages_delete404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesDelete404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_pages_delete404response_name.rb b/lib/CloudPDF/types/doc_pages_delete404response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_pages_delete404response_name.rb rename to lib/CloudPDF/types/doc_pages_delete404response_name.rb index b7c3f38..3176a67 100644 --- a/lib/cloudpdf/types/doc_pages_delete404response_name.rb +++ b/lib/CloudPDF/types/doc_pages_delete404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesDelete404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_pages_delete_request.rb b/lib/CloudPDF/types/doc_pages_delete_request.rb similarity index 96% rename from lib/cloudpdf/types/doc_pages_delete_request.rb rename to lib/CloudPDF/types/doc_pages_delete_request.rb index aaa59dc..b4ee778 100644 --- a/lib/cloudpdf/types/doc_pages_delete_request.rb +++ b/lib/CloudPDF/types/doc_pages_delete_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesDeleteRequest # DocPagesDeleteRequest is an alias for Hash diff --git a/lib/cloudpdf/types/doc_pages_flatten200response.rb b/lib/CloudPDF/types/doc_pages_flatten200response.rb similarity index 68% rename from lib/cloudpdf/types/doc_pages_flatten200response.rb rename to lib/CloudPDF/types/doc_pages_flatten200response.rb index 886d5c0..1b0c440 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocPagesFlatten200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocPagesFlatten200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_flatten200response_meta.rb b/lib/CloudPDF/types/doc_pages_flatten200response_meta.rb similarity index 56% rename from lib/cloudpdf/types/doc_pages_flatten200response_meta.rb rename to lib/CloudPDF/types/doc_pages_flatten200response_meta.rb index 4f3524b..407e9db 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response_meta.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocPagesFlatten200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocPagesFlatten200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocPagesFlatten200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocPagesFlatten200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item.rb index d78057f..bfa426a 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocPagesFlatten200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocPagesFlatten200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_revision.rb index 17c43b4..38171e2 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 62% rename from lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state.rb index 166bb31..1b06fac 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_known.rb index 39739ef..b5917f9 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index 3de6032..5012d21 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_pages_flatten200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_pages_flatten200response_meta_cache_delta.rb similarity index 84% rename from lib/cloudpdf/types/doc_pages_flatten200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_pages_flatten200response_meta_cache_delta.rb index 2cf5417..f40c435 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocPagesFlatten200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocPagesFlatten200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_flatten200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_pages_flatten200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_pages_flatten200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_pages_flatten200response_meta_cache_delta_pages_item.rb index 101ed62..d156cf5 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_flatten200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_pages_flatten200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_pages_flatten200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_pages_flatten200response_meta_cache_delta_pages_item_cache.rb index a84250b..c26f7af 100644 --- a/lib/cloudpdf/types/doc_pages_flatten200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_pages_flatten200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_pages_flatten400response.rb b/lib/CloudPDF/types/doc_pages_flatten400response.rb similarity index 72% rename from lib/cloudpdf/types/doc_pages_flatten400response.rb rename to lib/CloudPDF/types/doc_pages_flatten400response.rb index 6dd4893..c532896 100644 --- a/lib/cloudpdf/types/doc_pages_flatten400response.rb +++ b/lib/CloudPDF/types/doc_pages_flatten400response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten400Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocPagesFlatten400ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocPagesFlatten400ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocPagesFlatten400ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocPagesFlatten400ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_pages_flatten400response_code.rb b/lib/CloudPDF/types/doc_pages_flatten400response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_pages_flatten400response_code.rb rename to lib/CloudPDF/types/doc_pages_flatten400response_code.rb index f077b29..a337e37 100644 --- a/lib/cloudpdf/types/doc_pages_flatten400response_code.rb +++ b/lib/CloudPDF/types/doc_pages_flatten400response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesFlatten400ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_pages_flatten400response_name.rb b/lib/CloudPDF/types/doc_pages_flatten400response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_pages_flatten400response_name.rb rename to lib/CloudPDF/types/doc_pages_flatten400response_name.rb index f86b0aa..e2b7a60 100644 --- a/lib/cloudpdf/types/doc_pages_flatten400response_name.rb +++ b/lib/CloudPDF/types/doc_pages_flatten400response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesFlatten400ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_pages_flatten404response.rb b/lib/CloudPDF/types/doc_pages_flatten404response.rb similarity index 72% rename from lib/cloudpdf/types/doc_pages_flatten404response.rb rename to lib/CloudPDF/types/doc_pages_flatten404response.rb index d19364f..e8097dd 100644 --- a/lib/cloudpdf/types/doc_pages_flatten404response.rb +++ b/lib/CloudPDF/types/doc_pages_flatten404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesFlatten404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocPagesFlatten404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocPagesFlatten404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocPagesFlatten404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocPagesFlatten404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_pages_flatten404response_code.rb b/lib/CloudPDF/types/doc_pages_flatten404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_pages_flatten404response_code.rb rename to lib/CloudPDF/types/doc_pages_flatten404response_code.rb index 34c6720..09b0502 100644 --- a/lib/cloudpdf/types/doc_pages_flatten404response_code.rb +++ b/lib/CloudPDF/types/doc_pages_flatten404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesFlatten404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_pages_flatten404response_name.rb b/lib/CloudPDF/types/doc_pages_flatten404response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_pages_flatten404response_name.rb rename to lib/CloudPDF/types/doc_pages_flatten404response_name.rb index 1424b60..f97ab2c 100644 --- a/lib/cloudpdf/types/doc_pages_flatten404response_name.rb +++ b/lib/CloudPDF/types/doc_pages_flatten404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesFlatten404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_pages_flatten_request.rb b/lib/CloudPDF/types/doc_pages_flatten_request.rb similarity index 96% rename from lib/cloudpdf/types/doc_pages_flatten_request.rb rename to lib/CloudPDF/types/doc_pages_flatten_request.rb index 2ef8a58..d7f417e 100644 --- a/lib/cloudpdf/types/doc_pages_flatten_request.rb +++ b/lib/CloudPDF/types/doc_pages_flatten_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesFlattenRequest # DocPagesFlattenRequest is an alias for Hash diff --git a/lib/cloudpdf/types/doc_pages_move200response.rb b/lib/CloudPDF/types/doc_pages_move200response.rb similarity index 67% rename from lib/cloudpdf/types/doc_pages_move200response.rb rename to lib/CloudPDF/types/doc_pages_move200response.rb index dff4d87..3be2359 100644 --- a/lib/cloudpdf/types/doc_pages_move200response.rb +++ b/lib/CloudPDF/types/doc_pages_move200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocPagesMove200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocPagesMove200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_move200response_meta.rb b/lib/CloudPDF/types/doc_pages_move200response_meta.rb similarity index 55% rename from lib/cloudpdf/types/doc_pages_move200response_meta.rb rename to lib/CloudPDF/types/doc_pages_move200response_meta.rb index ee5949d..54a8343 100644 --- a/lib/cloudpdf/types/doc_pages_move200response_meta.rb +++ b/lib/CloudPDF/types/doc_pages_move200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocPagesMove200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocPagesMove200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocPagesMove200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocPagesMove200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item.rb similarity index 75% rename from lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item.rb index c7082f3..eb5157c 100644 --- a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocPagesMove200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocPagesMove200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_revision.rb index 94258f9..0e51329 100644 --- a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 61% rename from lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state.rb index 48395cd..e553284 100644 --- a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_known.rb index eaaa981..b93428a 100644 --- a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index 722527b..5ada8d2 100644 --- a/lib/cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_pages_move200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_pages_move200response_meta_cache_delta.rb similarity index 84% rename from lib/cloudpdf/types/doc_pages_move200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_pages_move200response_meta_cache_delta.rb index 6a3861c..9780dba 100644 --- a/lib/cloudpdf/types/doc_pages_move200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_pages_move200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocPagesMove200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocPagesMove200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_move200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_pages_move200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_pages_move200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_pages_move200response_meta_cache_delta_pages_item.rb index 6d4fd49..7b751d2 100644 --- a/lib/cloudpdf/types/doc_pages_move200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_pages_move200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocPagesMove200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocPagesMove200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_move200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_pages_move200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_pages_move200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_pages_move200response_meta_cache_delta_pages_item_cache.rb index 8e08d77..a5eca17 100644 --- a/lib/cloudpdf/types/doc_pages_move200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_pages_move200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_pages_move400response.rb b/lib/CloudPDF/types/doc_pages_move400response.rb similarity index 72% rename from lib/cloudpdf/types/doc_pages_move400response.rb rename to lib/CloudPDF/types/doc_pages_move400response.rb index 7771f30..de4720c 100644 --- a/lib/cloudpdf/types/doc_pages_move400response.rb +++ b/lib/CloudPDF/types/doc_pages_move400response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove400Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocPagesMove400ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocPagesMove400ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocPagesMove400ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocPagesMove400ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_pages_move400response_code.rb b/lib/CloudPDF/types/doc_pages_move400response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_pages_move400response_code.rb rename to lib/CloudPDF/types/doc_pages_move400response_code.rb index aeb6c35..7e7c72d 100644 --- a/lib/cloudpdf/types/doc_pages_move400response_code.rb +++ b/lib/CloudPDF/types/doc_pages_move400response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesMove400ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_pages_move400response_name.rb b/lib/CloudPDF/types/doc_pages_move400response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_pages_move400response_name.rb rename to lib/CloudPDF/types/doc_pages_move400response_name.rb index c3ec330..59860b4 100644 --- a/lib/cloudpdf/types/doc_pages_move400response_name.rb +++ b/lib/CloudPDF/types/doc_pages_move400response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesMove400ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_pages_move404response.rb b/lib/CloudPDF/types/doc_pages_move404response.rb similarity index 72% rename from lib/cloudpdf/types/doc_pages_move404response.rb rename to lib/CloudPDF/types/doc_pages_move404response.rb index 29657d6..77f7e05 100644 --- a/lib/cloudpdf/types/doc_pages_move404response.rb +++ b/lib/CloudPDF/types/doc_pages_move404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesMove404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocPagesMove404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocPagesMove404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocPagesMove404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocPagesMove404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_pages_move404response_code.rb b/lib/CloudPDF/types/doc_pages_move404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_pages_move404response_code.rb rename to lib/CloudPDF/types/doc_pages_move404response_code.rb index ba626c2..662c909 100644 --- a/lib/cloudpdf/types/doc_pages_move404response_code.rb +++ b/lib/CloudPDF/types/doc_pages_move404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesMove404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_pages_move404response_name.rb b/lib/CloudPDF/types/doc_pages_move404response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_pages_move404response_name.rb rename to lib/CloudPDF/types/doc_pages_move404response_name.rb index f3b6e35..6c9061d 100644 --- a/lib/cloudpdf/types/doc_pages_move404response_name.rb +++ b/lib/CloudPDF/types/doc_pages_move404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesMove404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_pages_move_request.rb b/lib/CloudPDF/types/doc_pages_move_request.rb similarity index 96% rename from lib/cloudpdf/types/doc_pages_move_request.rb rename to lib/CloudPDF/types/doc_pages_move_request.rb index 0338a26..49017c6 100644 --- a/lib/cloudpdf/types/doc_pages_move_request.rb +++ b/lib/CloudPDF/types/doc_pages_move_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesMoveRequest # DocPagesMoveRequest is an alias for Hash diff --git a/lib/cloudpdf/types/doc_pages_rotate200response.rb b/lib/CloudPDF/types/doc_pages_rotate200response.rb similarity index 67% rename from lib/cloudpdf/types/doc_pages_rotate200response.rb rename to lib/CloudPDF/types/doc_pages_rotate200response.rb index 70647a3..89186da 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocPagesRotate200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocPagesRotate200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_rotate200response_meta.rb b/lib/CloudPDF/types/doc_pages_rotate200response_meta.rb similarity index 56% rename from lib/cloudpdf/types/doc_pages_rotate200response_meta.rb rename to lib/CloudPDF/types/doc_pages_rotate200response_meta.rb index aebdd41..ffd3922 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response_meta.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocPagesRotate200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocPagesRotate200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocPagesRotate200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocPagesRotate200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item.rb index 24571ee..34d8785 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocPagesRotate200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocPagesRotate200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_revision.rb index 0fec7bc..5415740 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 62% rename from lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state.rb index 7af38d6..b8c7f02 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_known.rb index c1bfaf9..b2e305f 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index 0311da0..ab61c98 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_pages_rotate200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_pages_rotate200response_meta_cache_delta.rb similarity index 84% rename from lib/cloudpdf/types/doc_pages_rotate200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_pages_rotate200response_meta_cache_delta.rb index d12f51f..fb8cb50 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocPagesRotate200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocPagesRotate200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_rotate200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_pages_rotate200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_pages_rotate200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_pages_rotate200response_meta_cache_delta_pages_item.rb index 544274c..b2ac177 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_pages_rotate200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_pages_rotate200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_pages_rotate200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_pages_rotate200response_meta_cache_delta_pages_item_cache.rb index 4007a57..a31e901 100644 --- a/lib/cloudpdf/types/doc_pages_rotate200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_pages_rotate200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_pages_rotate400response.rb b/lib/CloudPDF/types/doc_pages_rotate400response.rb similarity index 72% rename from lib/cloudpdf/types/doc_pages_rotate400response.rb rename to lib/CloudPDF/types/doc_pages_rotate400response.rb index 12bc915..1e9eeac 100644 --- a/lib/cloudpdf/types/doc_pages_rotate400response.rb +++ b/lib/CloudPDF/types/doc_pages_rotate400response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate400Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocPagesRotate400ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocPagesRotate400ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocPagesRotate400ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocPagesRotate400ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_pages_rotate400response_code.rb b/lib/CloudPDF/types/doc_pages_rotate400response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_pages_rotate400response_code.rb rename to lib/CloudPDF/types/doc_pages_rotate400response_code.rb index 74eee7d..6fd1c81 100644 --- a/lib/cloudpdf/types/doc_pages_rotate400response_code.rb +++ b/lib/CloudPDF/types/doc_pages_rotate400response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesRotate400ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_pages_rotate400response_name.rb b/lib/CloudPDF/types/doc_pages_rotate400response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_pages_rotate400response_name.rb rename to lib/CloudPDF/types/doc_pages_rotate400response_name.rb index f8dd02d..f710dcc 100644 --- a/lib/cloudpdf/types/doc_pages_rotate400response_name.rb +++ b/lib/CloudPDF/types/doc_pages_rotate400response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesRotate400ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_pages_rotate404response.rb b/lib/CloudPDF/types/doc_pages_rotate404response.rb similarity index 72% rename from lib/cloudpdf/types/doc_pages_rotate404response.rb rename to lib/CloudPDF/types/doc_pages_rotate404response.rb index 8da986b..048aa1d 100644 --- a/lib/cloudpdf/types/doc_pages_rotate404response.rb +++ b/lib/CloudPDF/types/doc_pages_rotate404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocPagesRotate404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocPagesRotate404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocPagesRotate404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocPagesRotate404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocPagesRotate404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_pages_rotate404response_code.rb b/lib/CloudPDF/types/doc_pages_rotate404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_pages_rotate404response_code.rb rename to lib/CloudPDF/types/doc_pages_rotate404response_code.rb index 8f0f2f6..6df9304 100644 --- a/lib/cloudpdf/types/doc_pages_rotate404response_code.rb +++ b/lib/CloudPDF/types/doc_pages_rotate404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesRotate404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_pages_rotate404response_name.rb b/lib/CloudPDF/types/doc_pages_rotate404response_name.rb similarity index 69% rename from lib/cloudpdf/types/doc_pages_rotate404response_name.rb rename to lib/CloudPDF/types/doc_pages_rotate404response_name.rb index 64744de..9248f03 100644 --- a/lib/cloudpdf/types/doc_pages_rotate404response_name.rb +++ b/lib/CloudPDF/types/doc_pages_rotate404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesRotate404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_pages_rotate_request.rb b/lib/CloudPDF/types/doc_pages_rotate_request.rb similarity index 96% rename from lib/cloudpdf/types/doc_pages_rotate_request.rb rename to lib/CloudPDF/types/doc_pages_rotate_request.rb index f5da8a5..dc8eb72 100644 --- a/lib/cloudpdf/types/doc_pages_rotate_request.rb +++ b/lib/CloudPDF/types/doc_pages_rotate_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocPagesRotateRequest # DocPagesRotateRequest is an alias for Hash diff --git a/lib/cloudpdf/types/doc_redactions_apply200response.rb b/lib/CloudPDF/types/doc_redactions_apply200response.rb similarity index 68% rename from lib/cloudpdf/types/doc_redactions_apply200response.rb rename to lib/CloudPDF/types/doc_redactions_apply200response.rb index 9795227..3980f07 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200Response < Internal::Types::Model - field :meta, -> { Cloudpdf::Types::DocRedactionsApply200ResponseMeta }, optional: false, nullable: false + field :meta, -> { CloudPDF::Types::DocRedactionsApply200ResponseMeta }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_redactions_apply200response_meta.rb b/lib/CloudPDF/types/doc_redactions_apply200response_meta.rb similarity index 57% rename from lib/cloudpdf/types/doc_redactions_apply200response_meta.rb rename to lib/CloudPDF/types/doc_redactions_apply200response_meta.rb index 1c7abfc..da606be 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response_meta.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response_meta.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200ResponseMeta < Internal::Types::Model - field :affected_pages, -> { Internal::Types::Array[Cloudpdf::Types::DocRedactionsApply200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" + field :affected_pages, -> { Internal::Types::Array[CloudPDF::Types::DocRedactionsApply200ResponseMetaAffectedPagesItem] }, optional: false, nullable: false, api_name: "affectedPages" - field :cache_delta, -> { Cloudpdf::Types::DocRedactionsApply200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" + field :cache_delta, -> { CloudPDF::Types::DocRedactionsApply200ResponseMetaCacheDelta }, optional: false, nullable: true, api_name: "cacheDelta" end end end diff --git a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item.rb b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item.rb similarity index 76% rename from lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item.rb rename to lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item.rb index 1d321c6..268b67f 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200ResponseMetaAffectedPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :revision, -> { Cloudpdf::Types::DocRedactionsApply200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false + field :revision, -> { CloudPDF::Types::DocRedactionsApply200ResponseMetaAffectedPagesItemRevision }, optional: false, nullable: false - field :weak_annotation_state, -> { Cloudpdf::Types::DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" + field :weak_annotation_state, -> { CloudPDF::Types::DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState }, optional: false, nullable: false, api_name: "weakAnnotationState" end end end diff --git a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_revision.rb b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_revision.rb similarity index 96% rename from lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_revision.rb rename to lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_revision.rb index fbfe3fe..e5cf74f 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_revision.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_revision.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200ResponseMetaAffectedPagesItemRevision < Internal::Types::Model field :doc_session_id, -> { String }, optional: false, nullable: false, api_name: "docSessionId" diff --git a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state.rb b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state.rb similarity index 63% rename from lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state.rb rename to lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state.rb index f284181..92de812 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" + member -> { CloudPDF::Types::DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown }, key: "UNKNOWN" - member -> { Cloudpdf::Types::DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" + member -> { CloudPDF::Types::DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown }, key: "KNOWN" end end end diff --git a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_known.rb b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_known.rb similarity index 95% rename from lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_known.rb rename to lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_known.rb index c8eee89..a9bc7a5 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_known.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_known.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown < Internal::Types::Model field :has_any_weak_annotations, -> { Internal::Types::Boolean }, optional: false, nullable: false, api_name: "hasAnyWeakAnnotations" diff --git a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_unknown.rb b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_unknown.rb similarity index 91% rename from lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_unknown.rb rename to lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_unknown.rb index b5fedab..e3f6133 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_unknown.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_unknown.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown < Internal::Types::Model; end end diff --git a/lib/cloudpdf/types/doc_redactions_apply200response_meta_cache_delta.rb b/lib/CloudPDF/types/doc_redactions_apply200response_meta_cache_delta.rb similarity index 84% rename from lib/cloudpdf/types/doc_redactions_apply200response_meta_cache_delta.rb rename to lib/CloudPDF/types/doc_redactions_apply200response_meta_cache_delta.rb index 31957d9..7d0066e 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response_meta_cache_delta.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response_meta_cache_delta.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200ResponseMetaCacheDelta < Internal::Types::Model field :previous_doc_version, -> { Integer }, optional: false, nullable: false, api_name: "previousDocVersion" field :doc_version, -> { Integer }, optional: false, nullable: false, api_name: "docVersion" - field :pages, -> { Internal::Types::Array[Cloudpdf::Types::DocRedactionsApply200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false + field :pages, -> { Internal::Types::Array[CloudPDF::Types::DocRedactionsApply200ResponseMetaCacheDeltaPagesItem] }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_redactions_apply200response_meta_cache_delta_pages_item.rb b/lib/CloudPDF/types/doc_redactions_apply200response_meta_cache_delta_pages_item.rb similarity index 80% rename from lib/cloudpdf/types/doc_redactions_apply200response_meta_cache_delta_pages_item.rb rename to lib/CloudPDF/types/doc_redactions_apply200response_meta_cache_delta_pages_item.rb index 2ef43e7..f7d16b4 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response_meta_cache_delta_pages_item.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response_meta_cache_delta_pages_item.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200ResponseMetaCacheDeltaPagesItem < Internal::Types::Model field :page_object_number, -> { Integer }, optional: false, nullable: false, api_name: "pageObjectNumber" - field :cache, -> { Cloudpdf::Types::DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false + field :cache, -> { CloudPDF::Types::DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/doc_redactions_apply200response_meta_cache_delta_pages_item_cache.rb b/lib/CloudPDF/types/doc_redactions_apply200response_meta_cache_delta_pages_item_cache.rb similarity index 95% rename from lib/cloudpdf/types/doc_redactions_apply200response_meta_cache_delta_pages_item_cache.rb rename to lib/CloudPDF/types/doc_redactions_apply200response_meta_cache_delta_pages_item_cache.rb index 7a7ff75..e2ebffe 100644 --- a/lib/cloudpdf/types/doc_redactions_apply200response_meta_cache_delta_pages_item_cache.rb +++ b/lib/CloudPDF/types/doc_redactions_apply200response_meta_cache_delta_pages_item_cache.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache < Internal::Types::Model field :content_version, -> { Integer }, optional: false, nullable: false, api_name: "contentVersion" diff --git a/lib/cloudpdf/types/doc_redactions_apply400response.rb b/lib/CloudPDF/types/doc_redactions_apply400response.rb similarity index 73% rename from lib/cloudpdf/types/doc_redactions_apply400response.rb rename to lib/CloudPDF/types/doc_redactions_apply400response.rb index 5f05614..39d40ef 100644 --- a/lib/cloudpdf/types/doc_redactions_apply400response.rb +++ b/lib/CloudPDF/types/doc_redactions_apply400response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply400Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocRedactionsApply400ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocRedactionsApply400ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocRedactionsApply400ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocRedactionsApply400ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_redactions_apply400response_code.rb b/lib/CloudPDF/types/doc_redactions_apply400response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_redactions_apply400response_code.rb rename to lib/CloudPDF/types/doc_redactions_apply400response_code.rb index 8315b73..54111ba 100644 --- a/lib/cloudpdf/types/doc_redactions_apply400response_code.rb +++ b/lib/CloudPDF/types/doc_redactions_apply400response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocRedactionsApply400ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_redactions_apply400response_name.rb b/lib/CloudPDF/types/doc_redactions_apply400response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_redactions_apply400response_name.rb rename to lib/CloudPDF/types/doc_redactions_apply400response_name.rb index 1849363..4d47464 100644 --- a/lib/cloudpdf/types/doc_redactions_apply400response_name.rb +++ b/lib/CloudPDF/types/doc_redactions_apply400response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocRedactionsApply400ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_redactions_apply404response.rb b/lib/CloudPDF/types/doc_redactions_apply404response.rb similarity index 73% rename from lib/cloudpdf/types/doc_redactions_apply404response.rb rename to lib/CloudPDF/types/doc_redactions_apply404response.rb index 96957e0..6809874 100644 --- a/lib/cloudpdf/types/doc_redactions_apply404response.rb +++ b/lib/CloudPDF/types/doc_redactions_apply404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRedactionsApply404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocRedactionsApply404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocRedactionsApply404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocRedactionsApply404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocRedactionsApply404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_redactions_apply404response_code.rb b/lib/CloudPDF/types/doc_redactions_apply404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_redactions_apply404response_code.rb rename to lib/CloudPDF/types/doc_redactions_apply404response_code.rb index 82efe35..d6fef27 100644 --- a/lib/cloudpdf/types/doc_redactions_apply404response_code.rb +++ b/lib/CloudPDF/types/doc_redactions_apply404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocRedactionsApply404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_redactions_apply404response_name.rb b/lib/CloudPDF/types/doc_redactions_apply404response_name.rb similarity index 70% rename from lib/cloudpdf/types/doc_redactions_apply404response_name.rb rename to lib/CloudPDF/types/doc_redactions_apply404response_name.rb index 8da38c5..e891445 100644 --- a/lib/cloudpdf/types/doc_redactions_apply404response_name.rb +++ b/lib/CloudPDF/types/doc_redactions_apply404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocRedactionsApply404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_redactions_apply_request.rb b/lib/CloudPDF/types/doc_redactions_apply_request.rb similarity index 96% rename from lib/cloudpdf/types/doc_redactions_apply_request.rb rename to lib/CloudPDF/types/doc_redactions_apply_request.rb index f9479c9..5f170e3 100644 --- a/lib/cloudpdf/types/doc_redactions_apply_request.rb +++ b/lib/CloudPDF/types/doc_redactions_apply_request.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocRedactionsApplyRequest # DocRedactionsApplyRequest is an alias for Hash diff --git a/lib/cloudpdf/types/doc_render_response.rb b/lib/CloudPDF/types/doc_render_response.rb similarity index 71% rename from lib/cloudpdf/types/doc_render_response.rb rename to lib/CloudPDF/types/doc_render_response.rb index f68b379..ced8760 100644 --- a/lib/cloudpdf/types/doc_render_response.rb +++ b/lib/CloudPDF/types/doc_render_response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocRenderResponse < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocRenderResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocRenderResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocRenderResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocRenderResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_render_response_code.rb b/lib/CloudPDF/types/doc_render_response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_render_response_code.rb rename to lib/CloudPDF/types/doc_render_response_code.rb index 4f94f1f..eada5e4 100644 --- a/lib/cloudpdf/types/doc_render_response_code.rb +++ b/lib/CloudPDF/types/doc_render_response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocRenderResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_render_response_name.rb b/lib/CloudPDF/types/doc_render_response_name.rb similarity index 68% rename from lib/cloudpdf/types/doc_render_response_name.rb rename to lib/CloudPDF/types/doc_render_response_name.rb index 9b3a5c5..da0bf46 100644 --- a/lib/cloudpdf/types/doc_render_response_name.rb +++ b/lib/CloudPDF/types/doc_render_response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocRenderResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/doc_text200response.rb b/lib/CloudPDF/types/doc_text200response.rb similarity index 94% rename from lib/cloudpdf/types/doc_text200response.rb rename to lib/CloudPDF/types/doc_text200response.rb index b92213a..8b84d26 100644 --- a/lib/cloudpdf/types/doc_text200response.rb +++ b/lib/CloudPDF/types/doc_text200response.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocText200Response < Internal::Types::Model field :text, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_text404response.rb b/lib/CloudPDF/types/doc_text404response.rb similarity index 71% rename from lib/cloudpdf/types/doc_text404response.rb rename to lib/CloudPDF/types/doc_text404response.rb index 29ab90c..560735f 100644 --- a/lib/cloudpdf/types/doc_text404response.rb +++ b/lib/CloudPDF/types/doc_text404response.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocText404Response < Internal::Types::Model - field :name, -> { Cloudpdf::Types::DocText404ResponseName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::DocText404ResponseName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::DocText404ResponseCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::DocText404ResponseCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/doc_text404response_code.rb b/lib/CloudPDF/types/doc_text404response_code.rb similarity index 93% rename from lib/cloudpdf/types/doc_text404response_code.rb rename to lib/CloudPDF/types/doc_text404response_code.rb index 3c4a48e..78b5ec1 100644 --- a/lib/cloudpdf/types/doc_text404response_code.rb +++ b/lib/CloudPDF/types/doc_text404response_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocText404ResponseCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/doc_text404response_name.rb b/lib/CloudPDF/types/doc_text404response_name.rb similarity index 68% rename from lib/cloudpdf/types/doc_text404response_name.rb rename to lib/CloudPDF/types/doc_text404response_name.rb index fe81578..87dd8eb 100644 --- a/lib/cloudpdf/types/doc_text404response_name.rb +++ b/lib/CloudPDF/types/doc_text404response_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocText404ResponseName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/documents_commit200response.rb b/lib/CloudPDF/types/documents_commit200response.rb similarity index 68% rename from lib/cloudpdf/types/documents_commit200response.rb rename to lib/CloudPDF/types/documents_commit200response.rb index efee3aa..a7214a7 100644 --- a/lib/cloudpdf/types/documents_commit200response.rb +++ b/lib/CloudPDF/types/documents_commit200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsCommit200Response < Internal::Types::Model - field :document, -> { Cloudpdf::Types::DocumentsCommit200ResponseDocument }, optional: false, nullable: false + field :document, -> { CloudPDF::Types::DocumentsCommit200ResponseDocument }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_commit200response_document.rb b/lib/CloudPDF/types/documents_commit200response_document.rb similarity index 90% rename from lib/cloudpdf/types/documents_commit200response_document.rb rename to lib/CloudPDF/types/documents_commit200response_document.rb index 78409b8..d76bd05 100644 --- a/lib/cloudpdf/types/documents_commit200response_document.rb +++ b/lib/CloudPDF/types/documents_commit200response_document.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsCommit200ResponseDocument < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false field :tenant_id, -> { String }, optional: false, nullable: false, api_name: "tenantId" - field :state, -> { Cloudpdf::Types::DocumentsCommit200ResponseDocumentState }, optional: false, nullable: false + field :state, -> { CloudPDF::Types::DocumentsCommit200ResponseDocumentState }, optional: false, nullable: false field :base_sha, -> { String }, optional: false, nullable: true, api_name: "baseSha" @@ -19,7 +19,7 @@ class DocumentsCommit200ResponseDocument < Internal::Types::Model field :failure_reason, -> { String }, optional: false, nullable: true, api_name: "failureReason" - field :thumbnail_state, -> { Cloudpdf::Types::DocumentsCommit200ResponseDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" + field :thumbnail_state, -> { CloudPDF::Types::DocumentsCommit200ResponseDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" field :thumbnail_url, -> { String }, optional: true, nullable: false, api_name: "thumbnailUrl" diff --git a/lib/cloudpdf/types/documents_commit200response_document_state.rb b/lib/CloudPDF/types/documents_commit200response_document_state.rb similarity index 77% rename from lib/cloudpdf/types/documents_commit200response_document_state.rb rename to lib/CloudPDF/types/documents_commit200response_document_state.rb index 5f5814a..b0ba2c2 100644 --- a/lib/cloudpdf/types/documents_commit200response_document_state.rb +++ b/lib/CloudPDF/types/documents_commit200response_document_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsCommit200ResponseDocumentState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_commit200response_document_thumbnail_state.rb b/lib/CloudPDF/types/documents_commit200response_document_thumbnail_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_commit200response_document_thumbnail_state.rb rename to lib/CloudPDF/types/documents_commit200response_document_thumbnail_state.rb index 48b427d..1e917dc 100644 --- a/lib/cloudpdf/types/documents_commit200response_document_thumbnail_state.rb +++ b/lib/CloudPDF/types/documents_commit200response_document_thumbnail_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsCommit200ResponseDocumentThumbnailState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_commit400response.rb b/lib/CloudPDF/types/documents_commit400response.rb similarity index 68% rename from lib/cloudpdf/types/documents_commit400response.rb rename to lib/CloudPDF/types/documents_commit400response.rb index cae4ee4..17ef144 100644 --- a/lib/cloudpdf/types/documents_commit400response.rb +++ b/lib/CloudPDF/types/documents_commit400response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsCommit400Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsCommit400ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsCommit400ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_commit400response_error.rb b/lib/CloudPDF/types/documents_commit400response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_commit400response_error.rb rename to lib/CloudPDF/types/documents_commit400response_error.rb index f83c63e..bb17468 100644 --- a/lib/cloudpdf/types/documents_commit400response_error.rb +++ b/lib/CloudPDF/types/documents_commit400response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsCommit400ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_commit404response.rb b/lib/CloudPDF/types/documents_commit404response.rb similarity index 68% rename from lib/cloudpdf/types/documents_commit404response.rb rename to lib/CloudPDF/types/documents_commit404response.rb index 161730d..f69ca61 100644 --- a/lib/cloudpdf/types/documents_commit404response.rb +++ b/lib/CloudPDF/types/documents_commit404response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsCommit404Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsCommit404ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsCommit404ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_commit404response_error.rb b/lib/CloudPDF/types/documents_commit404response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_commit404response_error.rb rename to lib/CloudPDF/types/documents_commit404response_error.rb index 53e1d9b..c09f39f 100644 --- a/lib/cloudpdf/types/documents_commit404response_error.rb +++ b/lib/CloudPDF/types/documents_commit404response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsCommit404ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_delete403response.rb b/lib/CloudPDF/types/documents_delete403response.rb similarity index 68% rename from lib/cloudpdf/types/documents_delete403response.rb rename to lib/CloudPDF/types/documents_delete403response.rb index ed739f5..76f9dc9 100644 --- a/lib/cloudpdf/types/documents_delete403response.rb +++ b/lib/CloudPDF/types/documents_delete403response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsDelete403Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsDelete403ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsDelete403ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_delete403response_error.rb b/lib/CloudPDF/types/documents_delete403response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_delete403response_error.rb rename to lib/CloudPDF/types/documents_delete403response_error.rb index 158290d..279946a 100644 --- a/lib/cloudpdf/types/documents_delete403response_error.rb +++ b/lib/CloudPDF/types/documents_delete403response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsDelete403ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_delete404response.rb b/lib/CloudPDF/types/documents_delete404response.rb similarity index 68% rename from lib/cloudpdf/types/documents_delete404response.rb rename to lib/CloudPDF/types/documents_delete404response.rb index 9b91267..4e0475e 100644 --- a/lib/cloudpdf/types/documents_delete404response.rb +++ b/lib/CloudPDF/types/documents_delete404response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsDelete404Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsDelete404ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsDelete404ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_delete404response_error.rb b/lib/CloudPDF/types/documents_delete404response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_delete404response_error.rb rename to lib/CloudPDF/types/documents_delete404response_error.rb index a73343b..0faa196 100644 --- a/lib/cloudpdf/types/documents_delete404response_error.rb +++ b/lib/CloudPDF/types/documents_delete404response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsDelete404ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_download403response.rb b/lib/CloudPDF/types/documents_download403response.rb similarity index 68% rename from lib/cloudpdf/types/documents_download403response.rb rename to lib/CloudPDF/types/documents_download403response.rb index d9b0da9..00dc0e2 100644 --- a/lib/cloudpdf/types/documents_download403response.rb +++ b/lib/CloudPDF/types/documents_download403response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsDownload403Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsDownload403ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsDownload403ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_download403response_error.rb b/lib/CloudPDF/types/documents_download403response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_download403response_error.rb rename to lib/CloudPDF/types/documents_download403response_error.rb index 3db37db..d2176f1 100644 --- a/lib/cloudpdf/types/documents_download403response_error.rb +++ b/lib/CloudPDF/types/documents_download403response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsDownload403ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_download404response.rb b/lib/CloudPDF/types/documents_download404response.rb similarity index 68% rename from lib/cloudpdf/types/documents_download404response.rb rename to lib/CloudPDF/types/documents_download404response.rb index 55497ac..df8e6dc 100644 --- a/lib/cloudpdf/types/documents_download404response.rb +++ b/lib/CloudPDF/types/documents_download404response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsDownload404Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsDownload404ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsDownload404ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_download404response_error.rb b/lib/CloudPDF/types/documents_download404response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_download404response_error.rb rename to lib/CloudPDF/types/documents_download404response_error.rb index 7b2a86c..899fdd0 100644 --- a/lib/cloudpdf/types/documents_download404response_error.rb +++ b/lib/CloudPDF/types/documents_download404response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsDownload404ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_get200response.rb b/lib/CloudPDF/types/documents_get200response.rb similarity index 68% rename from lib/cloudpdf/types/documents_get200response.rb rename to lib/CloudPDF/types/documents_get200response.rb index 7d0e586..bb4ec1d 100644 --- a/lib/cloudpdf/types/documents_get200response.rb +++ b/lib/CloudPDF/types/documents_get200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsGet200Response < Internal::Types::Model - field :document, -> { Cloudpdf::Types::DocumentsGet200ResponseDocument }, optional: false, nullable: false + field :document, -> { CloudPDF::Types::DocumentsGet200ResponseDocument }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_get200response_document.rb b/lib/CloudPDF/types/documents_get200response_document.rb similarity index 90% rename from lib/cloudpdf/types/documents_get200response_document.rb rename to lib/CloudPDF/types/documents_get200response_document.rb index fadf93d..6c5f0c4 100644 --- a/lib/cloudpdf/types/documents_get200response_document.rb +++ b/lib/CloudPDF/types/documents_get200response_document.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsGet200ResponseDocument < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false field :tenant_id, -> { String }, optional: false, nullable: false, api_name: "tenantId" - field :state, -> { Cloudpdf::Types::DocumentsGet200ResponseDocumentState }, optional: false, nullable: false + field :state, -> { CloudPDF::Types::DocumentsGet200ResponseDocumentState }, optional: false, nullable: false field :base_sha, -> { String }, optional: false, nullable: true, api_name: "baseSha" @@ -19,7 +19,7 @@ class DocumentsGet200ResponseDocument < Internal::Types::Model field :failure_reason, -> { String }, optional: false, nullable: true, api_name: "failureReason" - field :thumbnail_state, -> { Cloudpdf::Types::DocumentsGet200ResponseDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" + field :thumbnail_state, -> { CloudPDF::Types::DocumentsGet200ResponseDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" field :thumbnail_url, -> { String }, optional: true, nullable: false, api_name: "thumbnailUrl" diff --git a/lib/cloudpdf/types/documents_get200response_document_state.rb b/lib/CloudPDF/types/documents_get200response_document_state.rb similarity index 77% rename from lib/cloudpdf/types/documents_get200response_document_state.rb rename to lib/CloudPDF/types/documents_get200response_document_state.rb index 679d09e..89f4f6a 100644 --- a/lib/cloudpdf/types/documents_get200response_document_state.rb +++ b/lib/CloudPDF/types/documents_get200response_document_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsGet200ResponseDocumentState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_get200response_document_thumbnail_state.rb b/lib/CloudPDF/types/documents_get200response_document_thumbnail_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_get200response_document_thumbnail_state.rb rename to lib/CloudPDF/types/documents_get200response_document_thumbnail_state.rb index c607a87..a356730 100644 --- a/lib/cloudpdf/types/documents_get200response_document_thumbnail_state.rb +++ b/lib/CloudPDF/types/documents_get200response_document_thumbnail_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsGet200ResponseDocumentThumbnailState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_get403response.rb b/lib/CloudPDF/types/documents_get403response.rb similarity index 67% rename from lib/cloudpdf/types/documents_get403response.rb rename to lib/CloudPDF/types/documents_get403response.rb index aa7a4e4..218c202 100644 --- a/lib/cloudpdf/types/documents_get403response.rb +++ b/lib/CloudPDF/types/documents_get403response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsGet403Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsGet403ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsGet403ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_get403response_error.rb b/lib/CloudPDF/types/documents_get403response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_get403response_error.rb rename to lib/CloudPDF/types/documents_get403response_error.rb index af89b7a..3389c54 100644 --- a/lib/cloudpdf/types/documents_get403response_error.rb +++ b/lib/CloudPDF/types/documents_get403response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsGet403ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_get404response.rb b/lib/CloudPDF/types/documents_get404response.rb similarity index 67% rename from lib/cloudpdf/types/documents_get404response.rb rename to lib/CloudPDF/types/documents_get404response.rb index 5f53054..79f2fa0 100644 --- a/lib/cloudpdf/types/documents_get404response.rb +++ b/lib/CloudPDF/types/documents_get404response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsGet404Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsGet404ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsGet404ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_get404response_error.rb b/lib/CloudPDF/types/documents_get404response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_get404response_error.rb rename to lib/CloudPDF/types/documents_get404response_error.rb index f6372d8..133707a 100644 --- a/lib/cloudpdf/types/documents_get404response_error.rb +++ b/lib/CloudPDF/types/documents_get404response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsGet404ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/documents_init200response.rb b/lib/CloudPDF/types/documents_init200response.rb new file mode 100644 index 0000000..52a5b67 --- /dev/null +++ b/lib/CloudPDF/types/documents_init200response.rb @@ -0,0 +1,17 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class DocumentsInit200Response < Internal::Types::Model + extend CloudPDF::Internal::Types::Union + + discriminant :tag + + member -> { CloudPDF::Types::DocumentsInit200ResponseCreated }, key: "CREATED" + + member -> { CloudPDF::Types::DocumentsInit200ResponseResumed }, key: "RESUMED" + + member -> { CloudPDF::Types::DocumentsInit200ResponseDeduped }, key: "DEDUPED" + end + end +end diff --git a/lib/cloudpdf/types/documents_init200response_created.rb b/lib/CloudPDF/types/documents_init200response_created.rb similarity index 62% rename from lib/cloudpdf/types/documents_init200response_created.rb rename to lib/CloudPDF/types/documents_init200response_created.rb index aad1773..c6b2ce3 100644 --- a/lib/cloudpdf/types/documents_init200response_created.rb +++ b/lib/CloudPDF/types/documents_init200response_created.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseCreated < Internal::Types::Model - field :document, -> { Cloudpdf::Types::DocumentsInit200ResponseCreatedDocument }, optional: false, nullable: false + field :document, -> { CloudPDF::Types::DocumentsInit200ResponseCreatedDocument }, optional: false, nullable: false - field :upload, -> { Cloudpdf::Types::DocumentsInit200ResponseCreatedUpload }, optional: false, nullable: false + field :upload, -> { CloudPDF::Types::DocumentsInit200ResponseCreatedUpload }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_init200response_created_document.rb b/lib/CloudPDF/types/documents_init200response_created_document.rb similarity index 90% rename from lib/cloudpdf/types/documents_init200response_created_document.rb rename to lib/CloudPDF/types/documents_init200response_created_document.rb index b25019b..310574d 100644 --- a/lib/cloudpdf/types/documents_init200response_created_document.rb +++ b/lib/CloudPDF/types/documents_init200response_created_document.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseCreatedDocument < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false field :tenant_id, -> { String }, optional: false, nullable: false, api_name: "tenantId" - field :state, -> { Cloudpdf::Types::DocumentsInit200ResponseCreatedDocumentState }, optional: false, nullable: false + field :state, -> { CloudPDF::Types::DocumentsInit200ResponseCreatedDocumentState }, optional: false, nullable: false field :base_sha, -> { String }, optional: false, nullable: true, api_name: "baseSha" @@ -19,7 +19,7 @@ class DocumentsInit200ResponseCreatedDocument < Internal::Types::Model field :failure_reason, -> { String }, optional: false, nullable: true, api_name: "failureReason" - field :thumbnail_state, -> { Cloudpdf::Types::DocumentsInit200ResponseCreatedDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" + field :thumbnail_state, -> { CloudPDF::Types::DocumentsInit200ResponseCreatedDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" field :thumbnail_url, -> { String }, optional: true, nullable: false, api_name: "thumbnailUrl" diff --git a/lib/cloudpdf/types/documents_init200response_created_document_state.rb b/lib/CloudPDF/types/documents_init200response_created_document_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_init200response_created_document_state.rb rename to lib/CloudPDF/types/documents_init200response_created_document_state.rb index 51d521f..e2707ff 100644 --- a/lib/cloudpdf/types/documents_init200response_created_document_state.rb +++ b/lib/CloudPDF/types/documents_init200response_created_document_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsInit200ResponseCreatedDocumentState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_init200response_created_document_thumbnail_state.rb b/lib/CloudPDF/types/documents_init200response_created_document_thumbnail_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_init200response_created_document_thumbnail_state.rb rename to lib/CloudPDF/types/documents_init200response_created_document_thumbnail_state.rb index 747b20f..d83c28e 100644 --- a/lib/cloudpdf/types/documents_init200response_created_document_thumbnail_state.rb +++ b/lib/CloudPDF/types/documents_init200response_created_document_thumbnail_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsInit200ResponseCreatedDocumentThumbnailState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_init200response_created_upload.rb b/lib/CloudPDF/types/documents_init200response_created_upload.rb similarity index 55% rename from lib/cloudpdf/types/documents_init200response_created_upload.rb rename to lib/CloudPDF/types/documents_init200response_created_upload.rb index 5c51667..83dd837 100644 --- a/lib/cloudpdf/types/documents_init200response_created_upload.rb +++ b/lib/CloudPDF/types/documents_init200response_created_upload.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseCreatedUpload < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocumentsInit200ResponseCreatedUploadPresigned }, key: "PRESIGNED" + member -> { CloudPDF::Types::DocumentsInit200ResponseCreatedUploadPresigned }, key: "PRESIGNED" - member -> { Cloudpdf::Types::DocumentsInit200ResponseCreatedUploadDirect }, key: "DIRECT" + member -> { CloudPDF::Types::DocumentsInit200ResponseCreatedUploadDirect }, key: "DIRECT" end end end diff --git a/lib/cloudpdf/types/documents_init200response_created_upload_direct.rb b/lib/CloudPDF/types/documents_init200response_created_upload_direct.rb similarity index 94% rename from lib/cloudpdf/types/documents_init200response_created_upload_direct.rb rename to lib/CloudPDF/types/documents_init200response_created_upload_direct.rb index 0604779..99c69b9 100644 --- a/lib/cloudpdf/types/documents_init200response_created_upload_direct.rb +++ b/lib/CloudPDF/types/documents_init200response_created_upload_direct.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseCreatedUploadDirect < Internal::Types::Model field :url, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_init200response_created_upload_presigned.rb b/lib/CloudPDF/types/documents_init200response_created_upload_presigned.rb similarity index 78% rename from lib/cloudpdf/types/documents_init200response_created_upload_presigned.rb rename to lib/CloudPDF/types/documents_init200response_created_upload_presigned.rb index 3e677bb..bc30619 100644 --- a/lib/cloudpdf/types/documents_init200response_created_upload_presigned.rb +++ b/lib/CloudPDF/types/documents_init200response_created_upload_presigned.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseCreatedUploadPresigned < Internal::Types::Model - field :presigned, -> { Cloudpdf::Types::DocumentsInit200ResponseCreatedUploadPresignedPresigned }, optional: false, nullable: false + field :presigned, -> { CloudPDF::Types::DocumentsInit200ResponseCreatedUploadPresignedPresigned }, optional: false, nullable: false field :key, -> { String }, optional: false, nullable: false end diff --git a/lib/cloudpdf/types/documents_init200response_created_upload_presigned_presigned.rb b/lib/CloudPDF/types/documents_init200response_created_upload_presigned_presigned.rb similarity index 86% rename from lib/cloudpdf/types/documents_init200response_created_upload_presigned_presigned.rb rename to lib/CloudPDF/types/documents_init200response_created_upload_presigned_presigned.rb index 98270e8..efceb54 100644 --- a/lib/cloudpdf/types/documents_init200response_created_upload_presigned_presigned.rb +++ b/lib/CloudPDF/types/documents_init200response_created_upload_presigned_presigned.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseCreatedUploadPresignedPresigned < Internal::Types::Model field :url, -> { String }, optional: false, nullable: false field :headers, -> { Internal::Types::Hash[String, String] }, optional: false, nullable: false - field :method_, -> { Cloudpdf::Types::DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod }, optional: false, nullable: false, api_name: "method" + field :method_, -> { CloudPDF::Types::DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod }, optional: false, nullable: false, api_name: "method" field :expires_at, -> { Integer }, optional: false, nullable: false, api_name: "expiresAt" end diff --git a/lib/cloudpdf/types/documents_init200response_created_upload_presigned_presigned_method.rb b/lib/CloudPDF/types/documents_init200response_created_upload_presigned_presigned_method.rb similarity index 71% rename from lib/cloudpdf/types/documents_init200response_created_upload_presigned_presigned_method.rb rename to lib/CloudPDF/types/documents_init200response_created_upload_presigned_presigned_method.rb index 9a1488e..f8a6981 100644 --- a/lib/cloudpdf/types/documents_init200response_created_upload_presigned_presigned_method.rb +++ b/lib/CloudPDF/types/documents_init200response_created_upload_presigned_presigned_method.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PUT = "PUT" end diff --git a/lib/cloudpdf/types/documents_init200response_deduped.rb b/lib/CloudPDF/types/documents_init200response_deduped.rb similarity index 70% rename from lib/cloudpdf/types/documents_init200response_deduped.rb rename to lib/CloudPDF/types/documents_init200response_deduped.rb index 9bbe47c..a691118 100644 --- a/lib/cloudpdf/types/documents_init200response_deduped.rb +++ b/lib/CloudPDF/types/documents_init200response_deduped.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseDeduped < Internal::Types::Model - field :document, -> { Cloudpdf::Types::DocumentsInit200ResponseDedupedDocument }, optional: false, nullable: false + field :document, -> { CloudPDF::Types::DocumentsInit200ResponseDedupedDocument }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_init200response_deduped_document.rb b/lib/CloudPDF/types/documents_init200response_deduped_document.rb similarity index 90% rename from lib/cloudpdf/types/documents_init200response_deduped_document.rb rename to lib/CloudPDF/types/documents_init200response_deduped_document.rb index a83d60d..208d563 100644 --- a/lib/cloudpdf/types/documents_init200response_deduped_document.rb +++ b/lib/CloudPDF/types/documents_init200response_deduped_document.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseDedupedDocument < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false field :tenant_id, -> { String }, optional: false, nullable: false, api_name: "tenantId" - field :state, -> { Cloudpdf::Types::DocumentsInit200ResponseDedupedDocumentState }, optional: false, nullable: false + field :state, -> { CloudPDF::Types::DocumentsInit200ResponseDedupedDocumentState }, optional: false, nullable: false field :base_sha, -> { String }, optional: false, nullable: true, api_name: "baseSha" @@ -19,7 +19,7 @@ class DocumentsInit200ResponseDedupedDocument < Internal::Types::Model field :failure_reason, -> { String }, optional: false, nullable: true, api_name: "failureReason" - field :thumbnail_state, -> { Cloudpdf::Types::DocumentsInit200ResponseDedupedDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" + field :thumbnail_state, -> { CloudPDF::Types::DocumentsInit200ResponseDedupedDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" field :thumbnail_url, -> { String }, optional: true, nullable: false, api_name: "thumbnailUrl" diff --git a/lib/cloudpdf/types/documents_init200response_deduped_document_state.rb b/lib/CloudPDF/types/documents_init200response_deduped_document_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_init200response_deduped_document_state.rb rename to lib/CloudPDF/types/documents_init200response_deduped_document_state.rb index 0b211c4..65134fc 100644 --- a/lib/cloudpdf/types/documents_init200response_deduped_document_state.rb +++ b/lib/CloudPDF/types/documents_init200response_deduped_document_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsInit200ResponseDedupedDocumentState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_init200response_deduped_document_thumbnail_state.rb b/lib/CloudPDF/types/documents_init200response_deduped_document_thumbnail_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_init200response_deduped_document_thumbnail_state.rb rename to lib/CloudPDF/types/documents_init200response_deduped_document_thumbnail_state.rb index 76b1a6a..18144e1 100644 --- a/lib/cloudpdf/types/documents_init200response_deduped_document_thumbnail_state.rb +++ b/lib/CloudPDF/types/documents_init200response_deduped_document_thumbnail_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsInit200ResponseDedupedDocumentThumbnailState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_init200response_resumed.rb b/lib/CloudPDF/types/documents_init200response_resumed.rb similarity index 62% rename from lib/cloudpdf/types/documents_init200response_resumed.rb rename to lib/CloudPDF/types/documents_init200response_resumed.rb index bc6a6c5..7ddadf0 100644 --- a/lib/cloudpdf/types/documents_init200response_resumed.rb +++ b/lib/CloudPDF/types/documents_init200response_resumed.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseResumed < Internal::Types::Model - field :document, -> { Cloudpdf::Types::DocumentsInit200ResponseResumedDocument }, optional: false, nullable: false + field :document, -> { CloudPDF::Types::DocumentsInit200ResponseResumedDocument }, optional: false, nullable: false - field :upload, -> { Cloudpdf::Types::DocumentsInit200ResponseResumedUpload }, optional: false, nullable: false + field :upload, -> { CloudPDF::Types::DocumentsInit200ResponseResumedUpload }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_init200response_resumed_document.rb b/lib/CloudPDF/types/documents_init200response_resumed_document.rb similarity index 90% rename from lib/cloudpdf/types/documents_init200response_resumed_document.rb rename to lib/CloudPDF/types/documents_init200response_resumed_document.rb index 64912ff..5b39c24 100644 --- a/lib/cloudpdf/types/documents_init200response_resumed_document.rb +++ b/lib/CloudPDF/types/documents_init200response_resumed_document.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseResumedDocument < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false field :tenant_id, -> { String }, optional: false, nullable: false, api_name: "tenantId" - field :state, -> { Cloudpdf::Types::DocumentsInit200ResponseResumedDocumentState }, optional: false, nullable: false + field :state, -> { CloudPDF::Types::DocumentsInit200ResponseResumedDocumentState }, optional: false, nullable: false field :base_sha, -> { String }, optional: false, nullable: true, api_name: "baseSha" @@ -19,7 +19,7 @@ class DocumentsInit200ResponseResumedDocument < Internal::Types::Model field :failure_reason, -> { String }, optional: false, nullable: true, api_name: "failureReason" - field :thumbnail_state, -> { Cloudpdf::Types::DocumentsInit200ResponseResumedDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" + field :thumbnail_state, -> { CloudPDF::Types::DocumentsInit200ResponseResumedDocumentThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" field :thumbnail_url, -> { String }, optional: true, nullable: false, api_name: "thumbnailUrl" diff --git a/lib/cloudpdf/types/documents_init200response_resumed_document_state.rb b/lib/CloudPDF/types/documents_init200response_resumed_document_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_init200response_resumed_document_state.rb rename to lib/CloudPDF/types/documents_init200response_resumed_document_state.rb index ffa5718..36b8681 100644 --- a/lib/cloudpdf/types/documents_init200response_resumed_document_state.rb +++ b/lib/CloudPDF/types/documents_init200response_resumed_document_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsInit200ResponseResumedDocumentState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_init200response_resumed_document_thumbnail_state.rb b/lib/CloudPDF/types/documents_init200response_resumed_document_thumbnail_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_init200response_resumed_document_thumbnail_state.rb rename to lib/CloudPDF/types/documents_init200response_resumed_document_thumbnail_state.rb index 1799a19..6f7fd20 100644 --- a/lib/cloudpdf/types/documents_init200response_resumed_document_thumbnail_state.rb +++ b/lib/CloudPDF/types/documents_init200response_resumed_document_thumbnail_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsInit200ResponseResumedDocumentThumbnailState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_init200response_resumed_upload.rb b/lib/CloudPDF/types/documents_init200response_resumed_upload.rb similarity index 55% rename from lib/cloudpdf/types/documents_init200response_resumed_upload.rb rename to lib/CloudPDF/types/documents_init200response_resumed_upload.rb index f5a132f..e81facd 100644 --- a/lib/cloudpdf/types/documents_init200response_resumed_upload.rb +++ b/lib/CloudPDF/types/documents_init200response_resumed_upload.rb @@ -1,15 +1,15 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseResumedUpload < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :kind - member -> { Cloudpdf::Types::DocumentsInit200ResponseResumedUploadPresigned }, key: "PRESIGNED" + member -> { CloudPDF::Types::DocumentsInit200ResponseResumedUploadPresigned }, key: "PRESIGNED" - member -> { Cloudpdf::Types::DocumentsInit200ResponseResumedUploadDirect }, key: "DIRECT" + member -> { CloudPDF::Types::DocumentsInit200ResponseResumedUploadDirect }, key: "DIRECT" end end end diff --git a/lib/cloudpdf/types/documents_init200response_resumed_upload_direct.rb b/lib/CloudPDF/types/documents_init200response_resumed_upload_direct.rb similarity index 94% rename from lib/cloudpdf/types/documents_init200response_resumed_upload_direct.rb rename to lib/CloudPDF/types/documents_init200response_resumed_upload_direct.rb index cf214fc..f9eb8ee 100644 --- a/lib/cloudpdf/types/documents_init200response_resumed_upload_direct.rb +++ b/lib/CloudPDF/types/documents_init200response_resumed_upload_direct.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseResumedUploadDirect < Internal::Types::Model field :url, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_init200response_resumed_upload_presigned.rb b/lib/CloudPDF/types/documents_init200response_resumed_upload_presigned.rb similarity index 78% rename from lib/cloudpdf/types/documents_init200response_resumed_upload_presigned.rb rename to lib/CloudPDF/types/documents_init200response_resumed_upload_presigned.rb index d5f3e51..075d02a 100644 --- a/lib/cloudpdf/types/documents_init200response_resumed_upload_presigned.rb +++ b/lib/CloudPDF/types/documents_init200response_resumed_upload_presigned.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseResumedUploadPresigned < Internal::Types::Model - field :presigned, -> { Cloudpdf::Types::DocumentsInit200ResponseResumedUploadPresignedPresigned }, optional: false, nullable: false + field :presigned, -> { CloudPDF::Types::DocumentsInit200ResponseResumedUploadPresignedPresigned }, optional: false, nullable: false field :key, -> { String }, optional: false, nullable: false end diff --git a/lib/cloudpdf/types/documents_init200response_resumed_upload_presigned_presigned.rb b/lib/CloudPDF/types/documents_init200response_resumed_upload_presigned_presigned.rb similarity index 86% rename from lib/cloudpdf/types/documents_init200response_resumed_upload_presigned_presigned.rb rename to lib/CloudPDF/types/documents_init200response_resumed_upload_presigned_presigned.rb index 60e6d2c..dc91efb 100644 --- a/lib/cloudpdf/types/documents_init200response_resumed_upload_presigned_presigned.rb +++ b/lib/CloudPDF/types/documents_init200response_resumed_upload_presigned_presigned.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit200ResponseResumedUploadPresignedPresigned < Internal::Types::Model field :url, -> { String }, optional: false, nullable: false field :headers, -> { Internal::Types::Hash[String, String] }, optional: false, nullable: false - field :method_, -> { Cloudpdf::Types::DocumentsInit200ResponseResumedUploadPresignedPresignedMethod }, optional: false, nullable: false, api_name: "method" + field :method_, -> { CloudPDF::Types::DocumentsInit200ResponseResumedUploadPresignedPresignedMethod }, optional: false, nullable: false, api_name: "method" field :expires_at, -> { Integer }, optional: false, nullable: false, api_name: "expiresAt" end diff --git a/lib/cloudpdf/types/documents_init200response_resumed_upload_presigned_presigned_method.rb b/lib/CloudPDF/types/documents_init200response_resumed_upload_presigned_presigned_method.rb similarity index 71% rename from lib/cloudpdf/types/documents_init200response_resumed_upload_presigned_presigned_method.rb rename to lib/CloudPDF/types/documents_init200response_resumed_upload_presigned_presigned_method.rb index 2147809..c8b3f15 100644 --- a/lib/cloudpdf/types/documents_init200response_resumed_upload_presigned_presigned_method.rb +++ b/lib/CloudPDF/types/documents_init200response_resumed_upload_presigned_presigned_method.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsInit200ResponseResumedUploadPresignedPresignedMethod - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PUT = "PUT" end diff --git a/lib/cloudpdf/types/documents_init400response.rb b/lib/CloudPDF/types/documents_init400response.rb similarity index 67% rename from lib/cloudpdf/types/documents_init400response.rb rename to lib/CloudPDF/types/documents_init400response.rb index 156057c..0868062 100644 --- a/lib/cloudpdf/types/documents_init400response.rb +++ b/lib/CloudPDF/types/documents_init400response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit400Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsInit400ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsInit400ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_init400response_error.rb b/lib/CloudPDF/types/documents_init400response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_init400response_error.rb rename to lib/CloudPDF/types/documents_init400response_error.rb index 4c6fbf0..7c3cda5 100644 --- a/lib/cloudpdf/types/documents_init400response_error.rb +++ b/lib/CloudPDF/types/documents_init400response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsInit400ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_list200response.rb b/lib/CloudPDF/types/documents_list200response.rb similarity index 79% rename from lib/cloudpdf/types/documents_list200response.rb rename to lib/CloudPDF/types/documents_list200response.rb index 1c2acdf..0556490 100644 --- a/lib/cloudpdf/types/documents_list200response.rb +++ b/lib/CloudPDF/types/documents_list200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsList200Response < Internal::Types::Model - field :documents, -> { Internal::Types::Array[Cloudpdf::Types::DocumentsList200ResponseDocumentsItem] }, optional: false, nullable: false + field :documents, -> { Internal::Types::Array[CloudPDF::Types::DocumentsList200ResponseDocumentsItem] }, optional: false, nullable: false field :next_cursor, -> { String }, optional: true, nullable: false, api_name: "nextCursor" end diff --git a/lib/cloudpdf/types/documents_list200response_documents_item.rb b/lib/CloudPDF/types/documents_list200response_documents_item.rb similarity index 90% rename from lib/cloudpdf/types/documents_list200response_documents_item.rb rename to lib/CloudPDF/types/documents_list200response_documents_item.rb index abfa702..001da97 100644 --- a/lib/cloudpdf/types/documents_list200response_documents_item.rb +++ b/lib/CloudPDF/types/documents_list200response_documents_item.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsList200ResponseDocumentsItem < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false field :tenant_id, -> { String }, optional: false, nullable: false, api_name: "tenantId" - field :state, -> { Cloudpdf::Types::DocumentsList200ResponseDocumentsItemState }, optional: false, nullable: false + field :state, -> { CloudPDF::Types::DocumentsList200ResponseDocumentsItemState }, optional: false, nullable: false field :base_sha, -> { String }, optional: false, nullable: true, api_name: "baseSha" @@ -19,7 +19,7 @@ class DocumentsList200ResponseDocumentsItem < Internal::Types::Model field :failure_reason, -> { String }, optional: false, nullable: true, api_name: "failureReason" - field :thumbnail_state, -> { Cloudpdf::Types::DocumentsList200ResponseDocumentsItemThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" + field :thumbnail_state, -> { CloudPDF::Types::DocumentsList200ResponseDocumentsItemThumbnailState }, optional: true, nullable: false, api_name: "thumbnailState" field :thumbnail_url, -> { String }, optional: true, nullable: false, api_name: "thumbnailUrl" diff --git a/lib/cloudpdf/types/documents_list200response_documents_item_state.rb b/lib/CloudPDF/types/documents_list200response_documents_item_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_list200response_documents_item_state.rb rename to lib/CloudPDF/types/documents_list200response_documents_item_state.rb index 37950a9..54737ab 100644 --- a/lib/cloudpdf/types/documents_list200response_documents_item_state.rb +++ b/lib/CloudPDF/types/documents_list200response_documents_item_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsList200ResponseDocumentsItemState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_list200response_documents_item_thumbnail_state.rb b/lib/CloudPDF/types/documents_list200response_documents_item_thumbnail_state.rb similarity index 78% rename from lib/cloudpdf/types/documents_list200response_documents_item_thumbnail_state.rb rename to lib/CloudPDF/types/documents_list200response_documents_item_thumbnail_state.rb index d189114..94bc50d 100644 --- a/lib/cloudpdf/types/documents_list200response_documents_item_thumbnail_state.rb +++ b/lib/CloudPDF/types/documents_list200response_documents_item_thumbnail_state.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module DocumentsList200ResponseDocumentsItemThumbnailState - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum PENDING = "pending" READY = "ready" diff --git a/lib/cloudpdf/types/documents_list400response.rb b/lib/CloudPDF/types/documents_list400response.rb similarity index 67% rename from lib/cloudpdf/types/documents_list400response.rb rename to lib/CloudPDF/types/documents_list400response.rb index c9c8f23..18a9b87 100644 --- a/lib/cloudpdf/types/documents_list400response.rb +++ b/lib/CloudPDF/types/documents_list400response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsList400Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsList400ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsList400ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_list400response_error.rb b/lib/CloudPDF/types/documents_list400response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_list400response_error.rb rename to lib/CloudPDF/types/documents_list400response_error.rb index 0103298..4f3ef1e 100644 --- a/lib/cloudpdf/types/documents_list400response_error.rb +++ b/lib/CloudPDF/types/documents_list400response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsList400ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_thumbnail_response.rb b/lib/CloudPDF/types/documents_thumbnail_response.rb similarity index 68% rename from lib/cloudpdf/types/documents_thumbnail_response.rb rename to lib/CloudPDF/types/documents_thumbnail_response.rb index d120224..ac5542f 100644 --- a/lib/cloudpdf/types/documents_thumbnail_response.rb +++ b/lib/CloudPDF/types/documents_thumbnail_response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsThumbnailResponse < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsThumbnailResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsThumbnailResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_thumbnail_response_error.rb b/lib/CloudPDF/types/documents_thumbnail_response_error.rb similarity index 95% rename from lib/cloudpdf/types/documents_thumbnail_response_error.rb rename to lib/CloudPDF/types/documents_thumbnail_response_error.rb index 5f43c39..8f05851 100644 --- a/lib/cloudpdf/types/documents_thumbnail_response_error.rb +++ b/lib/CloudPDF/types/documents_thumbnail_response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsThumbnailResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_upload_direct200response.rb b/lib/CloudPDF/types/documents_upload_direct200response.rb similarity index 92% rename from lib/cloudpdf/types/documents_upload_direct200response.rb rename to lib/CloudPDF/types/documents_upload_direct200response.rb index 2b3fea9..45dc7fd 100644 --- a/lib/cloudpdf/types/documents_upload_direct200response.rb +++ b/lib/CloudPDF/types/documents_upload_direct200response.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsUploadDirect200Response < Internal::Types::Model field :sha256, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/documents_upload_direct400response.rb b/lib/CloudPDF/types/documents_upload_direct400response.rb similarity index 69% rename from lib/cloudpdf/types/documents_upload_direct400response.rb rename to lib/CloudPDF/types/documents_upload_direct400response.rb index 257a003..3ad8c35 100644 --- a/lib/cloudpdf/types/documents_upload_direct400response.rb +++ b/lib/CloudPDF/types/documents_upload_direct400response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsUploadDirect400Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::DocumentsUploadDirect400ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::DocumentsUploadDirect400ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/documents_upload_direct400response_error.rb b/lib/CloudPDF/types/documents_upload_direct400response_error.rb similarity index 94% rename from lib/cloudpdf/types/documents_upload_direct400response_error.rb rename to lib/CloudPDF/types/documents_upload_direct400response_error.rb index 9b4d37e..b54d8e5 100644 --- a/lib/cloudpdf/types/documents_upload_direct400response_error.rb +++ b/lib/CloudPDF/types/documents_upload_direct400response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class DocumentsUploadDirect400ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/engine_error_payload.rb b/lib/CloudPDF/types/engine_error_payload.rb similarity index 71% rename from lib/cloudpdf/types/engine_error_payload.rb rename to lib/CloudPDF/types/engine_error_payload.rb index 6f30029..0c90b34 100644 --- a/lib/cloudpdf/types/engine_error_payload.rb +++ b/lib/CloudPDF/types/engine_error_payload.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class EngineErrorPayload < Internal::Types::Model - field :name, -> { Cloudpdf::Types::EngineErrorPayloadName }, optional: false, nullable: false + field :name, -> { CloudPDF::Types::EngineErrorPayloadName }, optional: false, nullable: false - field :code, -> { Cloudpdf::Types::EngineErrorPayloadCode }, optional: false, nullable: false + field :code, -> { CloudPDF::Types::EngineErrorPayloadCode }, optional: false, nullable: false field :message, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/engine_error_payload_code.rb b/lib/CloudPDF/types/engine_error_payload_code.rb similarity index 93% rename from lib/cloudpdf/types/engine_error_payload_code.rb rename to lib/CloudPDF/types/engine_error_payload_code.rb index 36a6382..a12fa1d 100644 --- a/lib/cloudpdf/types/engine_error_payload_code.rb +++ b/lib/CloudPDF/types/engine_error_payload_code.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module EngineErrorPayloadCode - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum UNKNOWN = "Unknown" INVALID_ARG = "InvalidArg" diff --git a/lib/cloudpdf/types/engine_error_payload_name.rb b/lib/CloudPDF/types/engine_error_payload_name.rb similarity index 68% rename from lib/cloudpdf/types/engine_error_payload_name.rb rename to lib/CloudPDF/types/engine_error_payload_name.rb index 97ff96e..2fae1d1 100644 --- a/lib/cloudpdf/types/engine_error_payload_name.rb +++ b/lib/CloudPDF/types/engine_error_payload_name.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module EngineErrorPayloadName - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ENGINE_ERROR = "EngineError" end diff --git a/lib/cloudpdf/types/tenants_create200response.rb b/lib/CloudPDF/types/tenants_create200response.rb similarity index 76% rename from lib/cloudpdf/types/tenants_create200response.rb rename to lib/CloudPDF/types/tenants_create200response.rb index a27ce2b..cabfb75 100644 --- a/lib/cloudpdf/types/tenants_create200response.rb +++ b/lib/CloudPDF/types/tenants_create200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsCreate200Response < Internal::Types::Model - field :tenant, -> { Cloudpdf::Types::TenantsCreate200ResponseTenant }, optional: false, nullable: false + field :tenant, -> { CloudPDF::Types::TenantsCreate200ResponseTenant }, optional: false, nullable: false field :created, -> { Internal::Types::Boolean }, optional: false, nullable: false end diff --git a/lib/cloudpdf/types/tenants_create200response_tenant.rb b/lib/CloudPDF/types/tenants_create200response_tenant.rb similarity index 96% rename from lib/cloudpdf/types/tenants_create200response_tenant.rb rename to lib/CloudPDF/types/tenants_create200response_tenant.rb index 5bb22d1..a2d6c8d 100644 --- a/lib/cloudpdf/types/tenants_create200response_tenant.rb +++ b/lib/CloudPDF/types/tenants_create200response_tenant.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsCreate200ResponseTenant < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tenants_create400response.rb b/lib/CloudPDF/types/tenants_create400response.rb similarity index 67% rename from lib/cloudpdf/types/tenants_create400response.rb rename to lib/CloudPDF/types/tenants_create400response.rb index 699ae3b..bf700d3 100644 --- a/lib/cloudpdf/types/tenants_create400response.rb +++ b/lib/CloudPDF/types/tenants_create400response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsCreate400Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::TenantsCreate400ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::TenantsCreate400ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/tenants_create400response_error.rb b/lib/CloudPDF/types/tenants_create400response_error.rb similarity index 94% rename from lib/cloudpdf/types/tenants_create400response_error.rb rename to lib/CloudPDF/types/tenants_create400response_error.rb index b7224b4..acd69cf 100644 --- a/lib/cloudpdf/types/tenants_create400response_error.rb +++ b/lib/CloudPDF/types/tenants_create400response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsCreate400ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tenants_delete_response.rb b/lib/CloudPDF/types/tenants_delete_response.rb similarity index 66% rename from lib/cloudpdf/types/tenants_delete_response.rb rename to lib/CloudPDF/types/tenants_delete_response.rb index 6997bd2..a0cbf79 100644 --- a/lib/cloudpdf/types/tenants_delete_response.rb +++ b/lib/CloudPDF/types/tenants_delete_response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsDeleteResponse < Internal::Types::Model - field :error, -> { Cloudpdf::Types::TenantsDeleteResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::TenantsDeleteResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/tenants_delete_response_error.rb b/lib/CloudPDF/types/tenants_delete_response_error.rb similarity index 94% rename from lib/cloudpdf/types/tenants_delete_response_error.rb rename to lib/CloudPDF/types/tenants_delete_response_error.rb index 12fc455..a72ceac 100644 --- a/lib/cloudpdf/types/tenants_delete_response_error.rb +++ b/lib/CloudPDF/types/tenants_delete_response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsDeleteResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tenants_get200response.rb b/lib/CloudPDF/types/tenants_get200response.rb similarity index 67% rename from lib/cloudpdf/types/tenants_get200response.rb rename to lib/CloudPDF/types/tenants_get200response.rb index d032f75..8e8197b 100644 --- a/lib/cloudpdf/types/tenants_get200response.rb +++ b/lib/CloudPDF/types/tenants_get200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsGet200Response < Internal::Types::Model - field :tenant, -> { Cloudpdf::Types::TenantsGet200ResponseTenant }, optional: false, nullable: false + field :tenant, -> { CloudPDF::Types::TenantsGet200ResponseTenant }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/tenants_get200response_tenant.rb b/lib/CloudPDF/types/tenants_get200response_tenant.rb similarity index 96% rename from lib/cloudpdf/types/tenants_get200response_tenant.rb rename to lib/CloudPDF/types/tenants_get200response_tenant.rb index e1f8064..6a0c34d 100644 --- a/lib/cloudpdf/types/tenants_get200response_tenant.rb +++ b/lib/CloudPDF/types/tenants_get200response_tenant.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsGet200ResponseTenant < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tenants_get404response.rb b/lib/CloudPDF/types/tenants_get404response.rb similarity index 66% rename from lib/cloudpdf/types/tenants_get404response.rb rename to lib/CloudPDF/types/tenants_get404response.rb index c988a54..d353363 100644 --- a/lib/cloudpdf/types/tenants_get404response.rb +++ b/lib/CloudPDF/types/tenants_get404response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsGet404Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::TenantsGet404ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::TenantsGet404ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/tenants_get404response_error.rb b/lib/CloudPDF/types/tenants_get404response_error.rb similarity index 94% rename from lib/cloudpdf/types/tenants_get404response_error.rb rename to lib/CloudPDF/types/tenants_get404response_error.rb index e6c4cb4..0494678 100644 --- a/lib/cloudpdf/types/tenants_get404response_error.rb +++ b/lib/CloudPDF/types/tenants_get404response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsGet404ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tenants_list200response.rb b/lib/CloudPDF/types/tenants_list200response.rb similarity index 78% rename from lib/cloudpdf/types/tenants_list200response.rb rename to lib/CloudPDF/types/tenants_list200response.rb index 3d8da80..4052a80 100644 --- a/lib/cloudpdf/types/tenants_list200response.rb +++ b/lib/CloudPDF/types/tenants_list200response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsList200Response < Internal::Types::Model - field :tenants, -> { Internal::Types::Array[Cloudpdf::Types::TenantsList200ResponseTenantsItem] }, optional: false, nullable: false + field :tenants, -> { Internal::Types::Array[CloudPDF::Types::TenantsList200ResponseTenantsItem] }, optional: false, nullable: false field :next_cursor, -> { String }, optional: true, nullable: false, api_name: "nextCursor" end diff --git a/lib/cloudpdf/types/tenants_list200response_tenants_item.rb b/lib/CloudPDF/types/tenants_list200response_tenants_item.rb similarity index 96% rename from lib/cloudpdf/types/tenants_list200response_tenants_item.rb rename to lib/CloudPDF/types/tenants_list200response_tenants_item.rb index ab4c49a..61077f8 100644 --- a/lib/cloudpdf/types/tenants_list200response_tenants_item.rb +++ b/lib/CloudPDF/types/tenants_list200response_tenants_item.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsList200ResponseTenantsItem < Internal::Types::Model field :id, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tenants_list400response.rb b/lib/CloudPDF/types/tenants_list400response.rb similarity index 67% rename from lib/cloudpdf/types/tenants_list400response.rb rename to lib/CloudPDF/types/tenants_list400response.rb index d926791..ed2b3f3 100644 --- a/lib/cloudpdf/types/tenants_list400response.rb +++ b/lib/CloudPDF/types/tenants_list400response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsList400Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::TenantsList400ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::TenantsList400ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/tenants_list400response_error.rb b/lib/CloudPDF/types/tenants_list400response_error.rb similarity index 94% rename from lib/cloudpdf/types/tenants_list400response_error.rb rename to lib/CloudPDF/types/tenants_list400response_error.rb index 27f7542..84bdb37 100644 --- a/lib/cloudpdf/types/tenants_list400response_error.rb +++ b/lib/CloudPDF/types/tenants_list400response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TenantsList400ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tokens_issue200response.rb b/lib/CloudPDF/types/tokens_issue200response.rb similarity index 95% rename from lib/cloudpdf/types/tokens_issue200response.rb rename to lib/CloudPDF/types/tokens_issue200response.rb index 603b358..240a3ba 100644 --- a/lib/cloudpdf/types/tokens_issue200response.rb +++ b/lib/CloudPDF/types/tokens_issue200response.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensIssue200Response < Internal::Types::Model field :token, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tokens_issue400response.rb b/lib/CloudPDF/types/tokens_issue400response.rb similarity index 67% rename from lib/cloudpdf/types/tokens_issue400response.rb rename to lib/CloudPDF/types/tokens_issue400response.rb index b090313..371a2f4 100644 --- a/lib/cloudpdf/types/tokens_issue400response.rb +++ b/lib/CloudPDF/types/tokens_issue400response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensIssue400Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::TokensIssue400ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::TokensIssue400ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/tokens_issue400response_error.rb b/lib/CloudPDF/types/tokens_issue400response_error.rb similarity index 94% rename from lib/cloudpdf/types/tokens_issue400response_error.rb rename to lib/CloudPDF/types/tokens_issue400response_error.rb index 32901a5..ff5c18d 100644 --- a/lib/cloudpdf/types/tokens_issue400response_error.rb +++ b/lib/CloudPDF/types/tokens_issue400response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensIssue400ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tokens_issue403response.rb b/lib/CloudPDF/types/tokens_issue403response.rb similarity index 67% rename from lib/cloudpdf/types/tokens_issue403response.rb rename to lib/CloudPDF/types/tokens_issue403response.rb index daef50d..eaceffc 100644 --- a/lib/cloudpdf/types/tokens_issue403response.rb +++ b/lib/CloudPDF/types/tokens_issue403response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensIssue403Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::TokensIssue403ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::TokensIssue403ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/tokens_issue403response_error.rb b/lib/CloudPDF/types/tokens_issue403response_error.rb similarity index 94% rename from lib/cloudpdf/types/tokens_issue403response_error.rb rename to lib/CloudPDF/types/tokens_issue403response_error.rb index 30a935b..a0c5895 100644 --- a/lib/cloudpdf/types/tokens_issue403response_error.rb +++ b/lib/CloudPDF/types/tokens_issue403response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensIssue403ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tokens_issue404response.rb b/lib/CloudPDF/types/tokens_issue404response.rb similarity index 67% rename from lib/cloudpdf/types/tokens_issue404response.rb rename to lib/CloudPDF/types/tokens_issue404response.rb index 463fe3a..395fca9 100644 --- a/lib/cloudpdf/types/tokens_issue404response.rb +++ b/lib/CloudPDF/types/tokens_issue404response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensIssue404Response < Internal::Types::Model - field :error, -> { Cloudpdf::Types::TokensIssue404ResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::TokensIssue404ResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/tokens_issue404response_error.rb b/lib/CloudPDF/types/tokens_issue404response_error.rb similarity index 94% rename from lib/cloudpdf/types/tokens_issue404response_error.rb rename to lib/CloudPDF/types/tokens_issue404response_error.rb index 8b6be68..7e6972f 100644 --- a/lib/cloudpdf/types/tokens_issue404response_error.rb +++ b/lib/CloudPDF/types/tokens_issue404response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensIssue404ResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/CloudPDF/types/tokens_issue_request.rb b/lib/CloudPDF/types/tokens_issue_request.rb new file mode 100644 index 0000000..364cedd --- /dev/null +++ b/lib/CloudPDF/types/tokens_issue_request.rb @@ -0,0 +1,15 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class TokensIssueRequest < Internal::Types::Model + extend CloudPDF::Internal::Types::Union + + discriminant :kind + + member -> { CloudPDF::Types::TokensIssueRequestDoc }, key: "DOC" + + member -> { CloudPDF::Types::TokensIssueRequestTenant }, key: "TENANT" + end + end +end diff --git a/lib/cloudpdf/types/tokens_issue_request_doc.rb b/lib/CloudPDF/types/tokens_issue_request_doc.rb similarity index 98% rename from lib/cloudpdf/types/tokens_issue_request_doc.rb rename to lib/CloudPDF/types/tokens_issue_request_doc.rb index 296ca05..143c751 100644 --- a/lib/cloudpdf/types/tokens_issue_request_doc.rb +++ b/lib/CloudPDF/types/tokens_issue_request_doc.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensIssueRequestDoc < Internal::Types::Model field :sub, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/types/tokens_issue_request_tenant.rb b/lib/CloudPDF/types/tokens_issue_request_tenant.rb similarity index 81% rename from lib/cloudpdf/types/tokens_issue_request_tenant.rb rename to lib/CloudPDF/types/tokens_issue_request_tenant.rb index 2f36aed..75b4daf 100644 --- a/lib/cloudpdf/types/tokens_issue_request_tenant.rb +++ b/lib/CloudPDF/types/tokens_issue_request_tenant.rb @@ -1,11 +1,11 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensIssueRequestTenant < Internal::Types::Model field :sub, -> { String }, optional: false, nullable: false - field :scope, -> { Internal::Types::Array[Cloudpdf::Types::TokensIssueRequestTenantScopeItem] }, optional: false, nullable: false + field :scope, -> { Internal::Types::Array[CloudPDF::Types::TokensIssueRequestTenantScopeItem] }, optional: false, nullable: false field :expires_in, -> { Integer }, optional: false, nullable: false, api_name: "expiresIn" end diff --git a/lib/CloudPDF/types/tokens_issue_request_tenant_scope_item.rb b/lib/CloudPDF/types/tokens_issue_request_tenant_scope_item.rb new file mode 100644 index 0000000..858c2bf --- /dev/null +++ b/lib/CloudPDF/types/tokens_issue_request_tenant_scope_item.rb @@ -0,0 +1,13 @@ +# frozen_string_literal: true + +module CloudPDF + module Types + class TokensIssueRequestTenantScopeItem < Internal::Types::Model + extend CloudPDF::Internal::Types::Union + + member -> { CloudPDF::Types::TokensIssueRequestTenantScopeItemZero } + + member -> { CloudPDF::Types::TokensIssueRequestTenantScopeItemOne } + end + end +end diff --git a/lib/cloudpdf/types/tokens_issue_request_tenant_scope_item_one.rb b/lib/CloudPDF/types/tokens_issue_request_tenant_scope_item_one.rb similarity index 82% rename from lib/cloudpdf/types/tokens_issue_request_tenant_scope_item_one.rb rename to lib/CloudPDF/types/tokens_issue_request_tenant_scope_item_one.rb index 1e4ba51..c64317f 100644 --- a/lib/cloudpdf/types/tokens_issue_request_tenant_scope_item_one.rb +++ b/lib/CloudPDF/types/tokens_issue_request_tenant_scope_item_one.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module TokensIssueRequestTenantScopeItemOne - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum DOCS_CREATE = "docs.create" DOCS_READ = "docs.read" diff --git a/lib/cloudpdf/types/tokens_issue_request_tenant_scope_item_zero.rb b/lib/CloudPDF/types/tokens_issue_request_tenant_scope_item_zero.rb similarity index 68% rename from lib/cloudpdf/types/tokens_issue_request_tenant_scope_item_zero.rb rename to lib/CloudPDF/types/tokens_issue_request_tenant_scope_item_zero.rb index 963077b..d53a901 100644 --- a/lib/cloudpdf/types/tokens_issue_request_tenant_scope_item_zero.rb +++ b/lib/CloudPDF/types/tokens_issue_request_tenant_scope_item_zero.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types module TokensIssueRequestTenantScopeItemZero - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum ALL = "*" end diff --git a/lib/cloudpdf/types/tokens_revoke_response.rb b/lib/CloudPDF/types/tokens_revoke_response.rb similarity index 66% rename from lib/cloudpdf/types/tokens_revoke_response.rb rename to lib/CloudPDF/types/tokens_revoke_response.rb index 72e163c..62e8d78 100644 --- a/lib/cloudpdf/types/tokens_revoke_response.rb +++ b/lib/CloudPDF/types/tokens_revoke_response.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensRevokeResponse < Internal::Types::Model - field :error, -> { Cloudpdf::Types::TokensRevokeResponseError }, optional: false, nullable: false + field :error, -> { CloudPDF::Types::TokensRevokeResponseError }, optional: false, nullable: false end end end diff --git a/lib/cloudpdf/types/tokens_revoke_response_error.rb b/lib/CloudPDF/types/tokens_revoke_response_error.rb similarity index 94% rename from lib/cloudpdf/types/tokens_revoke_response_error.rb rename to lib/CloudPDF/types/tokens_revoke_response_error.rb index 1c79ada..a55561b 100644 --- a/lib/cloudpdf/types/tokens_revoke_response_error.rb +++ b/lib/CloudPDF/types/tokens_revoke_response_error.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF module Types class TokensRevokeResponseError < Internal::Types::Model field :code, -> { String }, optional: false, nullable: false diff --git a/lib/cloudpdf/version.rb b/lib/CloudPDF/version.rb similarity index 79% rename from lib/cloudpdf/version.rb rename to lib/CloudPDF/version.rb index 7ca1bc0..0e80f4b 100644 --- a/lib/cloudpdf/version.rb +++ b/lib/CloudPDF/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true -module Cloudpdf +module CloudPDF VERSION = "3.0.0.alpha.1" end diff --git a/lib/cloudpdf.rb b/lib/cloudpdf.rb index 739449e..9f3215f 100644 --- a/lib/cloudpdf.rb +++ b/lib/cloudpdf.rb @@ -4,1966 +4,1966 @@ require "net/http" require "securerandom" -require_relative "cloudpdf/internal/json/serializable" -require_relative "cloudpdf/internal/types/type" -require_relative "cloudpdf/internal/types/utils" -require_relative "cloudpdf/internal/types/union" -require_relative "cloudpdf/internal/errors/constraint_error" -require_relative "cloudpdf/internal/errors/type_error" -require_relative "cloudpdf/internal/http/base_request" -require_relative "cloudpdf/internal/json/request" -require_relative "cloudpdf/internal/http/raw_client" -require_relative "cloudpdf/internal/multipart/multipart_encoder" -require_relative "cloudpdf/internal/multipart/multipart_form_data_part" -require_relative "cloudpdf/internal/multipart/multipart_form_data" -require_relative "cloudpdf/internal/multipart/multipart_request" -require_relative "cloudpdf/internal/types/model/field" -require_relative "cloudpdf/internal/types/model" -require_relative "cloudpdf/internal/types/array" -require_relative "cloudpdf/internal/types/boolean" -require_relative "cloudpdf/internal/types/enum" -require_relative "cloudpdf/internal/types/hash" -require_relative "cloudpdf/internal/types/unknown" -require_relative "cloudpdf/errors/api_error" -require_relative "cloudpdf/errors/response_error" -require_relative "cloudpdf/errors/client_error" -require_relative "cloudpdf/errors/redirect_error" -require_relative "cloudpdf/errors/server_error" -require_relative "cloudpdf/errors/timeout_error" -require_relative "cloudpdf/internal/iterators/item_iterator" -require_relative "cloudpdf/internal/iterators/cursor_item_iterator" -require_relative "cloudpdf/internal/iterators/offset_item_iterator" -require_relative "cloudpdf/internal/iterators/cursor_page_iterator" -require_relative "cloudpdf/internal/iterators/offset_page_iterator" -require_relative "cloudpdf/documents/types/list_documents_request_state" -require_relative "cloudpdf/documents/types/documents_init_request_dedup_mode" -require_relative "cloudpdf/doc/forms/types/export_data_forms_request_format" -require_relative "cloudpdf/types/admin_error_payload_error" -require_relative "cloudpdf/types/admin_error_payload" -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/tenants_create200response_tenant" -require_relative "cloudpdf/types/tenants_create200response" -require_relative "cloudpdf/types/tenants_create400response_error" -require_relative "cloudpdf/types/tenants_create400response" -require_relative "cloudpdf/types/tenants_list200response_tenants_item" -require_relative "cloudpdf/types/tenants_list200response" -require_relative "cloudpdf/types/tenants_list400response_error" -require_relative "cloudpdf/types/tenants_list400response" -require_relative "cloudpdf/types/tenants_get200response_tenant" -require_relative "cloudpdf/types/tenants_get200response" -require_relative "cloudpdf/types/tenants_get404response_error" -require_relative "cloudpdf/types/tenants_get404response" -require_relative "cloudpdf/types/tenants_delete_response_error" -require_relative "cloudpdf/types/tenants_delete_response" -require_relative "cloudpdf/types/documents_init200response_created_document_state" -require_relative "cloudpdf/types/documents_init200response_created_document_thumbnail_state" -require_relative "cloudpdf/types/documents_init200response_created_document" -require_relative "cloudpdf/types/documents_init200response_created_upload_presigned_presigned_method" -require_relative "cloudpdf/types/documents_init200response_created_upload_presigned_presigned" -require_relative "cloudpdf/types/documents_init200response_created_upload_presigned" -require_relative "cloudpdf/types/documents_init200response_created_upload_direct" -require_relative "cloudpdf/types/documents_init200response_created_upload" -require_relative "cloudpdf/types/documents_init200response_created" -require_relative "cloudpdf/types/documents_init200response_resumed_document_state" -require_relative "cloudpdf/types/documents_init200response_resumed_document_thumbnail_state" -require_relative "cloudpdf/types/documents_init200response_resumed_document" -require_relative "cloudpdf/types/documents_init200response_resumed_upload_presigned_presigned_method" -require_relative "cloudpdf/types/documents_init200response_resumed_upload_presigned_presigned" -require_relative "cloudpdf/types/documents_init200response_resumed_upload_presigned" -require_relative "cloudpdf/types/documents_init200response_resumed_upload_direct" -require_relative "cloudpdf/types/documents_init200response_resumed_upload" -require_relative "cloudpdf/types/documents_init200response_resumed" -require_relative "cloudpdf/types/documents_init200response_deduped_document_state" -require_relative "cloudpdf/types/documents_init200response_deduped_document_thumbnail_state" -require_relative "cloudpdf/types/documents_init200response_deduped_document" -require_relative "cloudpdf/types/documents_init200response_deduped" -require_relative "cloudpdf/types/documents_init200response" -require_relative "cloudpdf/types/documents_init400response_error" -require_relative "cloudpdf/types/documents_init400response" -require_relative "cloudpdf/types/documents_commit200response_document_state" -require_relative "cloudpdf/types/documents_commit200response_document_thumbnail_state" -require_relative "cloudpdf/types/documents_commit200response_document" -require_relative "cloudpdf/types/documents_commit200response" -require_relative "cloudpdf/types/documents_commit400response_error" -require_relative "cloudpdf/types/documents_commit400response" -require_relative "cloudpdf/types/documents_commit404response_error" -require_relative "cloudpdf/types/documents_commit404response" -require_relative "cloudpdf/types/documents_upload_direct200response" -require_relative "cloudpdf/types/documents_upload_direct400response_error" -require_relative "cloudpdf/types/documents_upload_direct400response" -require_relative "cloudpdf/types/documents_list200response_documents_item_state" -require_relative "cloudpdf/types/documents_list200response_documents_item_thumbnail_state" -require_relative "cloudpdf/types/documents_list200response_documents_item" -require_relative "cloudpdf/types/documents_list200response" -require_relative "cloudpdf/types/documents_list400response_error" -require_relative "cloudpdf/types/documents_list400response" -require_relative "cloudpdf/types/documents_get200response_document_state" -require_relative "cloudpdf/types/documents_get200response_document_thumbnail_state" -require_relative "cloudpdf/types/documents_get200response_document" -require_relative "cloudpdf/types/documents_get200response" -require_relative "cloudpdf/types/documents_get403response_error" -require_relative "cloudpdf/types/documents_get403response" -require_relative "cloudpdf/types/documents_get404response_error" -require_relative "cloudpdf/types/documents_get404response" -require_relative "cloudpdf/types/documents_download403response_error" -require_relative "cloudpdf/types/documents_download403response" -require_relative "cloudpdf/types/documents_download404response_error" -require_relative "cloudpdf/types/documents_download404response" -require_relative "cloudpdf/types/documents_delete403response_error" -require_relative "cloudpdf/types/documents_delete403response" -require_relative "cloudpdf/types/documents_delete404response_error" -require_relative "cloudpdf/types/documents_delete404response" -require_relative "cloudpdf/types/documents_thumbnail_response_error" -require_relative "cloudpdf/types/documents_thumbnail_response" -require_relative "cloudpdf/types/deployment_license_status_response" -require_relative "cloudpdf/types/tokens_issue_request_doc" -require_relative "cloudpdf/types/tokens_issue_request_tenant_scope_item_zero" -require_relative "cloudpdf/types/tokens_issue_request_tenant_scope_item_one" -require_relative "cloudpdf/types/tokens_issue_request_tenant_scope_item" -require_relative "cloudpdf/types/tokens_issue_request_tenant" -require_relative "cloudpdf/types/tokens_issue_request" -require_relative "cloudpdf/types/tokens_issue200response" -require_relative "cloudpdf/types/tokens_issue400response_error" -require_relative "cloudpdf/types/tokens_issue400response" -require_relative "cloudpdf/types/tokens_issue403response_error" -require_relative "cloudpdf/types/tokens_issue403response" -require_relative "cloudpdf/types/tokens_issue404response_error" -require_relative "cloudpdf/types/tokens_issue404response" -require_relative "cloudpdf/types/tokens_revoke_response_error" -require_relative "cloudpdf/types/tokens_revoke_response" -require_relative "cloudpdf/types/doc_head200response_state" -require_relative "cloudpdf/types/doc_head200response_encryption_state" -require_relative "cloudpdf/types/doc_head200response_encryption" -require_relative "cloudpdf/types/doc_head200response_permissions_opened_as" -require_relative "cloudpdf/types/doc_head200response_permissions" -require_relative "cloudpdf/types/doc_head200response_access_reasons_item" -require_relative "cloudpdf/types/doc_head200response_access" -require_relative "cloudpdf/types/doc_head200response" -require_relative "cloudpdf/types/doc_head404response_name" -require_relative "cloudpdf/types/doc_head404response_code" -require_relative "cloudpdf/types/doc_head404response" -require_relative "cloudpdf/types/doc_manifest200response_scopes_content" -require_relative "cloudpdf/types/doc_manifest200response_scopes_annotations" -require_relative "cloudpdf/types/doc_manifest200response_scopes_layout" -require_relative "cloudpdf/types/doc_manifest200response_scopes_attachments" -require_relative "cloudpdf/types/doc_manifest200response_scopes_metadata" -require_relative "cloudpdf/types/doc_manifest200response_scopes_actions" -require_relative "cloudpdf/types/doc_manifest200response_scopes" -require_relative "cloudpdf/types/doc_manifest200response_pages_item_state_revision" -require_relative "cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_manifest200response_pages_item_state_weak_annotation_state" -require_relative "cloudpdf/types/doc_manifest200response_pages_item_state" -require_relative "cloudpdf/types/doc_manifest200response_pages_item_cache" -require_relative "cloudpdf/types/doc_manifest200response_pages_item" -require_relative "cloudpdf/types/doc_manifest200response" -require_relative "cloudpdf/types/doc_manifest404response_name" -require_relative "cloudpdf/types/doc_manifest404response_code" -require_relative "cloudpdf/types/doc_manifest404response" -require_relative "cloudpdf/types/doc_metadata_get200response_trapped" -require_relative "cloudpdf/types/doc_metadata_get200response" -require_relative "cloudpdf/types/doc_metadata_get404response_name" -require_relative "cloudpdf/types/doc_metadata_get404response_code" -require_relative "cloudpdf/types/doc_metadata_get404response" -require_relative "cloudpdf/types/doc_render_response_name" -require_relative "cloudpdf/types/doc_render_response_code" -require_relative "cloudpdf/types/doc_render_response" -require_relative "cloudpdf/types/doc_text200response" -require_relative "cloudpdf/types/doc_text404response_name" -require_relative "cloudpdf/types/doc_text404response_code" -require_relative "cloudpdf/types/doc_text404response" -require_relative "cloudpdf/types/doc_annotations_list200response_page_state_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_annotations_list200response_page_state_weak_annotation_state" -require_relative "cloudpdf/types/doc_annotations_list200response_page_state" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p3" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p4" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_highlight" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p3" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p4" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline_quad_points_item" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_underline" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p3" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p4" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_squiggly" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p3" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p4" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout_intent" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_strikeout" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_rect_differences" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle_unrotated_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_circle" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_rect_differences" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square_unrotated_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_square" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon_vertices_item" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polygon" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_vertices_item" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings_start" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings_end" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline_line_endings" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_polyline" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points_start" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points_end" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_points" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings_start" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings_end" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line_line_endings" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_line" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_launch" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_javascript" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_named" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_target_unsupported" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link_target" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_link" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink_ink_list_item_item" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_ink" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_color" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_font_color" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_interior_color" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_border_style" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_rect_differences" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_line_ending" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text_unrotated_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_free_text" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_caret" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_file_attachment" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_font_family" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_font_color" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_text_align" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget_field_family" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_widget" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p4" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_quad_points_item" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_color" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_interior_color" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_font_family" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_font_color" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact_text_align" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_redact" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_index_revision" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref_index" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_ref" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_identity_quality" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_flags" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_rect" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_blend_mode" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_object_number" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_nm" -require_relative "cloudpdf/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index_revision" -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" -require_relative "cloudpdf/types/doc_annotations_list404response_name" -require_relative "cloudpdf/types/doc_annotations_list404response_code" -require_relative "cloudpdf/types/doc_annotations_list404response" -require_relative "cloudpdf/types/doc_annotations_create_request" -require_relative "cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_annotations_create200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_annotations_create200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_annotations_create200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_annotations_create200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_annotations_create200response_meta" -require_relative "cloudpdf/types/doc_annotations_create200response" -require_relative "cloudpdf/types/doc_annotations_create400response_name" -require_relative "cloudpdf/types/doc_annotations_create400response_code" -require_relative "cloudpdf/types/doc_annotations_create400response" -require_relative "cloudpdf/types/doc_annotations_create404response_name" -require_relative "cloudpdf/types/doc_annotations_create404response_code" -require_relative "cloudpdf/types/doc_annotations_create404response" -require_relative "cloudpdf/types/doc_annotations_update_request" -require_relative "cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_annotations_update200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_annotations_update200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_annotations_update200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_annotations_update200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_annotations_update200response_meta" -require_relative "cloudpdf/types/doc_annotations_update200response" -require_relative "cloudpdf/types/doc_annotations_update400response_name" -require_relative "cloudpdf/types/doc_annotations_update400response_code" -require_relative "cloudpdf/types/doc_annotations_update400response" -require_relative "cloudpdf/types/doc_annotations_update404response_name" -require_relative "cloudpdf/types/doc_annotations_update404response_code" -require_relative "cloudpdf/types/doc_annotations_update404response" -require_relative "cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_annotations_delete200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_annotations_delete200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_annotations_delete200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_annotations_delete200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_annotations_delete200response_meta" -require_relative "cloudpdf/types/doc_annotations_delete200response" -require_relative "cloudpdf/types/doc_annotations_delete404response_name" -require_relative "cloudpdf/types/doc_annotations_delete404response_code" -require_relative "cloudpdf/types/doc_annotations_delete404response" -require_relative "cloudpdf/types/doc_forms_get200response_form_kind" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_ref_object_number" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_ref_fqn" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_ref" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_origin" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_flags" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_scalar" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_array" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry_unsupported" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_value_entry" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_text_default_value_entry_scalar" -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" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref_fqn" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_ref" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_origin" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_flags" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_scalar" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_array" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry_unsupported" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_value_entry" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_scalar" -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" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_ref_fqn" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_ref" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_origin" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_flags" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_scalar" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_array" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry_unsupported" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_value_entry" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_radio_default_value_entry_scalar" -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" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref_fqn" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_ref" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_origin" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_flags" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_scalar" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_array" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry_unsupported" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_value_entry" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_combobox_default_value_entry_scalar" -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" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref_object_number" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref_fqn" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_ref" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_origin" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_flags" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_scalar" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_array" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry_unsupported" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_value_entry" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_listbox_default_value_entry_scalar" -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" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref_object_number" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref_fqn" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_ref" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_origin" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_flags" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_scalar" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_array" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry_unsupported" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_value_entry" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_scalar" -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" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_ref_fqn" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_ref" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_origin" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_flags" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_scalar" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_array" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry_unsupported" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_value_entry" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_signature_default_value_entry_scalar" -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" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref_fqn" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_ref" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_origin" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_flags" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_scalar" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_array" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry_unsupported" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_value_entry" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_none" -require_relative "cloudpdf/types/doc_forms_get200response_fields_item_unknown_default_value_entry_scalar" -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" -require_relative "cloudpdf/types/doc_forms_get200response_calculation_order_item_object_number" -require_relative "cloudpdf/types/doc_forms_get200response_calculation_order_item_fqn" -require_relative "cloudpdf/types/doc_forms_get200response_calculation_order_item" -require_relative "cloudpdf/types/doc_forms_get200response" -require_relative "cloudpdf/types/doc_forms_get404response_name" -require_relative "cloudpdf/types/doc_forms_get404response_code" -require_relative "cloudpdf/types/doc_forms_get404response" -require_relative "cloudpdf/types/doc_forms_set_value_request" -require_relative "cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_forms_set_value200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_forms_set_value200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_forms_set_value200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_forms_set_value200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_forms_set_value200response_meta" -require_relative "cloudpdf/types/doc_forms_set_value200response" -require_relative "cloudpdf/types/doc_forms_set_value400response_name" -require_relative "cloudpdf/types/doc_forms_set_value400response_code" -require_relative "cloudpdf/types/doc_forms_set_value400response" -require_relative "cloudpdf/types/doc_forms_set_value404response_name" -require_relative "cloudpdf/types/doc_forms_set_value404response_code" -require_relative "cloudpdf/types/doc_forms_set_value404response" -require_relative "cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_forms_reset200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_forms_reset200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_forms_reset200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_forms_reset200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_forms_reset200response_meta" -require_relative "cloudpdf/types/doc_forms_reset200response" -require_relative "cloudpdf/types/doc_forms_reset404response_name" -require_relative "cloudpdf/types/doc_forms_reset404response_code" -require_relative "cloudpdf/types/doc_forms_reset404response" -require_relative "cloudpdf/types/doc_forms_export_data_response_name" -require_relative "cloudpdf/types/doc_forms_export_data_response_code" -require_relative "cloudpdf/types/doc_forms_export_data_response" -require_relative "cloudpdf/types/doc_forms_import_data_request" -require_relative "cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_forms_import_data200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_forms_import_data200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_forms_import_data200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_forms_import_data200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_forms_import_data200response_meta" -require_relative "cloudpdf/types/doc_forms_import_data200response" -require_relative "cloudpdf/types/doc_forms_import_data400response_name" -require_relative "cloudpdf/types/doc_forms_import_data400response_code" -require_relative "cloudpdf/types/doc_forms_import_data400response" -require_relative "cloudpdf/types/doc_forms_import_data404response_name" -require_relative "cloudpdf/types/doc_forms_import_data404response_code" -require_relative "cloudpdf/types/doc_forms_import_data404response" -require_relative "cloudpdf/types/doc_pages_move_request" -require_relative "cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_pages_move200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_pages_move200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_pages_move200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_pages_move200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_pages_move200response_meta" -require_relative "cloudpdf/types/doc_pages_move200response" -require_relative "cloudpdf/types/doc_pages_move400response_name" -require_relative "cloudpdf/types/doc_pages_move400response_code" -require_relative "cloudpdf/types/doc_pages_move400response" -require_relative "cloudpdf/types/doc_pages_move404response_name" -require_relative "cloudpdf/types/doc_pages_move404response_code" -require_relative "cloudpdf/types/doc_pages_move404response" -require_relative "cloudpdf/types/doc_pages_rotate_request" -require_relative "cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_pages_rotate200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_pages_rotate200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_pages_rotate200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_pages_rotate200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_pages_rotate200response_meta" -require_relative "cloudpdf/types/doc_pages_rotate200response" -require_relative "cloudpdf/types/doc_pages_rotate400response_name" -require_relative "cloudpdf/types/doc_pages_rotate400response_code" -require_relative "cloudpdf/types/doc_pages_rotate400response" -require_relative "cloudpdf/types/doc_pages_rotate404response_name" -require_relative "cloudpdf/types/doc_pages_rotate404response_code" -require_relative "cloudpdf/types/doc_pages_rotate404response" -require_relative "cloudpdf/types/doc_pages_delete_request" -require_relative "cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_pages_delete200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_pages_delete200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_pages_delete200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_pages_delete200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_pages_delete200response_meta" -require_relative "cloudpdf/types/doc_pages_delete200response" -require_relative "cloudpdf/types/doc_pages_delete400response_name" -require_relative "cloudpdf/types/doc_pages_delete400response_code" -require_relative "cloudpdf/types/doc_pages_delete400response" -require_relative "cloudpdf/types/doc_pages_delete404response_name" -require_relative "cloudpdf/types/doc_pages_delete404response_code" -require_relative "cloudpdf/types/doc_pages_delete404response" -require_relative "cloudpdf/types/doc_pages_flatten_request" -require_relative "cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_pages_flatten200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_pages_flatten200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_pages_flatten200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_pages_flatten200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_pages_flatten200response_meta" -require_relative "cloudpdf/types/doc_pages_flatten200response" -require_relative "cloudpdf/types/doc_pages_flatten400response_name" -require_relative "cloudpdf/types/doc_pages_flatten400response_code" -require_relative "cloudpdf/types/doc_pages_flatten400response" -require_relative "cloudpdf/types/doc_pages_flatten404response_name" -require_relative "cloudpdf/types/doc_pages_flatten404response_code" -require_relative "cloudpdf/types/doc_pages_flatten404response" -require_relative "cloudpdf/types/doc_redactions_apply_request" -require_relative "cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_revision" -require_relative "cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_unknown" -require_relative "cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_known" -require_relative "cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state" -require_relative "cloudpdf/types/doc_redactions_apply200response_meta_affected_pages_item" -require_relative "cloudpdf/types/doc_redactions_apply200response_meta_cache_delta_pages_item_cache" -require_relative "cloudpdf/types/doc_redactions_apply200response_meta_cache_delta_pages_item" -require_relative "cloudpdf/types/doc_redactions_apply200response_meta_cache_delta" -require_relative "cloudpdf/types/doc_redactions_apply200response_meta" -require_relative "cloudpdf/types/doc_redactions_apply200response" -require_relative "cloudpdf/types/doc_redactions_apply400response_name" -require_relative "cloudpdf/types/doc_redactions_apply400response_code" -require_relative "cloudpdf/types/doc_redactions_apply400response" -require_relative "cloudpdf/types/doc_redactions_apply404response_name" -require_relative "cloudpdf/types/doc_redactions_apply404response_code" -require_relative "cloudpdf/types/doc_redactions_apply404response" -require_relative "cloudpdf/types/doc_download_response_name" -require_relative "cloudpdf/types/doc_download_response_code" -require_relative "cloudpdf/types/doc_download_response" -require_relative "cloudpdf/client" -require_relative "cloudpdf/deployment/client" -require_relative "cloudpdf/doc/client" -require_relative "cloudpdf/doc/types/head_doc_request" -require_relative "cloudpdf/doc/types/download_doc_request" -require_relative "cloudpdf/doc/types/manifest_doc_request" -require_relative "cloudpdf/doc/types/render_doc_request" -require_relative "cloudpdf/doc/types/text_doc_request" -require_relative "cloudpdf/tenants/client" -require_relative "cloudpdf/tenants/types/list_tenants_request" -require_relative "cloudpdf/tenants/types/tenants_create_request" -require_relative "cloudpdf/tenants/types/get_tenants_request" -require_relative "cloudpdf/tenants/types/delete_tenants_request" -require_relative "cloudpdf/documents/client" -require_relative "cloudpdf/documents/types/list_documents_request" -require_relative "cloudpdf/documents/types/get_documents_request" -require_relative "cloudpdf/documents/types/delete_documents_request" -require_relative "cloudpdf/documents/types/documents_commit_request" -require_relative "cloudpdf/documents/types/download_documents_request" -require_relative "cloudpdf/documents/types/thumbnail_documents_request" -require_relative "cloudpdf/documents/types/documents_init_request" -require_relative "cloudpdf/tokens/client" -require_relative "cloudpdf/tokens/types/issue_tokens_request" -require_relative "cloudpdf/tokens/types/tokens_revoke_request" -require_relative "cloudpdf/doc/annotations/client" -require_relative "cloudpdf/doc/annotations/types/list_annotations_request" -require_relative "cloudpdf/doc/annotations/types/create_annotations_request" -require_relative "cloudpdf/doc/annotations/types/delete_annotations_request" -require_relative "cloudpdf/doc/annotations/types/update_annotations_request" -require_relative "cloudpdf/doc/forms/client" -require_relative "cloudpdf/doc/forms/types/get_forms_request" -require_relative "cloudpdf/doc/forms/types/export_data_forms_request" -require_relative "cloudpdf/doc/forms/types/import_data_forms_request" -require_relative "cloudpdf/doc/forms/types/reset_forms_request" -require_relative "cloudpdf/doc/forms/types/set_value_forms_request" -require_relative "cloudpdf/doc/metadata/client" -require_relative "cloudpdf/doc/metadata/types/get_metadata_request" -require_relative "cloudpdf/doc/pages/client" -require_relative "cloudpdf/doc/pages/types/delete_pages_request" -require_relative "cloudpdf/doc/pages/types/flatten_pages_request" -require_relative "cloudpdf/doc/pages/types/move_pages_request" -require_relative "cloudpdf/doc/pages/types/rotate_pages_request" -require_relative "cloudpdf/doc/redactions/client" -require_relative "cloudpdf/doc/redactions/types/apply_redactions_request" +require_relative "CloudPDF/internal/json/serializable" +require_relative "CloudPDF/internal/types/type" +require_relative "CloudPDF/internal/types/utils" +require_relative "CloudPDF/internal/types/union" +require_relative "CloudPDF/internal/errors/constraint_error" +require_relative "CloudPDF/internal/errors/type_error" +require_relative "CloudPDF/internal/http/base_request" +require_relative "CloudPDF/internal/json/request" +require_relative "CloudPDF/internal/http/raw_client" +require_relative "CloudPDF/internal/multipart/multipart_encoder" +require_relative "CloudPDF/internal/multipart/multipart_form_data_part" +require_relative "CloudPDF/internal/multipart/multipart_form_data" +require_relative "CloudPDF/internal/multipart/multipart_request" +require_relative "CloudPDF/internal/types/model/field" +require_relative "CloudPDF/internal/types/model" +require_relative "CloudPDF/internal/types/array" +require_relative "CloudPDF/internal/types/boolean" +require_relative "CloudPDF/internal/types/enum" +require_relative "CloudPDF/internal/types/hash" +require_relative "CloudPDF/internal/types/unknown" +require_relative "CloudPDF/errors/api_error" +require_relative "CloudPDF/errors/response_error" +require_relative "CloudPDF/errors/client_error" +require_relative "CloudPDF/errors/redirect_error" +require_relative "CloudPDF/errors/server_error" +require_relative "CloudPDF/errors/timeout_error" +require_relative "CloudPDF/internal/iterators/item_iterator" +require_relative "CloudPDF/internal/iterators/cursor_item_iterator" +require_relative "CloudPDF/internal/iterators/offset_item_iterator" +require_relative "CloudPDF/internal/iterators/cursor_page_iterator" +require_relative "CloudPDF/internal/iterators/offset_page_iterator" +require_relative "CloudPDF/documents/types/list_documents_request_state" +require_relative "CloudPDF/documents/types/documents_init_request_dedup_mode" +require_relative "CloudPDF/doc/forms/types/export_data_forms_request_format" +require_relative "CloudPDF/types/admin_error_payload_error" +require_relative "CloudPDF/types/admin_error_payload" +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/tenants_create200response_tenant" +require_relative "CloudPDF/types/tenants_create200response" +require_relative "CloudPDF/types/tenants_create400response_error" +require_relative "CloudPDF/types/tenants_create400response" +require_relative "CloudPDF/types/tenants_list200response_tenants_item" +require_relative "CloudPDF/types/tenants_list200response" +require_relative "CloudPDF/types/tenants_list400response_error" +require_relative "CloudPDF/types/tenants_list400response" +require_relative "CloudPDF/types/tenants_get200response_tenant" +require_relative "CloudPDF/types/tenants_get200response" +require_relative "CloudPDF/types/tenants_get404response_error" +require_relative "CloudPDF/types/tenants_get404response" +require_relative "CloudPDF/types/tenants_delete_response_error" +require_relative "CloudPDF/types/tenants_delete_response" +require_relative "CloudPDF/types/documents_init200response_created_document_state" +require_relative "CloudPDF/types/documents_init200response_created_document_thumbnail_state" +require_relative "CloudPDF/types/documents_init200response_created_document" +require_relative "CloudPDF/types/documents_init200response_created_upload_presigned_presigned_method" +require_relative "CloudPDF/types/documents_init200response_created_upload_presigned_presigned" +require_relative "CloudPDF/types/documents_init200response_created_upload_presigned" +require_relative "CloudPDF/types/documents_init200response_created_upload_direct" +require_relative "CloudPDF/types/documents_init200response_created_upload" +require_relative "CloudPDF/types/documents_init200response_created" +require_relative "CloudPDF/types/documents_init200response_resumed_document_state" +require_relative "CloudPDF/types/documents_init200response_resumed_document_thumbnail_state" +require_relative "CloudPDF/types/documents_init200response_resumed_document" +require_relative "CloudPDF/types/documents_init200response_resumed_upload_presigned_presigned_method" +require_relative "CloudPDF/types/documents_init200response_resumed_upload_presigned_presigned" +require_relative "CloudPDF/types/documents_init200response_resumed_upload_presigned" +require_relative "CloudPDF/types/documents_init200response_resumed_upload_direct" +require_relative "CloudPDF/types/documents_init200response_resumed_upload" +require_relative "CloudPDF/types/documents_init200response_resumed" +require_relative "CloudPDF/types/documents_init200response_deduped_document_state" +require_relative "CloudPDF/types/documents_init200response_deduped_document_thumbnail_state" +require_relative "CloudPDF/types/documents_init200response_deduped_document" +require_relative "CloudPDF/types/documents_init200response_deduped" +require_relative "CloudPDF/types/documents_init200response" +require_relative "CloudPDF/types/documents_init400response_error" +require_relative "CloudPDF/types/documents_init400response" +require_relative "CloudPDF/types/documents_commit200response_document_state" +require_relative "CloudPDF/types/documents_commit200response_document_thumbnail_state" +require_relative "CloudPDF/types/documents_commit200response_document" +require_relative "CloudPDF/types/documents_commit200response" +require_relative "CloudPDF/types/documents_commit400response_error" +require_relative "CloudPDF/types/documents_commit400response" +require_relative "CloudPDF/types/documents_commit404response_error" +require_relative "CloudPDF/types/documents_commit404response" +require_relative "CloudPDF/types/documents_upload_direct200response" +require_relative "CloudPDF/types/documents_upload_direct400response_error" +require_relative "CloudPDF/types/documents_upload_direct400response" +require_relative "CloudPDF/types/documents_list200response_documents_item_state" +require_relative "CloudPDF/types/documents_list200response_documents_item_thumbnail_state" +require_relative "CloudPDF/types/documents_list200response_documents_item" +require_relative "CloudPDF/types/documents_list200response" +require_relative "CloudPDF/types/documents_list400response_error" +require_relative "CloudPDF/types/documents_list400response" +require_relative "CloudPDF/types/documents_get200response_document_state" +require_relative "CloudPDF/types/documents_get200response_document_thumbnail_state" +require_relative "CloudPDF/types/documents_get200response_document" +require_relative "CloudPDF/types/documents_get200response" +require_relative "CloudPDF/types/documents_get403response_error" +require_relative "CloudPDF/types/documents_get403response" +require_relative "CloudPDF/types/documents_get404response_error" +require_relative "CloudPDF/types/documents_get404response" +require_relative "CloudPDF/types/documents_download403response_error" +require_relative "CloudPDF/types/documents_download403response" +require_relative "CloudPDF/types/documents_download404response_error" +require_relative "CloudPDF/types/documents_download404response" +require_relative "CloudPDF/types/documents_delete403response_error" +require_relative "CloudPDF/types/documents_delete403response" +require_relative "CloudPDF/types/documents_delete404response_error" +require_relative "CloudPDF/types/documents_delete404response" +require_relative "CloudPDF/types/documents_thumbnail_response_error" +require_relative "CloudPDF/types/documents_thumbnail_response" +require_relative "CloudPDF/types/deployment_license_status_response" +require_relative "CloudPDF/types/tokens_issue_request_doc" +require_relative "CloudPDF/types/tokens_issue_request_tenant_scope_item_zero" +require_relative "CloudPDF/types/tokens_issue_request_tenant_scope_item_one" +require_relative "CloudPDF/types/tokens_issue_request_tenant_scope_item" +require_relative "CloudPDF/types/tokens_issue_request_tenant" +require_relative "CloudPDF/types/tokens_issue_request" +require_relative "CloudPDF/types/tokens_issue200response" +require_relative "CloudPDF/types/tokens_issue400response_error" +require_relative "CloudPDF/types/tokens_issue400response" +require_relative "CloudPDF/types/tokens_issue403response_error" +require_relative "CloudPDF/types/tokens_issue403response" +require_relative "CloudPDF/types/tokens_issue404response_error" +require_relative "CloudPDF/types/tokens_issue404response" +require_relative "CloudPDF/types/tokens_revoke_response_error" +require_relative "CloudPDF/types/tokens_revoke_response" +require_relative "CloudPDF/types/doc_head200response_state" +require_relative "CloudPDF/types/doc_head200response_encryption_state" +require_relative "CloudPDF/types/doc_head200response_encryption" +require_relative "CloudPDF/types/doc_head200response_permissions_opened_as" +require_relative "CloudPDF/types/doc_head200response_permissions" +require_relative "CloudPDF/types/doc_head200response_access_reasons_item" +require_relative "CloudPDF/types/doc_head200response_access" +require_relative "CloudPDF/types/doc_head200response" +require_relative "CloudPDF/types/doc_head404response_name" +require_relative "CloudPDF/types/doc_head404response_code" +require_relative "CloudPDF/types/doc_head404response" +require_relative "CloudPDF/types/doc_manifest200response_scopes_content" +require_relative "CloudPDF/types/doc_manifest200response_scopes_annotations" +require_relative "CloudPDF/types/doc_manifest200response_scopes_layout" +require_relative "CloudPDF/types/doc_manifest200response_scopes_attachments" +require_relative "CloudPDF/types/doc_manifest200response_scopes_metadata" +require_relative "CloudPDF/types/doc_manifest200response_scopes_actions" +require_relative "CloudPDF/types/doc_manifest200response_scopes" +require_relative "CloudPDF/types/doc_manifest200response_pages_item_state_revision" +require_relative "CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_manifest200response_pages_item_state_weak_annotation_state" +require_relative "CloudPDF/types/doc_manifest200response_pages_item_state" +require_relative "CloudPDF/types/doc_manifest200response_pages_item_cache" +require_relative "CloudPDF/types/doc_manifest200response_pages_item" +require_relative "CloudPDF/types/doc_manifest200response" +require_relative "CloudPDF/types/doc_manifest404response_name" +require_relative "CloudPDF/types/doc_manifest404response_code" +require_relative "CloudPDF/types/doc_manifest404response" +require_relative "CloudPDF/types/doc_metadata_get200response_trapped" +require_relative "CloudPDF/types/doc_metadata_get200response" +require_relative "CloudPDF/types/doc_metadata_get404response_name" +require_relative "CloudPDF/types/doc_metadata_get404response_code" +require_relative "CloudPDF/types/doc_metadata_get404response" +require_relative "CloudPDF/types/doc_render_response_name" +require_relative "CloudPDF/types/doc_render_response_code" +require_relative "CloudPDF/types/doc_render_response" +require_relative "CloudPDF/types/doc_text200response" +require_relative "CloudPDF/types/doc_text404response_name" +require_relative "CloudPDF/types/doc_text404response_code" +require_relative "CloudPDF/types/doc_text404response" +require_relative "CloudPDF/types/doc_annotations_list200response_page_state_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_annotations_list200response_page_state_weak_annotation_state" +require_relative "CloudPDF/types/doc_annotations_list200response_page_state" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p3" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item_p4" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight_quad_points_item" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_highlight" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p3" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item_p4" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline_quad_points_item" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_underline" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p3" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item_p4" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly_quad_points_item" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_squiggly" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p3" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item_p4" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_quad_points_item" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout_intent" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_strikeout" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_rect_differences" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle_unrotated_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_circle" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_rect_differences" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square_unrotated_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_square" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon_vertices_item" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polygon" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_vertices_item" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings_start" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings_end" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline_line_endings" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_polyline" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points_start" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points_end" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_points" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings_start" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings_end" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line_line_endings" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_line" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_launch" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_javascript" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_named" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target_unsupported" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link_target" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_link" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink_ink_list_item_item" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_ink" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_color" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_font_color" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_interior_color" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_border_style" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_rect_differences" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_line_ending" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text_unrotated_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_free_text" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_caret" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_text_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_stamp_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_file_attachment" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_font_family" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_font_color" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_text_align" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget_field_family" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_widget" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item_p4" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_quad_points_item" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_color" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_interior_color" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_font_family" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_font_color" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact_text_align" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_redact" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_index_revision" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref_index" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_ref" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_identity_quality" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_flags" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_rect" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_blend_mode" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_object_number" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_nm" +require_relative "CloudPDF/types/doc_annotations_list200response_annotations_item_unsupported_in_reply_to_index_revision" +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" +require_relative "CloudPDF/types/doc_annotations_list404response_name" +require_relative "CloudPDF/types/doc_annotations_list404response_code" +require_relative "CloudPDF/types/doc_annotations_list404response" +require_relative "CloudPDF/types/doc_annotations_create_request" +require_relative "CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_annotations_create200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_annotations_create200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_annotations_create200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_annotations_create200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_annotations_create200response_meta" +require_relative "CloudPDF/types/doc_annotations_create200response" +require_relative "CloudPDF/types/doc_annotations_create400response_name" +require_relative "CloudPDF/types/doc_annotations_create400response_code" +require_relative "CloudPDF/types/doc_annotations_create400response" +require_relative "CloudPDF/types/doc_annotations_create404response_name" +require_relative "CloudPDF/types/doc_annotations_create404response_code" +require_relative "CloudPDF/types/doc_annotations_create404response" +require_relative "CloudPDF/types/doc_annotations_update_request" +require_relative "CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_annotations_update200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_annotations_update200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_annotations_update200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_annotations_update200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_annotations_update200response_meta" +require_relative "CloudPDF/types/doc_annotations_update200response" +require_relative "CloudPDF/types/doc_annotations_update400response_name" +require_relative "CloudPDF/types/doc_annotations_update400response_code" +require_relative "CloudPDF/types/doc_annotations_update400response" +require_relative "CloudPDF/types/doc_annotations_update404response_name" +require_relative "CloudPDF/types/doc_annotations_update404response_code" +require_relative "CloudPDF/types/doc_annotations_update404response" +require_relative "CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_annotations_delete200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_annotations_delete200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_annotations_delete200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_annotations_delete200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_annotations_delete200response_meta" +require_relative "CloudPDF/types/doc_annotations_delete200response" +require_relative "CloudPDF/types/doc_annotations_delete404response_name" +require_relative "CloudPDF/types/doc_annotations_delete404response_code" +require_relative "CloudPDF/types/doc_annotations_delete404response" +require_relative "CloudPDF/types/doc_forms_get200response_form_kind" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_ref_object_number" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_ref_fqn" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_ref" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_origin" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_flags" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_scalar" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_array" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry_unsupported" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_value_entry" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_text_default_value_entry_scalar" +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" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref_fqn" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_ref" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_origin" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_flags" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_scalar" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_array" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry_unsupported" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_value_entry" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_checkbox_default_value_entry_scalar" +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" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_ref_fqn" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_ref" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_origin" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_flags" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_scalar" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_array" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry_unsupported" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_value_entry" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_radio_default_value_entry_scalar" +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" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref_fqn" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_ref" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_origin" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_flags" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_scalar" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_array" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry_unsupported" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_value_entry" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_combobox_default_value_entry_scalar" +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" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref_object_number" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref_fqn" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_ref" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_origin" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_flags" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_scalar" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_array" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry_unsupported" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_value_entry" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_listbox_default_value_entry_scalar" +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" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref_object_number" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref_fqn" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_ref" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_origin" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_flags" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_scalar" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_array" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry_unsupported" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_value_entry" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_pushbutton_default_value_entry_scalar" +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" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_ref_fqn" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_ref" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_origin" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_flags" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_scalar" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_array" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry_unsupported" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_value_entry" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_signature_default_value_entry_scalar" +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" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref_fqn" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_ref" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_origin" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_flags" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_scalar" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_array" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry_unsupported" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_value_entry" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_none" +require_relative "CloudPDF/types/doc_forms_get200response_fields_item_unknown_default_value_entry_scalar" +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" +require_relative "CloudPDF/types/doc_forms_get200response_calculation_order_item_object_number" +require_relative "CloudPDF/types/doc_forms_get200response_calculation_order_item_fqn" +require_relative "CloudPDF/types/doc_forms_get200response_calculation_order_item" +require_relative "CloudPDF/types/doc_forms_get200response" +require_relative "CloudPDF/types/doc_forms_get404response_name" +require_relative "CloudPDF/types/doc_forms_get404response_code" +require_relative "CloudPDF/types/doc_forms_get404response" +require_relative "CloudPDF/types/doc_forms_set_value_request" +require_relative "CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_forms_set_value200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_forms_set_value200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_forms_set_value200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_forms_set_value200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_forms_set_value200response_meta" +require_relative "CloudPDF/types/doc_forms_set_value200response" +require_relative "CloudPDF/types/doc_forms_set_value400response_name" +require_relative "CloudPDF/types/doc_forms_set_value400response_code" +require_relative "CloudPDF/types/doc_forms_set_value400response" +require_relative "CloudPDF/types/doc_forms_set_value404response_name" +require_relative "CloudPDF/types/doc_forms_set_value404response_code" +require_relative "CloudPDF/types/doc_forms_set_value404response" +require_relative "CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_forms_reset200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_forms_reset200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_forms_reset200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_forms_reset200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_forms_reset200response_meta" +require_relative "CloudPDF/types/doc_forms_reset200response" +require_relative "CloudPDF/types/doc_forms_reset404response_name" +require_relative "CloudPDF/types/doc_forms_reset404response_code" +require_relative "CloudPDF/types/doc_forms_reset404response" +require_relative "CloudPDF/types/doc_forms_export_data_response_name" +require_relative "CloudPDF/types/doc_forms_export_data_response_code" +require_relative "CloudPDF/types/doc_forms_export_data_response" +require_relative "CloudPDF/types/doc_forms_import_data_request" +require_relative "CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_forms_import_data200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_forms_import_data200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_forms_import_data200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_forms_import_data200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_forms_import_data200response_meta" +require_relative "CloudPDF/types/doc_forms_import_data200response" +require_relative "CloudPDF/types/doc_forms_import_data400response_name" +require_relative "CloudPDF/types/doc_forms_import_data400response_code" +require_relative "CloudPDF/types/doc_forms_import_data400response" +require_relative "CloudPDF/types/doc_forms_import_data404response_name" +require_relative "CloudPDF/types/doc_forms_import_data404response_code" +require_relative "CloudPDF/types/doc_forms_import_data404response" +require_relative "CloudPDF/types/doc_pages_move_request" +require_relative "CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_pages_move200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_pages_move200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_pages_move200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_pages_move200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_pages_move200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_pages_move200response_meta" +require_relative "CloudPDF/types/doc_pages_move200response" +require_relative "CloudPDF/types/doc_pages_move400response_name" +require_relative "CloudPDF/types/doc_pages_move400response_code" +require_relative "CloudPDF/types/doc_pages_move400response" +require_relative "CloudPDF/types/doc_pages_move404response_name" +require_relative "CloudPDF/types/doc_pages_move404response_code" +require_relative "CloudPDF/types/doc_pages_move404response" +require_relative "CloudPDF/types/doc_pages_rotate_request" +require_relative "CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_pages_rotate200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_pages_rotate200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_pages_rotate200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_pages_rotate200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_pages_rotate200response_meta" +require_relative "CloudPDF/types/doc_pages_rotate200response" +require_relative "CloudPDF/types/doc_pages_rotate400response_name" +require_relative "CloudPDF/types/doc_pages_rotate400response_code" +require_relative "CloudPDF/types/doc_pages_rotate400response" +require_relative "CloudPDF/types/doc_pages_rotate404response_name" +require_relative "CloudPDF/types/doc_pages_rotate404response_code" +require_relative "CloudPDF/types/doc_pages_rotate404response" +require_relative "CloudPDF/types/doc_pages_delete_request" +require_relative "CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_pages_delete200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_pages_delete200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_pages_delete200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_pages_delete200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_pages_delete200response_meta" +require_relative "CloudPDF/types/doc_pages_delete200response" +require_relative "CloudPDF/types/doc_pages_delete400response_name" +require_relative "CloudPDF/types/doc_pages_delete400response_code" +require_relative "CloudPDF/types/doc_pages_delete400response" +require_relative "CloudPDF/types/doc_pages_delete404response_name" +require_relative "CloudPDF/types/doc_pages_delete404response_code" +require_relative "CloudPDF/types/doc_pages_delete404response" +require_relative "CloudPDF/types/doc_pages_flatten_request" +require_relative "CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_pages_flatten200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_pages_flatten200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_pages_flatten200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_pages_flatten200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_pages_flatten200response_meta" +require_relative "CloudPDF/types/doc_pages_flatten200response" +require_relative "CloudPDF/types/doc_pages_flatten400response_name" +require_relative "CloudPDF/types/doc_pages_flatten400response_code" +require_relative "CloudPDF/types/doc_pages_flatten400response" +require_relative "CloudPDF/types/doc_pages_flatten404response_name" +require_relative "CloudPDF/types/doc_pages_flatten404response_code" +require_relative "CloudPDF/types/doc_pages_flatten404response" +require_relative "CloudPDF/types/doc_redactions_apply_request" +require_relative "CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_revision" +require_relative "CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_unknown" +require_relative "CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state_known" +require_relative "CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item_weak_annotation_state" +require_relative "CloudPDF/types/doc_redactions_apply200response_meta_affected_pages_item" +require_relative "CloudPDF/types/doc_redactions_apply200response_meta_cache_delta_pages_item_cache" +require_relative "CloudPDF/types/doc_redactions_apply200response_meta_cache_delta_pages_item" +require_relative "CloudPDF/types/doc_redactions_apply200response_meta_cache_delta" +require_relative "CloudPDF/types/doc_redactions_apply200response_meta" +require_relative "CloudPDF/types/doc_redactions_apply200response" +require_relative "CloudPDF/types/doc_redactions_apply400response_name" +require_relative "CloudPDF/types/doc_redactions_apply400response_code" +require_relative "CloudPDF/types/doc_redactions_apply400response" +require_relative "CloudPDF/types/doc_redactions_apply404response_name" +require_relative "CloudPDF/types/doc_redactions_apply404response_code" +require_relative "CloudPDF/types/doc_redactions_apply404response" +require_relative "CloudPDF/types/doc_download_response_name" +require_relative "CloudPDF/types/doc_download_response_code" +require_relative "CloudPDF/types/doc_download_response" +require_relative "CloudPDF/client" +require_relative "CloudPDF/deployment/client" +require_relative "CloudPDF/doc/client" +require_relative "CloudPDF/doc/types/head_doc_request" +require_relative "CloudPDF/doc/types/download_doc_request" +require_relative "CloudPDF/doc/types/manifest_doc_request" +require_relative "CloudPDF/doc/types/render_doc_request" +require_relative "CloudPDF/doc/types/text_doc_request" +require_relative "CloudPDF/tenants/client" +require_relative "CloudPDF/tenants/types/list_tenants_request" +require_relative "CloudPDF/tenants/types/tenants_create_request" +require_relative "CloudPDF/tenants/types/get_tenants_request" +require_relative "CloudPDF/tenants/types/delete_tenants_request" +require_relative "CloudPDF/documents/client" +require_relative "CloudPDF/documents/types/list_documents_request" +require_relative "CloudPDF/documents/types/get_documents_request" +require_relative "CloudPDF/documents/types/delete_documents_request" +require_relative "CloudPDF/documents/types/documents_commit_request" +require_relative "CloudPDF/documents/types/download_documents_request" +require_relative "CloudPDF/documents/types/thumbnail_documents_request" +require_relative "CloudPDF/documents/types/documents_init_request" +require_relative "CloudPDF/tokens/client" +require_relative "CloudPDF/tokens/types/issue_tokens_request" +require_relative "CloudPDF/tokens/types/tokens_revoke_request" +require_relative "CloudPDF/doc/annotations/client" +require_relative "CloudPDF/doc/annotations/types/list_annotations_request" +require_relative "CloudPDF/doc/annotations/types/create_annotations_request" +require_relative "CloudPDF/doc/annotations/types/delete_annotations_request" +require_relative "CloudPDF/doc/annotations/types/update_annotations_request" +require_relative "CloudPDF/doc/forms/client" +require_relative "CloudPDF/doc/forms/types/get_forms_request" +require_relative "CloudPDF/doc/forms/types/export_data_forms_request" +require_relative "CloudPDF/doc/forms/types/import_data_forms_request" +require_relative "CloudPDF/doc/forms/types/reset_forms_request" +require_relative "CloudPDF/doc/forms/types/set_value_forms_request" +require_relative "CloudPDF/doc/metadata/client" +require_relative "CloudPDF/doc/metadata/types/get_metadata_request" +require_relative "CloudPDF/doc/pages/client" +require_relative "CloudPDF/doc/pages/types/delete_pages_request" +require_relative "CloudPDF/doc/pages/types/flatten_pages_request" +require_relative "CloudPDF/doc/pages/types/move_pages_request" +require_relative "CloudPDF/doc/pages/types/rotate_pages_request" +require_relative "CloudPDF/doc/redactions/client" +require_relative "CloudPDF/doc/redactions/types/apply_redactions_request" diff --git a/lib/cloudpdf/client.rb b/lib/cloudpdf/client.rb deleted file mode 100644 index ca518b5..0000000 --- a/lib/cloudpdf/client.rb +++ /dev/null @@ -1,46 +0,0 @@ -# frozen_string_literal: true - -module Cloudpdf - class Client - # @param token [String] - # @param base_url [String, nil] - # @param max_retries [Integer] - # - # @return [void] - def initialize(token:, base_url: nil, max_retries: 2) - @raw_client = Cloudpdf::Internal::Http::RawClient.new( - base_url: base_url, - headers: { - "X-Fern-Language" => "Ruby", - Authorization: "Bearer #{token}" - }, - max_retries: max_retries - ) - end - - # @return [Cloudpdf::Deployment::Client] - def deployment - @deployment ||= Cloudpdf::Deployment::Client.new(client: @raw_client) - end - - # @return [Cloudpdf::Doc::Client] - def doc - @doc ||= Cloudpdf::Doc::Client.new(client: @raw_client) - end - - # @return [Cloudpdf::Tenants::Client] - def tenants - @tenants ||= Cloudpdf::Tenants::Client.new(client: @raw_client) - end - - # @return [Cloudpdf::Documents::Client] - def documents - @documents ||= Cloudpdf::Documents::Client.new(client: @raw_client) - end - - # @return [Cloudpdf::Tokens::Client] - def tokens - @tokens ||= Cloudpdf::Tokens::Client.new(client: @raw_client) - end - end -end diff --git a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item.rb b/lib/cloudpdf/types/doc_annotations_list200response_annotations_item.rb deleted file mode 100644 index bd83f5d..0000000 --- a/lib/cloudpdf/types/doc_annotations_list200response_annotations_item.rb +++ /dev/null @@ -1,49 +0,0 @@ -# frozen_string_literal: true - -module Cloudpdf - module Types - class DocAnnotationsList200ResponseAnnotationsItem < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union - - discriminant :subtype - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemHighlight }, key: "HIGHLIGHT" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnderline }, key: "UNDERLINE" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquiggly }, key: "SQUIGGLY" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStrikeout }, key: "STRIKEOUT" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCircle }, key: "CIRCLE" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemSquare }, key: "SQUARE" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolygon }, key: "POLYGON" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemPolyline }, key: "POLYLINE" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLine }, key: "LINE" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemLink }, key: "LINK" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemInk }, key: "INK" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFreeText }, key: "FREE_TEXT" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemCaret }, key: "CARET" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemText }, key: "TEXT" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemStamp }, key: "STAMP" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemFileAttachment }, key: "FILE_ATTACHMENT" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemWidget }, key: "WIDGET" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemRedact }, key: "REDACT" - - member -> { Cloudpdf::Types::DocAnnotationsList200ResponseAnnotationsItemUnsupported }, key: "UNSUPPORTED" - end - end -end diff --git a/lib/cloudpdf/types/doc_forms_get200response_fields_item.rb b/lib/cloudpdf/types/doc_forms_get200response_fields_item.rb deleted file mode 100644 index cba8004..0000000 --- a/lib/cloudpdf/types/doc_forms_get200response_fields_item.rb +++ /dev/null @@ -1,27 +0,0 @@ -# frozen_string_literal: true - -module Cloudpdf - module Types - class DocFormsGet200ResponseFieldsItem < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union - - discriminant :family - - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemText }, key: "TEXT" - - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCheckbox }, key: "CHECKBOX" - - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemRadio }, key: "RADIO" - - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemCombobox }, key: "COMBOBOX" - - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemListbox }, key: "LISTBOX" - - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemPushbutton }, key: "PUSHBUTTON" - - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemSignature }, key: "SIGNATURE" - - member -> { Cloudpdf::Types::DocFormsGet200ResponseFieldsItemUnknown }, key: "UNKNOWN" - end - end -end diff --git a/lib/cloudpdf/types/documents_init200response.rb b/lib/cloudpdf/types/documents_init200response.rb deleted file mode 100644 index f589928..0000000 --- a/lib/cloudpdf/types/documents_init200response.rb +++ /dev/null @@ -1,17 +0,0 @@ -# frozen_string_literal: true - -module Cloudpdf - module Types - class DocumentsInit200Response < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union - - discriminant :tag - - member -> { Cloudpdf::Types::DocumentsInit200ResponseCreated }, key: "CREATED" - - member -> { Cloudpdf::Types::DocumentsInit200ResponseResumed }, key: "RESUMED" - - member -> { Cloudpdf::Types::DocumentsInit200ResponseDeduped }, key: "DEDUPED" - end - end -end diff --git a/lib/cloudpdf/types/tokens_issue_request.rb b/lib/cloudpdf/types/tokens_issue_request.rb deleted file mode 100644 index 6a7328a..0000000 --- a/lib/cloudpdf/types/tokens_issue_request.rb +++ /dev/null @@ -1,15 +0,0 @@ -# frozen_string_literal: true - -module Cloudpdf - module Types - class TokensIssueRequest < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union - - discriminant :kind - - member -> { Cloudpdf::Types::TokensIssueRequestDoc }, key: "DOC" - - member -> { Cloudpdf::Types::TokensIssueRequestTenant }, key: "TENANT" - end - end -end diff --git a/lib/cloudpdf/types/tokens_issue_request_tenant_scope_item.rb b/lib/cloudpdf/types/tokens_issue_request_tenant_scope_item.rb deleted file mode 100644 index 666b41a..0000000 --- a/lib/cloudpdf/types/tokens_issue_request_tenant_scope_item.rb +++ /dev/null @@ -1,13 +0,0 @@ -# frozen_string_literal: true - -module Cloudpdf - module Types - class TokensIssueRequestTenantScopeItem < Internal::Types::Model - extend Cloudpdf::Internal::Types::Union - - member -> { Cloudpdf::Types::TokensIssueRequestTenantScopeItemZero } - - member -> { Cloudpdf::Types::TokensIssueRequestTenantScopeItemOne } - end - end -end diff --git a/reference.md b/reference.md index 22c97dd..4b259d3 100644 --- a/reference.md +++ b/reference.md @@ -1,6 +1,6 @@ # Reference ## Deployment -
client.deployment.license_status() -> Cloudpdf::Types::DeploymentLicenseStatusResponse +
client.deployment.license_status() -> CloudPDF::Types::DeploymentLicenseStatusResponse
@@ -28,7 +28,7 @@ client.deployment.license_status
-**request_options:** `Cloudpdf::Deployment::RequestOptions` +**request_options:** `CloudPDF::Deployment::RequestOptions`
@@ -41,7 +41,7 @@ client.deployment.license_status
## Doc -
client.doc.head(doc_id:) -> Cloudpdf::Types::DocHead200Response +
client.doc.head(doc_id:) -> CloudPDF::Types::DocHead200Response
@@ -85,7 +85,7 @@ client.doc.head(doc_id: "docId")
-**request_options:** `Cloudpdf::Doc::RequestOptions` +**request_options:** `CloudPDF::Doc::RequestOptions`
@@ -97,7 +97,7 @@ client.doc.head(doc_id: "docId")
-
client.doc.download(doc_id:, layer_name:) -> String +
client.doc.download(doc_id:, layer_name:) -> String
@@ -152,7 +152,7 @@ client.doc.download(
-**request_options:** `Cloudpdf::Doc::RequestOptions` +**request_options:** `CloudPDF::Doc::RequestOptions`
@@ -164,7 +164,7 @@ client.doc.download(
-
client.doc.manifest(doc_id:, layer_name:) -> Cloudpdf::Types::DocManifest200Response +
client.doc.manifest(doc_id:, layer_name:) -> CloudPDF::Types::DocManifest200Response
@@ -219,7 +219,7 @@ client.doc.manifest(
-**request_options:** `Cloudpdf::Doc::RequestOptions` +**request_options:** `CloudPDF::Doc::RequestOptions`
@@ -231,7 +231,7 @@ client.doc.manifest(
-
client.doc.render(doc_id:, layer_name:, pon:) -> String +
client.doc.render(doc_id:, layer_name:, pon:) -> String
@@ -309,7 +309,7 @@ client.doc.render(
-**request_options:** `Cloudpdf::Doc::RequestOptions` +**request_options:** `CloudPDF::Doc::RequestOptions`
@@ -321,7 +321,7 @@ client.doc.render(
-
client.doc.text(doc_id:, layer_name:, pon:) -> Cloudpdf::Types::DocText200Response +
client.doc.text(doc_id:, layer_name:, pon:) -> CloudPDF::Types::DocText200Response
@@ -385,7 +385,7 @@ client.doc.text(
-**request_options:** `Cloudpdf::Doc::RequestOptions` +**request_options:** `CloudPDF::Doc::RequestOptions`
@@ -398,7 +398,7 @@ client.doc.text(
## Tenants -
client.tenants.list() -> Cloudpdf::Types::TenantsList200Response +
client.tenants.list() -> CloudPDF::Types::TenantsList200Response
@@ -442,7 +442,7 @@ client.tenants.list
-**request_options:** `Cloudpdf::Tenants::RequestOptions` +**request_options:** `CloudPDF::Tenants::RequestOptions`
@@ -454,7 +454,7 @@ client.tenants.list
-
client.tenants.create(request) -> Cloudpdf::Types::TenantsCreate200Response +
client.tenants.create(request) -> CloudPDF::Types::TenantsCreate200Response
@@ -498,7 +498,7 @@ client.tenants.create(id: "id")
-**request_options:** `Cloudpdf::Tenants::RequestOptions` +**request_options:** `CloudPDF::Tenants::RequestOptions`
@@ -510,7 +510,7 @@ client.tenants.create(id: "id")
-
client.tenants.get(tenant_id:) -> Cloudpdf::Types::TenantsGet200Response +
client.tenants.get(tenant_id:) -> CloudPDF::Types::TenantsGet200Response
@@ -546,7 +546,7 @@ client.tenants.get(tenant_id: "tenantId")
-**request_options:** `Cloudpdf::Tenants::RequestOptions` +**request_options:** `CloudPDF::Tenants::RequestOptions`
@@ -558,7 +558,7 @@ client.tenants.get(tenant_id: "tenantId")
-
client.tenants.delete(tenant_id:) -> +
client.tenants.delete(tenant_id:) ->
@@ -608,7 +608,7 @@ client.tenants.delete(tenant_id: "tenantId")
-**request_options:** `Cloudpdf::Tenants::RequestOptions` +**request_options:** `CloudPDF::Tenants::RequestOptions`
@@ -621,7 +621,7 @@ client.tenants.delete(tenant_id: "tenantId")
## Documents -
client.documents.list(tenant_id:) -> Cloudpdf::Types::DocumentsList200Response +
client.documents.list(tenant_id:) -> CloudPDF::Types::DocumentsList200Response
@@ -673,7 +673,7 @@ client.documents.list(tenant_id: "tenantId")
-**state:** `Cloudpdf::Documents::Types::ListDocumentsRequestState` +**state:** `CloudPDF::Documents::Types::ListDocumentsRequestState`
@@ -681,7 +681,7 @@ client.documents.list(tenant_id: "tenantId")
-**request_options:** `Cloudpdf::Documents::RequestOptions` +**request_options:** `CloudPDF::Documents::RequestOptions`
@@ -693,7 +693,7 @@ client.documents.list(tenant_id: "tenantId")
-
client.documents.get(tenant_id:, id:) -> Cloudpdf::Types::DocumentsGet200Response +
client.documents.get(tenant_id:, id:) -> CloudPDF::Types::DocumentsGet200Response
@@ -740,7 +740,7 @@ client.documents.get(
-**request_options:** `Cloudpdf::Documents::RequestOptions` +**request_options:** `CloudPDF::Documents::RequestOptions`
@@ -752,7 +752,7 @@ client.documents.get(
-
client.documents.delete(tenant_id:, id:) -> +
client.documents.delete(tenant_id:, id:) ->
@@ -799,7 +799,7 @@ client.documents.delete(
-**request_options:** `Cloudpdf::Documents::RequestOptions` +**request_options:** `CloudPDF::Documents::RequestOptions`
@@ -811,7 +811,7 @@ client.documents.delete(
-
client.documents.commit(tenant_id:, id:, request) -> Cloudpdf::Types::DocumentsCommit200Response +
client.documents.commit(tenant_id:, id:, request) -> CloudPDF::Types::DocumentsCommit200Response
@@ -867,7 +867,7 @@ client.documents.commit(
-**request_options:** `Cloudpdf::Documents::RequestOptions` +**request_options:** `CloudPDF::Documents::RequestOptions`
@@ -879,7 +879,7 @@ client.documents.commit(
-
client.documents.download(tenant_id:, id:) -> String +
client.documents.download(tenant_id:, id:) -> String
@@ -926,7 +926,7 @@ client.documents.download(
-**request_options:** `Cloudpdf::Documents::RequestOptions` +**request_options:** `CloudPDF::Documents::RequestOptions`
@@ -938,7 +938,7 @@ client.documents.download(
-
client.documents.thumbnail(tenant_id:, id:) -> String +
client.documents.thumbnail(tenant_id:, id:) -> String
@@ -985,7 +985,7 @@ client.documents.thumbnail(
-**request_options:** `Cloudpdf::Documents::RequestOptions` +**request_options:** `CloudPDF::Documents::RequestOptions`
@@ -997,7 +997,7 @@ client.documents.thumbnail(
-
client.documents.init(tenant_id:, request) -> Cloudpdf::Types::DocumentsInit200Response +
client.documents.init(tenant_id:, request) -> CloudPDF::Types::DocumentsInit200Response
@@ -1069,7 +1069,7 @@ client.documents.init(
-**dedup_mode:** `Cloudpdf::Documents::Types::DocumentsInitRequestDedupMode` +**dedup_mode:** `CloudPDF::Documents::Types::DocumentsInitRequestDedupMode`
@@ -1093,7 +1093,7 @@ client.documents.init(
-**request_options:** `Cloudpdf::Documents::RequestOptions` +**request_options:** `CloudPDF::Documents::RequestOptions`
@@ -1106,7 +1106,7 @@ client.documents.init(
## Tokens -
client.tokens.issue(tenant_id:, request) -> Cloudpdf::Types::TokensIssue200Response +
client.tokens.issue(tenant_id:, request) -> CloudPDF::Types::TokensIssue200Response
@@ -1156,7 +1156,7 @@ client.tokens.issue(tenant_id: "tenantId")
-**request:** `Cloudpdf::Types::TokensIssueRequest` +**request:** `CloudPDF::Types::TokensIssueRequest`
@@ -1164,7 +1164,7 @@ client.tokens.issue(tenant_id: "tenantId")
-**request_options:** `Cloudpdf::Tokens::RequestOptions` +**request_options:** `CloudPDF::Tokens::RequestOptions`
@@ -1176,7 +1176,7 @@ client.tokens.issue(tenant_id: "tenantId")
-
client.tokens.revoke(tenant_id:, jti:, request) -> +
client.tokens.revoke(tenant_id:, jti:, request) ->
@@ -1253,7 +1253,7 @@ client.tokens.revoke(
-**request_options:** `Cloudpdf::Tokens::RequestOptions` +**request_options:** `CloudPDF::Tokens::RequestOptions`
@@ -1266,7 +1266,7 @@ client.tokens.revoke(
## Doc Annotations -
client.doc.annotations.list(doc_id:, layer_name:, pon:) -> Cloudpdf::Types::DocAnnotationsList200Response +
client.doc.annotations.list(doc_id:, layer_name:, pon:) -> CloudPDF::Types::DocAnnotationsList200Response
@@ -1330,7 +1330,7 @@ client.doc.annotations.list(
-**request_options:** `Cloudpdf::Doc::Annotations::RequestOptions` +**request_options:** `CloudPDF::Doc::Annotations::RequestOptions`
@@ -1342,7 +1342,7 @@ client.doc.annotations.list(
-
client.doc.annotations.create(doc_id:, layer_name:, pon:, request) -> Cloudpdf::Types::DocAnnotationsCreate200Response +
client.doc.annotations.create(doc_id:, layer_name:, pon:, request) -> CloudPDF::Types::DocAnnotationsCreate200Response
@@ -1431,7 +1431,7 @@ client.doc.annotations.create(
-**request_options:** `Cloudpdf::Doc::Annotations::RequestOptions` +**request_options:** `CloudPDF::Doc::Annotations::RequestOptions`
@@ -1443,7 +1443,7 @@ client.doc.annotations.create(
-
client.doc.annotations.delete(doc_id:, layer_name:, pon:, annot_key:) -> Cloudpdf::Types::DocAnnotationsDelete200Response +
client.doc.annotations.delete(doc_id:, layer_name:, pon:, annot_key:) -> CloudPDF::Types::DocAnnotationsDelete200Response
@@ -1516,7 +1516,7 @@ client.doc.annotations.delete(
-**request_options:** `Cloudpdf::Doc::Annotations::RequestOptions` +**request_options:** `CloudPDF::Doc::Annotations::RequestOptions`
@@ -1528,7 +1528,7 @@ client.doc.annotations.delete(
-
client.doc.annotations.update(doc_id:, layer_name:, pon:, annot_key:, request) -> Cloudpdf::Types::DocAnnotationsUpdate200Response +
client.doc.annotations.update(doc_id:, layer_name:, pon:, annot_key:, request) -> CloudPDF::Types::DocAnnotationsUpdate200Response
@@ -1612,7 +1612,7 @@ client.doc.annotations.update(
-**request_options:** `Cloudpdf::Doc::Annotations::RequestOptions` +**request_options:** `CloudPDF::Doc::Annotations::RequestOptions`
@@ -1625,7 +1625,7 @@ client.doc.annotations.update(
## Doc Forms -
client.doc.forms.get(doc_id:, layer_name:) -> Cloudpdf::Types::DocFormsGet200Response +
client.doc.forms.get(doc_id:, layer_name:) -> CloudPDF::Types::DocFormsGet200Response
@@ -1680,7 +1680,7 @@ client.doc.forms.get(
-**request_options:** `Cloudpdf::Doc::Forms::RequestOptions` +**request_options:** `CloudPDF::Doc::Forms::RequestOptions`
@@ -1692,7 +1692,7 @@ client.doc.forms.get(
-
client.doc.forms.export_data(doc_id:, layer_name:) -> String +
client.doc.forms.export_data(doc_id:, layer_name:) -> String
@@ -1739,7 +1739,7 @@ client.doc.forms.export_data(
-**format:** `Cloudpdf::Doc::Forms::Types::ExportDataFormsRequestFormat` +**format:** `CloudPDF::Doc::Forms::Types::ExportDataFormsRequestFormat`
@@ -1755,7 +1755,7 @@ client.doc.forms.export_data(
-**request_options:** `Cloudpdf::Doc::Forms::RequestOptions` +**request_options:** `CloudPDF::Doc::Forms::RequestOptions`
@@ -1767,7 +1767,7 @@ client.doc.forms.export_data(
-
client.doc.forms.import_data(doc_id:, layer_name:, request) -> Cloudpdf::Types::DocFormsImportData200Response +
client.doc.forms.import_data(doc_id:, layer_name:, request) -> CloudPDF::Types::DocFormsImportData200Response
@@ -1833,7 +1833,7 @@ client.doc.forms.import_data(
-**request_options:** `Cloudpdf::Doc::Forms::RequestOptions` +**request_options:** `CloudPDF::Doc::Forms::RequestOptions`
@@ -1845,7 +1845,7 @@ client.doc.forms.import_data(
-
client.doc.forms.reset(doc_id:, layer_name:, field_key:) -> Cloudpdf::Types::DocFormsReset200Response +
client.doc.forms.reset(doc_id:, layer_name:, field_key:) -> CloudPDF::Types::DocFormsReset200Response
@@ -1909,7 +1909,7 @@ client.doc.forms.reset(
-**request_options:** `Cloudpdf::Doc::Forms::RequestOptions` +**request_options:** `CloudPDF::Doc::Forms::RequestOptions`
@@ -1921,7 +1921,7 @@ client.doc.forms.reset(
-
client.doc.forms.set_value(doc_id:, layer_name:, field_key:, request) -> Cloudpdf::Types::DocFormsSetValue200Response +
client.doc.forms.set_value(doc_id:, layer_name:, field_key:, request) -> CloudPDF::Types::DocFormsSetValue200Response
@@ -1996,7 +1996,7 @@ client.doc.forms.set_value(
-**request_options:** `Cloudpdf::Doc::Forms::RequestOptions` +**request_options:** `CloudPDF::Doc::Forms::RequestOptions`
@@ -2009,7 +2009,7 @@ client.doc.forms.set_value(
## Doc Metadata -
client.doc.metadata.get(doc_id:, layer_name:) -> Cloudpdf::Types::DocMetadataGet200Response +
client.doc.metadata.get(doc_id:, layer_name:) -> CloudPDF::Types::DocMetadataGet200Response
@@ -2064,7 +2064,7 @@ client.doc.metadata.get(
-**request_options:** `Cloudpdf::Doc::Metadata::RequestOptions` +**request_options:** `CloudPDF::Doc::Metadata::RequestOptions`
@@ -2077,7 +2077,7 @@ client.doc.metadata.get(
## Doc Pages -
client.doc.pages.delete(doc_id:, layer_name:, request) -> Cloudpdf::Types::DocPagesDelete200Response +
client.doc.pages.delete(doc_id:, layer_name:, request) -> CloudPDF::Types::DocPagesDelete200Response
@@ -2143,7 +2143,7 @@ client.doc.pages.delete(
-**request_options:** `Cloudpdf::Doc::Pages::RequestOptions` +**request_options:** `CloudPDF::Doc::Pages::RequestOptions`
@@ -2155,7 +2155,7 @@ client.doc.pages.delete(
-
client.doc.pages.flatten(doc_id:, layer_name:, request) -> Cloudpdf::Types::DocPagesFlatten200Response +
client.doc.pages.flatten(doc_id:, layer_name:, request) -> CloudPDF::Types::DocPagesFlatten200Response
@@ -2221,7 +2221,7 @@ client.doc.pages.flatten(
-**request_options:** `Cloudpdf::Doc::Pages::RequestOptions` +**request_options:** `CloudPDF::Doc::Pages::RequestOptions`
@@ -2233,7 +2233,7 @@ client.doc.pages.flatten(
-
client.doc.pages.move(doc_id:, layer_name:, request) -> Cloudpdf::Types::DocPagesMove200Response +
client.doc.pages.move(doc_id:, layer_name:, request) -> CloudPDF::Types::DocPagesMove200Response
@@ -2299,7 +2299,7 @@ client.doc.pages.move(
-**request_options:** `Cloudpdf::Doc::Pages::RequestOptions` +**request_options:** `CloudPDF::Doc::Pages::RequestOptions`
@@ -2311,7 +2311,7 @@ client.doc.pages.move(
-
client.doc.pages.rotate(doc_id:, layer_name:, request) -> Cloudpdf::Types::DocPagesRotate200Response +
client.doc.pages.rotate(doc_id:, layer_name:, request) -> CloudPDF::Types::DocPagesRotate200Response
@@ -2377,7 +2377,7 @@ client.doc.pages.rotate(
-**request_options:** `Cloudpdf::Doc::Pages::RequestOptions` +**request_options:** `CloudPDF::Doc::Pages::RequestOptions`
@@ -2390,7 +2390,7 @@ client.doc.pages.rotate(
## Doc Redactions -
client.doc.redactions.apply(doc_id:, layer_name:, request) -> Cloudpdf::Types::DocRedactionsApply200Response +
client.doc.redactions.apply(doc_id:, layer_name:, request) -> CloudPDF::Types::DocRedactionsApply200Response
@@ -2456,7 +2456,7 @@ client.doc.redactions.apply(
-**request_options:** `Cloudpdf::Doc::Redactions::RequestOptions` +**request_options:** `CloudPDF::Doc::Redactions::RequestOptions`
diff --git a/test/test_helper.rb b/test/test_helper.rb index 7519f31..607ccaa 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -require_relative "../lib/cloudpdf" +require_relative "../lib/CloudPDF" diff --git a/test/unit/internal/http/test_raw_client.rb b/test/unit/internal/http/test_raw_client.rb index 3516466..6599560 100644 --- a/test/unit/internal/http/test_raw_client.rb +++ b/test/unit/internal/http/test_raw_client.rb @@ -4,7 +4,7 @@ require "socket" require "zlib" -describe Cloudpdf::Internal::Http::RawClient do +describe CloudPDF::Internal::Http::RawClient do def make_response(status_code) response = Minitest::Mock.new response.expect(:code, status_code.to_s) @@ -13,7 +13,7 @@ def make_response(status_code) describe "#should_retry?" do let(:client) do - Cloudpdf::Internal::Http::RawClient.new(base_url: "https://example.com", max_retries: 3) + CloudPDF::Internal::Http::RawClient.new(base_url: "https://example.com", max_retries: 3) end it "retries on 408 Request Timeout" do @@ -80,11 +80,11 @@ def make_response(status_code) request_lines end - client = Cloudpdf::Internal::Http::RawClient.new( + client = CloudPDF::Internal::Http::RawClient.new( base_url: "http://127.0.0.1:#{port}", max_retries: 0 ) - request = Cloudpdf::Internal::JSON::Request.new( + request = CloudPDF::Internal::JSON::Request.new( base_url: "http://127.0.0.1:#{port}", path: "/gzip", method: "GET", @@ -116,13 +116,13 @@ def auth_headers describe "#resolve_auth_headers" do it "returns an empty hash when no auth provider is configured" do - client = Cloudpdf::Internal::Http::RawClient.new(base_url: "https://example.com") + client = CloudPDF::Internal::Http::RawClient.new(base_url: "https://example.com") assert_equal({}, client.resolve_auth_headers) end it "consults the auth provider on every call so an expired token is refreshed" do - client = Cloudpdf::Internal::Http::RawClient.new( + client = CloudPDF::Internal::Http::RawClient.new( base_url: "https://example.com", auth_provider: RefreshingAuthProvider.new ) @@ -134,7 +134,7 @@ def auth_headers describe "#build_http_request auth header precedence" do let(:client) do - Cloudpdf::Internal::Http::RawClient.new( + CloudPDF::Internal::Http::RawClient.new( base_url: "https://example.com", headers: { "Authorization" => "Bearer STATIC" } ) @@ -170,7 +170,7 @@ def auth_headers describe "#protected_header_keys" do def client_with(overridable_headers) - Cloudpdf::Internal::Http::RawClient.new( + CloudPDF::Internal::Http::RawClient.new( base_url: "https://example.com", headers: { "X-Api-Version" => "1", "User-Agent" => "sdk/0.0.1" }, overridable_headers: overridable_headers diff --git a/test/unit/internal/iterators/test_cursor_item_iterator.rb b/test/unit/internal/iterators/test_cursor_item_iterator.rb index 95098be..4956d64 100644 --- a/test/unit/internal/iterators/test_cursor_item_iterator.rb +++ b/test/unit/internal/iterators/test_cursor_item_iterator.rb @@ -12,7 +12,7 @@ class CursorItemIteratorTest < Minitest::Test def make_iterator(initial_cursor:) @times_called = 0 - Cloudpdf::Internal::CursorItemIterator.new(initial_cursor:, cursor_field: :next_cursor, item_field: :cards) do |cursor| + CloudPDF::Internal::CursorItemIterator.new(initial_cursor:, cursor_field: :next_cursor, item_field: :cards) do |cursor| @times_called += 1 cursor ||= 0 next_cursor = cursor + 10 diff --git a/test/unit/internal/iterators/test_offset_item_iterator.rb b/test/unit/internal/iterators/test_offset_item_iterator.rb index 152b170..42866c9 100644 --- a/test/unit/internal/iterators/test_offset_item_iterator.rb +++ b/test/unit/internal/iterators/test_offset_item_iterator.rb @@ -50,7 +50,7 @@ def make_iterator(config) items = (1..config.total_item_count).to_a - Cloudpdf::Internal::OffsetItemIterator.new( + CloudPDF::Internal::OffsetItemIterator.new( initial_page: config.initial_page, item_field: :items, has_next_field: config.has_next_field, diff --git a/test/unit/internal/types/test_array.rb b/test/unit/internal/types/test_array.rb index eb52554..8335b7a 100644 --- a/test/unit/internal/types/test_array.rb +++ b/test/unit/internal/types/test_array.rb @@ -2,9 +2,9 @@ require "test_helper" -describe Cloudpdf::Internal::Types::Array do +describe CloudPDF::Internal::Types::Array do module TestArray - StringArray = Cloudpdf::Internal::Types::Array[String] + StringArray = CloudPDF::Internal::Types::Array[String] end describe "#initialize" do @@ -19,7 +19,7 @@ module TestArray end it "raises an error if not an array and strictness is on" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do TestArray::StringArray.coerce(1, strict: true) end end @@ -29,7 +29,7 @@ module TestArray end it "raises an error if element of array is not coercable and strictness is on" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do TestArray::StringArray.coerce([Object.new], strict: true) end end diff --git a/test/unit/internal/types/test_boolean.rb b/test/unit/internal/types/test_boolean.rb index 6569183..77feca1 100644 --- a/test/unit/internal/types/test_boolean.rb +++ b/test/unit/internal/types/test_boolean.rb @@ -2,33 +2,33 @@ require "test_helper" -describe Cloudpdf::Internal::Types::Boolean do +describe CloudPDF::Internal::Types::Boolean do describe ".coerce" do it "coerces true/false" do - assert Cloudpdf::Internal::Types::Boolean.coerce(true) - refute Cloudpdf::Internal::Types::Boolean.coerce(false) + assert CloudPDF::Internal::Types::Boolean.coerce(true) + refute CloudPDF::Internal::Types::Boolean.coerce(false) end it "coerces an Integer" do - assert Cloudpdf::Internal::Types::Boolean.coerce(1) - refute Cloudpdf::Internal::Types::Boolean.coerce(0) + assert CloudPDF::Internal::Types::Boolean.coerce(1) + refute CloudPDF::Internal::Types::Boolean.coerce(0) end it "coerces a String" do - assert Cloudpdf::Internal::Types::Boolean.coerce("1") - assert Cloudpdf::Internal::Types::Boolean.coerce("true") - refute Cloudpdf::Internal::Types::Boolean.coerce("0") + assert CloudPDF::Internal::Types::Boolean.coerce("1") + assert CloudPDF::Internal::Types::Boolean.coerce("true") + refute CloudPDF::Internal::Types::Boolean.coerce("0") end it "passes through other values with strictness off" do obj = Object.new - assert_equal obj, Cloudpdf::Internal::Types::Boolean.coerce(obj) + assert_equal obj, CloudPDF::Internal::Types::Boolean.coerce(obj) end it "raises an error with other values with strictness on" do - assert_raises Cloudpdf::Internal::Errors::TypeError do - Cloudpdf::Internal::Types::Boolean.coerce(Object.new, strict: true) + assert_raises CloudPDF::Internal::Errors::TypeError do + CloudPDF::Internal::Types::Boolean.coerce(Object.new, strict: true) end end end diff --git a/test/unit/internal/types/test_enum.rb b/test/unit/internal/types/test_enum.rb index a8c8f8d..2d94f05 100644 --- a/test/unit/internal/types/test_enum.rb +++ b/test/unit/internal/types/test_enum.rb @@ -2,10 +2,10 @@ require "test_helper" -describe Cloudpdf::Internal::Types::Enum do +describe CloudPDF::Internal::Types::Enum do module EnumTest module ExampleEnum - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum FOO = :foo BAR = :bar @@ -34,7 +34,7 @@ module ExampleEnum end it "raises an error if value is not a member with strictness on" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do EnumTest::ExampleEnum.coerce(1, strict: true) end end diff --git a/test/unit/internal/types/test_hash.rb b/test/unit/internal/types/test_hash.rb index 58045c5..e8f5484 100644 --- a/test/unit/internal/types/test_hash.rb +++ b/test/unit/internal/types/test_hash.rb @@ -2,9 +2,9 @@ require "test_helper" -describe Cloudpdf::Internal::Types::Hash do +describe CloudPDF::Internal::Types::Hash do module TestHash - SymbolStringHash = Cloudpdf::Internal::Types::Hash[Symbol, String] + SymbolStringHash = CloudPDF::Internal::Types::Hash[Symbol, String] end describe ".[]" do @@ -30,19 +30,19 @@ module TestHash end it "raises an error with other values with strictness on" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do TestHash::SymbolStringHash.coerce(Object.new, strict: true) end end it "raises an error with non-coercable key types with strictness on" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do TestHash::SymbolStringHash.coerce({ Object.new => 1 }, strict: true) end end it "raises an error with non-coercable value types with strictness on" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do TestHash::SymbolStringHash.coerce({ "foobar" => Object.new }, strict: true) end end diff --git a/test/unit/internal/types/test_model.rb b/test/unit/internal/types/test_model.rb index 1c446c7..ee0e099 100644 --- a/test/unit/internal/types/test_model.rb +++ b/test/unit/internal/types/test_model.rb @@ -2,15 +2,15 @@ require "test_helper" -describe Cloudpdf::Internal::Types::Model do +describe CloudPDF::Internal::Types::Model do module StringInteger - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union member String member Integer end - class ExampleModel < Cloudpdf::Internal::Types::Model + class ExampleModel < CloudPDF::Internal::Types::Model field :name, String field :rating, StringInteger, optional: true field :year, Integer, optional: true, nullable: true, api_name: "yearOfRelease" @@ -24,11 +24,11 @@ class ExampleWithDefaults < ExampleModel field :type, String, default: "example" end - class ExampleChild < Cloudpdf::Internal::Types::Model + class ExampleChild < CloudPDF::Internal::Types::Model field :value, String end - class ExampleParent < Cloudpdf::Internal::Types::Model + class ExampleParent < CloudPDF::Internal::Types::Model field :child, ExampleChild end @@ -113,7 +113,7 @@ class ExampleParent < Cloudpdf::Internal::Types::Model end describe "#inspect" do - class SensitiveModel < Cloudpdf::Internal::Types::Model + class SensitiveModel < CloudPDF::Internal::Types::Model field :username, String field :password, String field :client_secret, String diff --git a/test/unit/internal/types/test_union.rb b/test/unit/internal/types/test_union.rb index c9aaa53..be6f763 100644 --- a/test/unit/internal/types/test_union.rb +++ b/test/unit/internal/types/test_union.rb @@ -2,27 +2,27 @@ require "test_helper" -describe Cloudpdf::Internal::Types::Union do - class Rectangle < Cloudpdf::Internal::Types::Model +describe CloudPDF::Internal::Types::Union do + class Rectangle < CloudPDF::Internal::Types::Model literal :type, "square" field :area, Float end - class Circle < Cloudpdf::Internal::Types::Model + class Circle < CloudPDF::Internal::Types::Model literal :type, "circle" field :area, Float end - class Pineapple < Cloudpdf::Internal::Types::Model + class Pineapple < CloudPDF::Internal::Types::Model literal :type, "pineapple" field :area, Float end module Shape - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :type @@ -31,7 +31,7 @@ module Shape end module StringOrInteger - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union member String member Integer diff --git a/test/unit/internal/types/test_utils.rb b/test/unit/internal/types/test_utils.rb index 6e179ab..60f80df 100644 --- a/test/unit/internal/types/test_utils.rb +++ b/test/unit/internal/types/test_utils.rb @@ -2,26 +2,26 @@ require "test_helper" -describe Cloudpdf::Internal::Types::Utils do - Utils = Cloudpdf::Internal::Types::Utils +describe CloudPDF::Internal::Types::Utils do + Utils = CloudPDF::Internal::Types::Utils module TestUtils - class M < Cloudpdf::Internal::Types::Model + class M < CloudPDF::Internal::Types::Model field :value, String end - class UnionMemberA < Cloudpdf::Internal::Types::Model + class UnionMemberA < CloudPDF::Internal::Types::Model literal :type, "A" field :only_on_a, String end - class UnionMemberB < Cloudpdf::Internal::Types::Model + class UnionMemberB < CloudPDF::Internal::Types::Model literal :type, "B" field :only_on_b, String end module U - extend Cloudpdf::Internal::Types::Union + extend CloudPDF::Internal::Types::Union discriminant :type @@ -29,8 +29,8 @@ module U member -> { UnionMemberB }, key: "B" end - SymbolStringHash = Cloudpdf::Internal::Types::Hash[Symbol, String] - SymbolModelHash = -> { Cloudpdf::Internal::Types::Hash[Symbol, TestUtils::M] } + SymbolStringHash = CloudPDF::Internal::Types::Hash[Symbol, String] + SymbolModelHash = -> { CloudPDF::Internal::Types::Hash[Symbol, TestUtils::M] } end describe ".coerce" do @@ -58,7 +58,7 @@ module U end it "raises an error if value cannot be coerced and strict" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do Utils.coerce(String, Object.new, strict: true) end end @@ -77,7 +77,7 @@ module U end it "raises an error if value cannot be coerced and strict" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do Utils.coerce(Symbol, Object.new, strict: true) end end @@ -100,7 +100,7 @@ module U end it "raises an error if value cannot be coerced and strict" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do Utils.coerce(Integer, Object.new, strict: true) end end @@ -122,7 +122,7 @@ module U end it "raises an error if value cannot be coerced and strict" do - assert_raises Cloudpdf::Internal::Errors::TypeError do + assert_raises CloudPDF::Internal::Errors::TypeError do Utils.coerce(Float, Object.new, strict: true) end end @@ -150,7 +150,7 @@ module U describe "Enum" do module ExampleEnum - extend Cloudpdf::Internal::Types::Enum + extend CloudPDF::Internal::Types::Enum FOO = :FOO BAR = :BAR @@ -168,9 +168,9 @@ module ExampleEnum end describe "Array" do - StringArray = Cloudpdf::Internal::Types::Array[String] - ModelArray = -> { Cloudpdf::Internal::Types::Array[TestUtils::M] } - UnionArray = -> { Cloudpdf::Internal::Types::Array[TestUtils::U] } + StringArray = CloudPDF::Internal::Types::Array[String] + ModelArray = -> { CloudPDF::Internal::Types::Array[TestUtils::M] } + UnionArray = -> { CloudPDF::Internal::Types::Array[TestUtils::U] } it "coerces an array of literals" do assert_equal %w[a b c], Utils.coerce(StringArray, %w[a b c])