ittybit 0.8.7 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/ittybit/automations/client.rb +61 -58
- data/lib/ittybit/automations/types/automations_create_request_workflow_item.rb +81 -0
- data/lib/ittybit/automations/types/automations_create_request_workflow_item_kind.rb +20 -0
- data/lib/ittybit/automations/types/automations_create_request_workflow_item_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_create_response.rb +107 -0
- data/lib/ittybit/automations/types/automations_create_response_data.rb +133 -0
- data/lib/ittybit/automations/types/automations_create_response_data_status.rb +10 -0
- data/lib/ittybit/automations/types/automations_create_response_data_trigger.rb +67 -0
- data/lib/ittybit/automations/types/automations_create_response_data_workflow_item.rb +61 -0
- data/lib/ittybit/automations/types/automations_create_response_data_workflow_item_conditions.rb +86 -0
- data/lib/ittybit/automations/types/automations_create_response_data_workflow_item_conditions_conditions_item.rb +72 -0
- data/lib/ittybit/automations/types/automations_create_response_data_workflow_item_conditions_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_create_response_data_workflow_item_ref.rb +83 -0
- data/lib/ittybit/automations/types/automations_create_response_data_workflow_item_ref_kind.rb +20 -0
- data/lib/ittybit/automations/types/automations_create_response_data_workflow_item_ref_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_create_response_error.rb +59 -0
- data/lib/ittybit/automations/types/automations_create_response_links.rb +69 -0
- data/lib/ittybit/automations/types/automations_create_response_meta.rb +98 -0
- data/lib/ittybit/automations/types/automations_create_response_meta_type.rb +10 -0
- data/lib/ittybit/automations/types/automations_delete_response.rb +107 -0
- data/lib/ittybit/automations/types/automations_delete_response_data.rb +59 -0
- data/lib/ittybit/automations/types/automations_delete_response_error.rb +59 -0
- data/lib/ittybit/automations/types/automations_delete_response_links.rb +69 -0
- data/lib/ittybit/automations/types/automations_delete_response_meta.rb +98 -0
- data/lib/ittybit/automations/types/automations_delete_response_meta_type.rb +10 -0
- data/lib/ittybit/automations/types/automations_get_response.rb +107 -0
- data/lib/ittybit/automations/types/automations_get_response_data.rb +133 -0
- data/lib/ittybit/automations/types/automations_get_response_data_status.rb +10 -0
- data/lib/ittybit/automations/types/automations_get_response_data_trigger.rb +67 -0
- data/lib/ittybit/automations/types/automations_get_response_data_workflow_item.rb +61 -0
- data/lib/ittybit/automations/types/automations_get_response_data_workflow_item_conditions.rb +86 -0
- data/lib/ittybit/automations/types/automations_get_response_data_workflow_item_conditions_conditions_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_get_response_data_workflow_item_conditions_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_get_response_data_workflow_item_ref.rb +83 -0
- data/lib/ittybit/automations/types/automations_get_response_data_workflow_item_ref_kind.rb +20 -0
- data/lib/ittybit/automations/types/automations_get_response_data_workflow_item_ref_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_get_response_error.rb +59 -0
- data/lib/ittybit/automations/types/automations_get_response_links.rb +69 -0
- data/lib/ittybit/automations/types/automations_get_response_meta.rb +98 -0
- data/lib/ittybit/automations/types/automations_get_response_meta_type.rb +10 -0
- data/lib/ittybit/automations/types/automations_list_response.rb +105 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item.rb +133 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item_status.rb +10 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item_trigger.rb +68 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item_workflow_item.rb +61 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_conditions.rb +86 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_conditions_conditions_item.rb +72 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_conditions_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_ref.rb +83 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_ref_kind.rb +20 -0
- data/lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_ref_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_list_response_error.rb +59 -0
- data/lib/ittybit/automations/types/automations_list_response_links.rb +90 -0
- data/lib/ittybit/automations/types/automations_list_response_meta.rb +130 -0
- data/lib/ittybit/automations/types/automations_list_response_meta_type.rb +10 -0
- data/lib/ittybit/automations/types/automations_update_request_workflow_item.rb +81 -0
- data/lib/ittybit/automations/types/automations_update_request_workflow_item_kind.rb +20 -0
- data/lib/ittybit/automations/types/automations_update_request_workflow_item_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_update_response.rb +107 -0
- data/lib/ittybit/automations/types/automations_update_response_data.rb +133 -0
- data/lib/ittybit/automations/types/automations_update_response_data_status.rb +10 -0
- data/lib/ittybit/automations/types/automations_update_response_data_trigger.rb +67 -0
- data/lib/ittybit/automations/types/automations_update_response_data_workflow_item.rb +61 -0
- data/lib/ittybit/automations/types/automations_update_response_data_workflow_item_conditions.rb +86 -0
- data/lib/ittybit/automations/types/automations_update_response_data_workflow_item_conditions_conditions_item.rb +72 -0
- data/lib/ittybit/automations/types/automations_update_response_data_workflow_item_conditions_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_update_response_data_workflow_item_ref.rb +83 -0
- data/lib/ittybit/automations/types/automations_update_response_data_workflow_item_ref_kind.rb +20 -0
- data/lib/ittybit/automations/types/automations_update_response_data_workflow_item_ref_next_item.rb +71 -0
- data/lib/ittybit/automations/types/automations_update_response_error.rb +59 -0
- data/lib/ittybit/automations/types/automations_update_response_links.rb +69 -0
- data/lib/ittybit/automations/types/automations_update_response_meta.rb +98 -0
- data/lib/ittybit/automations/types/automations_update_response_meta_type.rb +10 -0
- data/lib/ittybit/files/client.rb +47 -45
- data/lib/ittybit/files/types/files_create_response.rb +107 -0
- data/lib/ittybit/files/types/files_create_response_data.rb +317 -0
- data/lib/ittybit/files/types/files_create_response_data_kind.rb +11 -0
- data/lib/ittybit/files/types/files_create_response_data_object.rb +11 -0
- data/lib/ittybit/files/types/files_create_response_data_status.rb +12 -0
- data/lib/ittybit/files/types/files_create_response_error.rb +59 -0
- data/lib/ittybit/files/types/files_create_response_links.rb +69 -0
- data/lib/ittybit/files/types/files_create_response_meta.rb +98 -0
- data/lib/ittybit/files/types/files_create_response_meta_type.rb +10 -0
- data/lib/ittybit/files/types/files_delete_response.rb +107 -0
- data/lib/ittybit/files/types/files_delete_response_data.rb +59 -0
- data/lib/ittybit/files/types/files_delete_response_error.rb +59 -0
- data/lib/ittybit/files/types/files_delete_response_links.rb +69 -0
- data/lib/ittybit/files/types/files_delete_response_meta.rb +98 -0
- data/lib/ittybit/files/types/files_delete_response_meta_type.rb +10 -0
- data/lib/ittybit/files/types/files_get_response.rb +107 -0
- data/lib/ittybit/files/types/files_get_response_data.rb +317 -0
- data/lib/ittybit/files/types/files_get_response_data_kind.rb +11 -0
- data/lib/ittybit/files/types/files_get_response_data_object.rb +11 -0
- data/lib/ittybit/files/types/files_get_response_data_status.rb +12 -0
- data/lib/ittybit/files/types/files_get_response_error.rb +59 -0
- data/lib/ittybit/files/types/files_get_response_links.rb +69 -0
- data/lib/ittybit/files/types/files_get_response_meta.rb +98 -0
- data/lib/ittybit/files/types/files_get_response_meta_type.rb +10 -0
- data/lib/ittybit/files/types/files_list_response.rb +105 -0
- data/lib/ittybit/files/types/files_list_response_data_item.rb +317 -0
- data/lib/ittybit/files/types/files_list_response_data_item_kind.rb +11 -0
- data/lib/ittybit/files/types/files_list_response_data_item_object.rb +11 -0
- data/lib/ittybit/files/types/files_list_response_data_item_status.rb +12 -0
- data/lib/ittybit/files/types/files_list_response_error.rb +59 -0
- data/lib/ittybit/files/types/files_list_response_links.rb +90 -0
- data/lib/ittybit/files/types/files_list_response_meta.rb +130 -0
- data/lib/ittybit/files/types/files_list_response_meta_type.rb +10 -0
- data/lib/ittybit/files/types/files_update_response.rb +107 -0
- data/lib/ittybit/files/types/files_update_response_data.rb +317 -0
- data/lib/ittybit/files/types/files_update_response_data_kind.rb +11 -0
- data/lib/ittybit/files/types/files_update_response_data_object.rb +11 -0
- data/lib/ittybit/files/types/files_update_response_data_status.rb +12 -0
- data/lib/ittybit/files/types/files_update_response_error.rb +59 -0
- data/lib/ittybit/files/types/files_update_response_links.rb +69 -0
- data/lib/ittybit/files/types/files_update_response_meta.rb +98 -0
- data/lib/ittybit/files/types/files_update_response_meta_type.rb +10 -0
- data/lib/ittybit/media/client.rb +42 -40
- data/lib/ittybit/media/types/media_create_response.rb +107 -0
- data/lib/ittybit/media/types/media_create_response_data.rb +175 -0
- data/lib/ittybit/media/types/media_create_response_data_files_item.rb +262 -0
- data/lib/ittybit/media/types/media_create_response_data_files_item_kind.rb +11 -0
- data/lib/ittybit/media/types/media_create_response_data_files_item_object.rb +11 -0
- data/lib/ittybit/media/types/media_create_response_data_files_item_orientation.rb +11 -0
- data/lib/ittybit/media/types/media_create_response_data_files_item_status.rb +12 -0
- data/lib/ittybit/media/types/media_create_response_data_kind.rb +11 -0
- data/lib/ittybit/media/types/media_create_response_error.rb +59 -0
- data/lib/ittybit/media/types/media_create_response_links.rb +69 -0
- data/lib/ittybit/media/types/media_create_response_meta.rb +98 -0
- data/lib/ittybit/media/types/media_create_response_meta_type.rb +10 -0
- data/lib/ittybit/media/types/media_delete_response.rb +107 -0
- data/lib/ittybit/media/types/media_delete_response_data.rb +59 -0
- data/lib/ittybit/media/types/media_delete_response_error.rb +59 -0
- data/lib/ittybit/media/types/media_delete_response_links.rb +69 -0
- data/lib/ittybit/media/types/media_delete_response_meta.rb +98 -0
- data/lib/ittybit/media/types/media_delete_response_meta_type.rb +10 -0
- data/lib/ittybit/media/types/media_get_response.rb +107 -0
- data/lib/ittybit/media/types/media_get_response_data.rb +175 -0
- data/lib/ittybit/media/types/media_get_response_data_files_item.rb +262 -0
- data/lib/ittybit/media/types/media_get_response_data_files_item_kind.rb +11 -0
- data/lib/ittybit/media/types/media_get_response_data_files_item_object.rb +11 -0
- data/lib/ittybit/media/types/media_get_response_data_files_item_orientation.rb +11 -0
- data/lib/ittybit/media/types/media_get_response_data_files_item_status.rb +12 -0
- data/lib/ittybit/media/types/media_get_response_data_kind.rb +11 -0
- data/lib/ittybit/media/types/media_get_response_error.rb +59 -0
- data/lib/ittybit/media/types/media_get_response_links.rb +69 -0
- data/lib/ittybit/media/types/media_get_response_meta.rb +98 -0
- data/lib/ittybit/media/types/media_get_response_meta_type.rb +10 -0
- data/lib/ittybit/media/types/media_update_response.rb +107 -0
- data/lib/ittybit/media/types/media_update_response_data.rb +175 -0
- data/lib/ittybit/media/types/media_update_response_data_files_item.rb +262 -0
- data/lib/ittybit/media/types/media_update_response_data_files_item_kind.rb +11 -0
- data/lib/ittybit/media/types/media_update_response_data_files_item_object.rb +11 -0
- data/lib/ittybit/media/types/media_update_response_data_files_item_orientation.rb +11 -0
- data/lib/ittybit/media/types/media_update_response_data_files_item_status.rb +12 -0
- data/lib/ittybit/media/types/media_update_response_data_kind.rb +11 -0
- data/lib/ittybit/media/types/media_update_response_error.rb +59 -0
- data/lib/ittybit/media/types/media_update_response_links.rb +69 -0
- data/lib/ittybit/media/types/media_update_response_meta.rb +98 -0
- data/lib/ittybit/media/types/media_update_response_meta_type.rb +10 -0
- data/lib/ittybit/signatures/client.rb +9 -9
- data/lib/ittybit/signatures/types/signatures_create_response.rb +107 -0
- data/lib/ittybit/signatures/types/signatures_create_response_data.rb +112 -0
- data/lib/ittybit/signatures/types/signatures_create_response_error.rb +59 -0
- data/lib/ittybit/signatures/types/signatures_create_response_links.rb +69 -0
- data/lib/ittybit/signatures/types/signatures_create_response_meta.rb +98 -0
- data/lib/ittybit/signatures/types/signatures_create_response_meta_type.rb +10 -0
- data/lib/ittybit/tasks/client.rb +35 -30
- data/lib/ittybit/tasks/types/tasks_create_response.rb +107 -0
- data/lib/ittybit/tasks/types/tasks_create_response_data.rb +186 -0
- data/lib/ittybit/tasks/types/tasks_create_response_data_kind.rb +23 -0
- data/lib/ittybit/tasks/types/tasks_create_response_data_results.rb +76 -0
- data/lib/ittybit/tasks/types/tasks_create_response_data_status.rb +16 -0
- data/lib/ittybit/tasks/types/tasks_create_response_error.rb +59 -0
- data/lib/ittybit/tasks/types/tasks_create_response_links.rb +69 -0
- data/lib/ittybit/tasks/types/tasks_create_response_meta.rb +98 -0
- data/lib/ittybit/tasks/types/tasks_create_response_meta_type.rb +10 -0
- data/lib/ittybit/tasks/types/tasks_get_response.rb +107 -0
- data/lib/ittybit/tasks/types/tasks_get_response_data.rb +186 -0
- data/lib/ittybit/tasks/types/tasks_get_response_data_kind.rb +23 -0
- data/lib/ittybit/tasks/types/tasks_get_response_data_results.rb +76 -0
- data/lib/ittybit/tasks/types/tasks_get_response_data_status.rb +16 -0
- data/lib/ittybit/tasks/types/tasks_get_response_error.rb +59 -0
- data/lib/ittybit/tasks/types/tasks_get_response_links.rb +69 -0
- data/lib/ittybit/tasks/types/tasks_get_response_meta.rb +98 -0
- data/lib/ittybit/tasks/types/tasks_get_response_meta_type.rb +10 -0
- data/lib/ittybit/tasks/types/tasks_list_response.rb +105 -0
- data/lib/ittybit/tasks/types/tasks_list_response_data_item.rb +186 -0
- data/lib/ittybit/tasks/types/tasks_list_response_data_item_kind.rb +23 -0
- data/lib/ittybit/tasks/types/tasks_list_response_data_item_results.rb +76 -0
- data/lib/ittybit/tasks/types/tasks_list_response_data_item_status.rb +16 -0
- data/lib/ittybit/tasks/types/tasks_list_response_error.rb +59 -0
- data/lib/ittybit/tasks/types/tasks_list_response_links.rb +90 -0
- data/lib/ittybit/tasks/types/tasks_list_response_meta.rb +130 -0
- data/lib/ittybit/tasks/types/tasks_list_response_meta_type.rb +10 -0
- data/lib/ittybit/types/automation_list_response.rb +19 -19
- data/lib/ittybit/types/automation_list_response_data_item.rb +131 -0
- data/lib/ittybit/types/automation_list_response_data_item_status.rb +8 -0
- data/lib/ittybit/types/automation_list_response_data_item_trigger.rb +66 -0
- data/lib/ittybit/types/automation_list_response_data_item_workflow_item.rb +57 -0
- data/lib/ittybit/types/automation_list_response_data_item_workflow_item_conditions.rb +84 -0
- data/lib/ittybit/types/automation_list_response_data_item_workflow_item_conditions_conditions_item.rb +70 -0
- data/lib/ittybit/types/automation_list_response_data_item_workflow_item_conditions_next_item.rb +69 -0
- data/lib/ittybit/types/automation_list_response_data_item_workflow_item_ref.rb +81 -0
- data/lib/ittybit/types/automation_list_response_data_item_workflow_item_ref_kind.rb +18 -0
- data/lib/ittybit/types/automation_list_response_data_item_workflow_item_ref_next_item.rb +69 -0
- data/lib/ittybit/types/automation_list_response_error.rb +57 -0
- data/lib/ittybit/types/automation_list_response_links.rb +88 -0
- data/lib/ittybit/types/automation_list_response_meta.rb +128 -0
- data/lib/ittybit/types/automation_list_response_meta_type.rb +8 -0
- data/lib/ittybit/types/automation_response.rb +25 -20
- data/lib/ittybit/types/automation_response_data.rb +131 -0
- data/lib/ittybit/types/automation_response_data_status.rb +8 -0
- data/lib/ittybit/types/automation_response_data_trigger.rb +65 -0
- data/lib/ittybit/types/automation_response_data_workflow_item.rb +54 -0
- data/lib/ittybit/types/automation_response_data_workflow_item_conditions.rb +84 -0
- data/lib/ittybit/types/automation_response_data_workflow_item_conditions_conditions_item.rb +69 -0
- data/lib/ittybit/types/automation_response_data_workflow_item_conditions_next_item.rb +69 -0
- data/lib/ittybit/types/automation_response_data_workflow_item_ref.rb +80 -0
- data/lib/ittybit/types/automation_response_data_workflow_item_ref_kind.rb +18 -0
- data/lib/ittybit/types/automation_response_data_workflow_item_ref_next_item.rb +69 -0
- data/lib/ittybit/types/automation_response_error.rb +57 -0
- data/lib/ittybit/types/automation_response_links.rb +67 -0
- data/lib/ittybit/types/automation_response_meta.rb +96 -0
- data/lib/ittybit/types/automation_response_meta_type.rb +8 -0
- data/lib/ittybit/types/automation_workflow_item.rb +8 -8
- data/lib/ittybit/types/automation_workflow_item_conditions.rb +82 -0
- data/lib/ittybit/types/automation_workflow_item_conditions_conditions_item.rb +69 -0
- data/lib/ittybit/types/automation_workflow_item_conditions_next_item.rb +69 -0
- data/lib/ittybit/types/automation_workflow_item_ref.rb +79 -0
- data/lib/ittybit/types/automation_workflow_item_ref_kind.rb +18 -0
- data/lib/ittybit/types/automation_workflow_item_ref_next_item.rb +67 -0
- data/lib/ittybit/types/confirmation_response.rb +25 -20
- data/lib/ittybit/types/confirmation_response_data.rb +57 -0
- data/lib/ittybit/types/confirmation_response_error.rb +57 -0
- data/lib/ittybit/types/confirmation_response_links.rb +67 -0
- data/lib/ittybit/types/confirmation_response_meta.rb +96 -0
- data/lib/ittybit/types/confirmation_response_meta_type.rb +8 -0
- data/lib/ittybit/types/created_by.rb +5 -0
- data/lib/ittybit/types/error.rb +1 -53
- data/lib/ittybit/types/file_list_response.rb +19 -19
- data/lib/ittybit/types/file_list_response_data_item.rb +315 -0
- data/lib/ittybit/types/file_list_response_data_item_kind.rb +9 -0
- data/lib/ittybit/types/file_list_response_data_item_object.rb +9 -0
- data/lib/ittybit/types/file_list_response_data_item_status.rb +10 -0
- data/lib/ittybit/types/file_list_response_error.rb +57 -0
- data/lib/ittybit/types/file_list_response_links.rb +88 -0
- data/lib/ittybit/types/file_list_response_meta.rb +128 -0
- data/lib/ittybit/types/file_list_response_meta_type.rb +8 -0
- data/lib/ittybit/types/file_response.rb +25 -20
- data/lib/ittybit/types/file_response_data.rb +315 -0
- data/lib/ittybit/types/file_response_data_kind.rb +9 -0
- data/lib/ittybit/types/file_response_data_object.rb +9 -0
- data/lib/ittybit/types/file_response_data_status.rb +10 -0
- data/lib/ittybit/types/file_response_error.rb +57 -0
- data/lib/ittybit/types/file_response_links.rb +67 -0
- data/lib/ittybit/types/file_response_meta.rb +96 -0
- data/lib/ittybit/types/file_response_meta_type.rb +8 -0
- data/lib/ittybit/types/kind.rb +21 -0
- data/lib/ittybit/types/media.rb +4 -4
- data/lib/ittybit/types/media_files_item.rb +260 -0
- data/lib/ittybit/types/media_files_item_kind.rb +9 -0
- data/lib/ittybit/types/media_files_item_object.rb +9 -0
- data/lib/ittybit/types/media_files_item_orientation.rb +9 -0
- data/lib/ittybit/types/media_files_item_status.rb +10 -0
- data/lib/ittybit/types/media_list_response.rb +19 -19
- data/lib/ittybit/types/media_list_response_data_item.rb +173 -0
- data/lib/ittybit/types/media_list_response_data_item_files_item.rb +260 -0
- data/lib/ittybit/types/media_list_response_data_item_files_item_kind.rb +9 -0
- data/lib/ittybit/types/media_list_response_data_item_files_item_object.rb +9 -0
- data/lib/ittybit/types/media_list_response_data_item_files_item_orientation.rb +9 -0
- data/lib/ittybit/types/media_list_response_data_item_files_item_status.rb +10 -0
- data/lib/ittybit/types/media_list_response_data_item_kind.rb +9 -0
- data/lib/ittybit/types/media_list_response_error.rb +57 -0
- data/lib/ittybit/types/media_list_response_links.rb +88 -0
- data/lib/ittybit/types/media_list_response_meta.rb +128 -0
- data/lib/ittybit/types/media_list_response_meta_type.rb +8 -0
- data/lib/ittybit/types/media_response.rb +25 -20
- data/lib/ittybit/types/media_response_data.rb +173 -0
- data/lib/ittybit/types/media_response_data_files_item.rb +260 -0
- data/lib/ittybit/types/media_response_data_files_item_kind.rb +9 -0
- data/lib/ittybit/types/media_response_data_files_item_object.rb +9 -0
- data/lib/ittybit/types/media_response_data_files_item_orientation.rb +9 -0
- data/lib/ittybit/types/media_response_data_files_item_status.rb +10 -0
- data/lib/ittybit/types/media_response_data_kind.rb +9 -0
- data/lib/ittybit/types/media_response_error.rb +57 -0
- data/lib/ittybit/types/media_response_links.rb +67 -0
- data/lib/ittybit/types/media_response_meta.rb +96 -0
- data/lib/ittybit/types/media_response_meta_type.rb +8 -0
- data/lib/ittybit/types/parent_id.rb +5 -0
- data/lib/ittybit/types/progress.rb +5 -0
- data/lib/ittybit/types/signature_response.rb +25 -20
- data/lib/ittybit/types/signature_response_data.rb +110 -0
- data/lib/ittybit/types/signature_response_error.rb +57 -0
- data/lib/ittybit/types/signature_response_links.rb +67 -0
- data/lib/ittybit/types/signature_response_meta.rb +96 -0
- data/lib/ittybit/types/signature_response_meta_type.rb +8 -0
- data/lib/ittybit/types/status.rb +14 -0
- data/lib/ittybit/types/task_list_response.rb +19 -19
- data/lib/ittybit/types/task_list_response_data_item.rb +184 -0
- data/lib/ittybit/types/task_list_response_data_item_kind.rb +21 -0
- data/lib/ittybit/types/task_list_response_data_item_results.rb +74 -0
- data/lib/ittybit/types/task_list_response_data_item_status.rb +14 -0
- data/lib/ittybit/types/task_list_response_error.rb +57 -0
- data/lib/ittybit/types/task_list_response_links.rb +88 -0
- data/lib/ittybit/types/task_list_response_meta.rb +128 -0
- data/lib/ittybit/types/task_list_response_meta_type.rb +8 -0
- data/lib/ittybit/types/task_response.rb +25 -20
- data/lib/ittybit/types/task_response_data.rb +184 -0
- data/lib/ittybit/types/task_response_data_kind.rb +21 -0
- data/lib/ittybit/types/task_response_data_results.rb +74 -0
- data/lib/ittybit/types/task_response_data_status.rb +14 -0
- data/lib/ittybit/types/task_response_error.rb +57 -0
- data/lib/ittybit/types/task_response_links.rb +67 -0
- data/lib/ittybit/types/task_response_meta.rb +96 -0
- data/lib/ittybit/types/task_response_meta_type.rb +8 -0
- data/lib/ittybit.rb +8 -8
- data/lib/requests.rb +24 -24
- data/lib/types_export.rb +300 -2
- metadata +299 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ittybit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async-http-faraday
|
@@ -102,38 +102,311 @@ files:
|
|
102
102
|
- lib/ittybit/automations/client.rb
|
103
103
|
- lib/ittybit/automations/types/automations_create_request_status.rb
|
104
104
|
- lib/ittybit/automations/types/automations_create_request_trigger.rb
|
105
|
+
- lib/ittybit/automations/types/automations_create_request_workflow_item.rb
|
106
|
+
- lib/ittybit/automations/types/automations_create_request_workflow_item_kind.rb
|
107
|
+
- lib/ittybit/automations/types/automations_create_request_workflow_item_next_item.rb
|
108
|
+
- lib/ittybit/automations/types/automations_create_response.rb
|
109
|
+
- lib/ittybit/automations/types/automations_create_response_data.rb
|
110
|
+
- lib/ittybit/automations/types/automations_create_response_data_status.rb
|
111
|
+
- lib/ittybit/automations/types/automations_create_response_data_trigger.rb
|
112
|
+
- lib/ittybit/automations/types/automations_create_response_data_workflow_item.rb
|
113
|
+
- lib/ittybit/automations/types/automations_create_response_data_workflow_item_conditions.rb
|
114
|
+
- lib/ittybit/automations/types/automations_create_response_data_workflow_item_conditions_conditions_item.rb
|
115
|
+
- lib/ittybit/automations/types/automations_create_response_data_workflow_item_conditions_next_item.rb
|
116
|
+
- lib/ittybit/automations/types/automations_create_response_data_workflow_item_ref.rb
|
117
|
+
- lib/ittybit/automations/types/automations_create_response_data_workflow_item_ref_kind.rb
|
118
|
+
- lib/ittybit/automations/types/automations_create_response_data_workflow_item_ref_next_item.rb
|
119
|
+
- lib/ittybit/automations/types/automations_create_response_error.rb
|
120
|
+
- lib/ittybit/automations/types/automations_create_response_links.rb
|
121
|
+
- lib/ittybit/automations/types/automations_create_response_meta.rb
|
122
|
+
- lib/ittybit/automations/types/automations_create_response_meta_type.rb
|
123
|
+
- lib/ittybit/automations/types/automations_delete_response.rb
|
124
|
+
- lib/ittybit/automations/types/automations_delete_response_data.rb
|
125
|
+
- lib/ittybit/automations/types/automations_delete_response_error.rb
|
126
|
+
- lib/ittybit/automations/types/automations_delete_response_links.rb
|
127
|
+
- lib/ittybit/automations/types/automations_delete_response_meta.rb
|
128
|
+
- lib/ittybit/automations/types/automations_delete_response_meta_type.rb
|
129
|
+
- lib/ittybit/automations/types/automations_get_response.rb
|
130
|
+
- lib/ittybit/automations/types/automations_get_response_data.rb
|
131
|
+
- lib/ittybit/automations/types/automations_get_response_data_status.rb
|
132
|
+
- lib/ittybit/automations/types/automations_get_response_data_trigger.rb
|
133
|
+
- lib/ittybit/automations/types/automations_get_response_data_workflow_item.rb
|
134
|
+
- lib/ittybit/automations/types/automations_get_response_data_workflow_item_conditions.rb
|
135
|
+
- lib/ittybit/automations/types/automations_get_response_data_workflow_item_conditions_conditions_item.rb
|
136
|
+
- lib/ittybit/automations/types/automations_get_response_data_workflow_item_conditions_next_item.rb
|
137
|
+
- lib/ittybit/automations/types/automations_get_response_data_workflow_item_ref.rb
|
138
|
+
- lib/ittybit/automations/types/automations_get_response_data_workflow_item_ref_kind.rb
|
139
|
+
- lib/ittybit/automations/types/automations_get_response_data_workflow_item_ref_next_item.rb
|
140
|
+
- lib/ittybit/automations/types/automations_get_response_error.rb
|
141
|
+
- lib/ittybit/automations/types/automations_get_response_links.rb
|
142
|
+
- lib/ittybit/automations/types/automations_get_response_meta.rb
|
143
|
+
- lib/ittybit/automations/types/automations_get_response_meta_type.rb
|
144
|
+
- lib/ittybit/automations/types/automations_list_response.rb
|
145
|
+
- lib/ittybit/automations/types/automations_list_response_data_item.rb
|
146
|
+
- lib/ittybit/automations/types/automations_list_response_data_item_status.rb
|
147
|
+
- lib/ittybit/automations/types/automations_list_response_data_item_trigger.rb
|
148
|
+
- lib/ittybit/automations/types/automations_list_response_data_item_workflow_item.rb
|
149
|
+
- lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_conditions.rb
|
150
|
+
- lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_conditions_conditions_item.rb
|
151
|
+
- lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_conditions_next_item.rb
|
152
|
+
- lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_ref.rb
|
153
|
+
- lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_ref_kind.rb
|
154
|
+
- lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_ref_next_item.rb
|
155
|
+
- lib/ittybit/automations/types/automations_list_response_error.rb
|
156
|
+
- lib/ittybit/automations/types/automations_list_response_links.rb
|
157
|
+
- lib/ittybit/automations/types/automations_list_response_meta.rb
|
158
|
+
- lib/ittybit/automations/types/automations_list_response_meta_type.rb
|
105
159
|
- lib/ittybit/automations/types/automations_update_request_status.rb
|
106
160
|
- lib/ittybit/automations/types/automations_update_request_trigger.rb
|
161
|
+
- lib/ittybit/automations/types/automations_update_request_workflow_item.rb
|
162
|
+
- lib/ittybit/automations/types/automations_update_request_workflow_item_kind.rb
|
163
|
+
- lib/ittybit/automations/types/automations_update_request_workflow_item_next_item.rb
|
164
|
+
- lib/ittybit/automations/types/automations_update_response.rb
|
165
|
+
- lib/ittybit/automations/types/automations_update_response_data.rb
|
166
|
+
- lib/ittybit/automations/types/automations_update_response_data_status.rb
|
167
|
+
- lib/ittybit/automations/types/automations_update_response_data_trigger.rb
|
168
|
+
- lib/ittybit/automations/types/automations_update_response_data_workflow_item.rb
|
169
|
+
- lib/ittybit/automations/types/automations_update_response_data_workflow_item_conditions.rb
|
170
|
+
- lib/ittybit/automations/types/automations_update_response_data_workflow_item_conditions_conditions_item.rb
|
171
|
+
- lib/ittybit/automations/types/automations_update_response_data_workflow_item_conditions_next_item.rb
|
172
|
+
- lib/ittybit/automations/types/automations_update_response_data_workflow_item_ref.rb
|
173
|
+
- lib/ittybit/automations/types/automations_update_response_data_workflow_item_ref_kind.rb
|
174
|
+
- lib/ittybit/automations/types/automations_update_response_data_workflow_item_ref_next_item.rb
|
175
|
+
- lib/ittybit/automations/types/automations_update_response_error.rb
|
176
|
+
- lib/ittybit/automations/types/automations_update_response_links.rb
|
177
|
+
- lib/ittybit/automations/types/automations_update_response_meta.rb
|
178
|
+
- lib/ittybit/automations/types/automations_update_response_meta_type.rb
|
107
179
|
- lib/ittybit/files/client.rb
|
180
|
+
- lib/ittybit/files/types/files_create_response.rb
|
181
|
+
- lib/ittybit/files/types/files_create_response_data.rb
|
182
|
+
- lib/ittybit/files/types/files_create_response_data_kind.rb
|
183
|
+
- lib/ittybit/files/types/files_create_response_data_object.rb
|
184
|
+
- lib/ittybit/files/types/files_create_response_data_status.rb
|
185
|
+
- lib/ittybit/files/types/files_create_response_error.rb
|
186
|
+
- lib/ittybit/files/types/files_create_response_links.rb
|
187
|
+
- lib/ittybit/files/types/files_create_response_meta.rb
|
188
|
+
- lib/ittybit/files/types/files_create_response_meta_type.rb
|
189
|
+
- lib/ittybit/files/types/files_delete_response.rb
|
190
|
+
- lib/ittybit/files/types/files_delete_response_data.rb
|
191
|
+
- lib/ittybit/files/types/files_delete_response_error.rb
|
192
|
+
- lib/ittybit/files/types/files_delete_response_links.rb
|
193
|
+
- lib/ittybit/files/types/files_delete_response_meta.rb
|
194
|
+
- lib/ittybit/files/types/files_delete_response_meta_type.rb
|
195
|
+
- lib/ittybit/files/types/files_get_response.rb
|
196
|
+
- lib/ittybit/files/types/files_get_response_data.rb
|
197
|
+
- lib/ittybit/files/types/files_get_response_data_kind.rb
|
198
|
+
- lib/ittybit/files/types/files_get_response_data_object.rb
|
199
|
+
- lib/ittybit/files/types/files_get_response_data_status.rb
|
200
|
+
- lib/ittybit/files/types/files_get_response_error.rb
|
201
|
+
- lib/ittybit/files/types/files_get_response_links.rb
|
202
|
+
- lib/ittybit/files/types/files_get_response_meta.rb
|
203
|
+
- lib/ittybit/files/types/files_get_response_meta_type.rb
|
204
|
+
- lib/ittybit/files/types/files_list_response.rb
|
205
|
+
- lib/ittybit/files/types/files_list_response_data_item.rb
|
206
|
+
- lib/ittybit/files/types/files_list_response_data_item_kind.rb
|
207
|
+
- lib/ittybit/files/types/files_list_response_data_item_object.rb
|
208
|
+
- lib/ittybit/files/types/files_list_response_data_item_status.rb
|
209
|
+
- lib/ittybit/files/types/files_list_response_error.rb
|
210
|
+
- lib/ittybit/files/types/files_list_response_links.rb
|
211
|
+
- lib/ittybit/files/types/files_list_response_meta.rb
|
212
|
+
- lib/ittybit/files/types/files_list_response_meta_type.rb
|
213
|
+
- lib/ittybit/files/types/files_update_response.rb
|
214
|
+
- lib/ittybit/files/types/files_update_response_data.rb
|
215
|
+
- lib/ittybit/files/types/files_update_response_data_kind.rb
|
216
|
+
- lib/ittybit/files/types/files_update_response_data_object.rb
|
217
|
+
- lib/ittybit/files/types/files_update_response_data_status.rb
|
218
|
+
- lib/ittybit/files/types/files_update_response_error.rb
|
219
|
+
- lib/ittybit/files/types/files_update_response_links.rb
|
220
|
+
- lib/ittybit/files/types/files_update_response_meta.rb
|
221
|
+
- lib/ittybit/files/types/files_update_response_meta_type.rb
|
108
222
|
- lib/ittybit/media/client.rb
|
223
|
+
- lib/ittybit/media/types/media_create_response.rb
|
224
|
+
- lib/ittybit/media/types/media_create_response_data.rb
|
225
|
+
- lib/ittybit/media/types/media_create_response_data_files_item.rb
|
226
|
+
- lib/ittybit/media/types/media_create_response_data_files_item_kind.rb
|
227
|
+
- lib/ittybit/media/types/media_create_response_data_files_item_object.rb
|
228
|
+
- lib/ittybit/media/types/media_create_response_data_files_item_orientation.rb
|
229
|
+
- lib/ittybit/media/types/media_create_response_data_files_item_status.rb
|
230
|
+
- lib/ittybit/media/types/media_create_response_data_kind.rb
|
231
|
+
- lib/ittybit/media/types/media_create_response_error.rb
|
232
|
+
- lib/ittybit/media/types/media_create_response_links.rb
|
233
|
+
- lib/ittybit/media/types/media_create_response_meta.rb
|
234
|
+
- lib/ittybit/media/types/media_create_response_meta_type.rb
|
235
|
+
- lib/ittybit/media/types/media_delete_response.rb
|
236
|
+
- lib/ittybit/media/types/media_delete_response_data.rb
|
237
|
+
- lib/ittybit/media/types/media_delete_response_error.rb
|
238
|
+
- lib/ittybit/media/types/media_delete_response_links.rb
|
239
|
+
- lib/ittybit/media/types/media_delete_response_meta.rb
|
240
|
+
- lib/ittybit/media/types/media_delete_response_meta_type.rb
|
241
|
+
- lib/ittybit/media/types/media_get_response.rb
|
242
|
+
- lib/ittybit/media/types/media_get_response_data.rb
|
243
|
+
- lib/ittybit/media/types/media_get_response_data_files_item.rb
|
244
|
+
- lib/ittybit/media/types/media_get_response_data_files_item_kind.rb
|
245
|
+
- lib/ittybit/media/types/media_get_response_data_files_item_object.rb
|
246
|
+
- lib/ittybit/media/types/media_get_response_data_files_item_orientation.rb
|
247
|
+
- lib/ittybit/media/types/media_get_response_data_files_item_status.rb
|
248
|
+
- lib/ittybit/media/types/media_get_response_data_kind.rb
|
249
|
+
- lib/ittybit/media/types/media_get_response_error.rb
|
250
|
+
- lib/ittybit/media/types/media_get_response_links.rb
|
251
|
+
- lib/ittybit/media/types/media_get_response_meta.rb
|
252
|
+
- lib/ittybit/media/types/media_get_response_meta_type.rb
|
253
|
+
- lib/ittybit/media/types/media_update_response.rb
|
254
|
+
- lib/ittybit/media/types/media_update_response_data.rb
|
255
|
+
- lib/ittybit/media/types/media_update_response_data_files_item.rb
|
256
|
+
- lib/ittybit/media/types/media_update_response_data_files_item_kind.rb
|
257
|
+
- lib/ittybit/media/types/media_update_response_data_files_item_object.rb
|
258
|
+
- lib/ittybit/media/types/media_update_response_data_files_item_orientation.rb
|
259
|
+
- lib/ittybit/media/types/media_update_response_data_files_item_status.rb
|
260
|
+
- lib/ittybit/media/types/media_update_response_data_kind.rb
|
261
|
+
- lib/ittybit/media/types/media_update_response_error.rb
|
262
|
+
- lib/ittybit/media/types/media_update_response_links.rb
|
263
|
+
- lib/ittybit/media/types/media_update_response_meta.rb
|
264
|
+
- lib/ittybit/media/types/media_update_response_meta_type.rb
|
109
265
|
- lib/ittybit/signatures/client.rb
|
110
266
|
- lib/ittybit/signatures/types/signatures_create_request_method.rb
|
267
|
+
- lib/ittybit/signatures/types/signatures_create_response.rb
|
268
|
+
- lib/ittybit/signatures/types/signatures_create_response_data.rb
|
269
|
+
- lib/ittybit/signatures/types/signatures_create_response_error.rb
|
270
|
+
- lib/ittybit/signatures/types/signatures_create_response_links.rb
|
271
|
+
- lib/ittybit/signatures/types/signatures_create_response_meta.rb
|
272
|
+
- lib/ittybit/signatures/types/signatures_create_response_meta_type.rb
|
111
273
|
- lib/ittybit/tasks/client.rb
|
274
|
+
- lib/ittybit/tasks/types/tasks_create_response.rb
|
275
|
+
- lib/ittybit/tasks/types/tasks_create_response_data.rb
|
276
|
+
- lib/ittybit/tasks/types/tasks_create_response_data_kind.rb
|
277
|
+
- lib/ittybit/tasks/types/tasks_create_response_data_results.rb
|
278
|
+
- lib/ittybit/tasks/types/tasks_create_response_data_status.rb
|
279
|
+
- lib/ittybit/tasks/types/tasks_create_response_error.rb
|
280
|
+
- lib/ittybit/tasks/types/tasks_create_response_links.rb
|
281
|
+
- lib/ittybit/tasks/types/tasks_create_response_meta.rb
|
282
|
+
- lib/ittybit/tasks/types/tasks_create_response_meta_type.rb
|
283
|
+
- lib/ittybit/tasks/types/tasks_get_response.rb
|
284
|
+
- lib/ittybit/tasks/types/tasks_get_response_data.rb
|
285
|
+
- lib/ittybit/tasks/types/tasks_get_response_data_kind.rb
|
286
|
+
- lib/ittybit/tasks/types/tasks_get_response_data_results.rb
|
287
|
+
- lib/ittybit/tasks/types/tasks_get_response_data_status.rb
|
288
|
+
- lib/ittybit/tasks/types/tasks_get_response_error.rb
|
289
|
+
- lib/ittybit/tasks/types/tasks_get_response_links.rb
|
290
|
+
- lib/ittybit/tasks/types/tasks_get_response_meta.rb
|
291
|
+
- lib/ittybit/tasks/types/tasks_get_response_meta_type.rb
|
292
|
+
- lib/ittybit/tasks/types/tasks_list_response.rb
|
293
|
+
- lib/ittybit/tasks/types/tasks_list_response_data_item.rb
|
294
|
+
- lib/ittybit/tasks/types/tasks_list_response_data_item_kind.rb
|
295
|
+
- lib/ittybit/tasks/types/tasks_list_response_data_item_results.rb
|
296
|
+
- lib/ittybit/tasks/types/tasks_list_response_data_item_status.rb
|
297
|
+
- lib/ittybit/tasks/types/tasks_list_response_error.rb
|
298
|
+
- lib/ittybit/tasks/types/tasks_list_response_links.rb
|
299
|
+
- lib/ittybit/tasks/types/tasks_list_response_meta.rb
|
300
|
+
- lib/ittybit/tasks/types/tasks_list_response_meta_type.rb
|
112
301
|
- lib/ittybit/types/api_response_base.rb
|
113
302
|
- lib/ittybit/types/automation.rb
|
114
303
|
- lib/ittybit/types/automation_list_response.rb
|
304
|
+
- lib/ittybit/types/automation_list_response_data_item.rb
|
305
|
+
- lib/ittybit/types/automation_list_response_data_item_status.rb
|
306
|
+
- lib/ittybit/types/automation_list_response_data_item_trigger.rb
|
307
|
+
- lib/ittybit/types/automation_list_response_data_item_workflow_item.rb
|
308
|
+
- lib/ittybit/types/automation_list_response_data_item_workflow_item_conditions.rb
|
309
|
+
- lib/ittybit/types/automation_list_response_data_item_workflow_item_conditions_conditions_item.rb
|
310
|
+
- lib/ittybit/types/automation_list_response_data_item_workflow_item_conditions_next_item.rb
|
311
|
+
- lib/ittybit/types/automation_list_response_data_item_workflow_item_ref.rb
|
312
|
+
- lib/ittybit/types/automation_list_response_data_item_workflow_item_ref_kind.rb
|
313
|
+
- lib/ittybit/types/automation_list_response_data_item_workflow_item_ref_next_item.rb
|
314
|
+
- lib/ittybit/types/automation_list_response_error.rb
|
315
|
+
- lib/ittybit/types/automation_list_response_links.rb
|
316
|
+
- lib/ittybit/types/automation_list_response_meta.rb
|
317
|
+
- lib/ittybit/types/automation_list_response_meta_type.rb
|
115
318
|
- lib/ittybit/types/automation_response.rb
|
319
|
+
- lib/ittybit/types/automation_response_data.rb
|
320
|
+
- lib/ittybit/types/automation_response_data_status.rb
|
321
|
+
- lib/ittybit/types/automation_response_data_trigger.rb
|
322
|
+
- lib/ittybit/types/automation_response_data_workflow_item.rb
|
323
|
+
- lib/ittybit/types/automation_response_data_workflow_item_conditions.rb
|
324
|
+
- lib/ittybit/types/automation_response_data_workflow_item_conditions_conditions_item.rb
|
325
|
+
- lib/ittybit/types/automation_response_data_workflow_item_conditions_next_item.rb
|
326
|
+
- lib/ittybit/types/automation_response_data_workflow_item_ref.rb
|
327
|
+
- lib/ittybit/types/automation_response_data_workflow_item_ref_kind.rb
|
328
|
+
- lib/ittybit/types/automation_response_data_workflow_item_ref_next_item.rb
|
329
|
+
- lib/ittybit/types/automation_response_error.rb
|
330
|
+
- lib/ittybit/types/automation_response_links.rb
|
331
|
+
- lib/ittybit/types/automation_response_meta.rb
|
332
|
+
- lib/ittybit/types/automation_response_meta_type.rb
|
116
333
|
- lib/ittybit/types/automation_status.rb
|
117
334
|
- lib/ittybit/types/automation_trigger.rb
|
118
335
|
- lib/ittybit/types/automation_workflow_item.rb
|
336
|
+
- lib/ittybit/types/automation_workflow_item_conditions.rb
|
337
|
+
- lib/ittybit/types/automation_workflow_item_conditions_conditions_item.rb
|
338
|
+
- lib/ittybit/types/automation_workflow_item_conditions_next_item.rb
|
339
|
+
- lib/ittybit/types/automation_workflow_item_ref.rb
|
340
|
+
- lib/ittybit/types/automation_workflow_item_ref_kind.rb
|
341
|
+
- lib/ittybit/types/automation_workflow_item_ref_next_item.rb
|
119
342
|
- lib/ittybit/types/conditions_task_step.rb
|
120
343
|
- lib/ittybit/types/conditions_task_step_conditions_item.rb
|
121
344
|
- lib/ittybit/types/conditions_task_step_next_item.rb
|
122
345
|
- lib/ittybit/types/confirmation.rb
|
123
346
|
- lib/ittybit/types/confirmation_response.rb
|
347
|
+
- lib/ittybit/types/confirmation_response_data.rb
|
348
|
+
- lib/ittybit/types/confirmation_response_error.rb
|
349
|
+
- lib/ittybit/types/confirmation_response_links.rb
|
350
|
+
- lib/ittybit/types/confirmation_response_meta.rb
|
351
|
+
- lib/ittybit/types/confirmation_response_meta_type.rb
|
352
|
+
- lib/ittybit/types/created_by.rb
|
124
353
|
- lib/ittybit/types/error.rb
|
125
354
|
- lib/ittybit/types/file.rb
|
126
355
|
- lib/ittybit/types/file_kind.rb
|
127
356
|
- lib/ittybit/types/file_list_response.rb
|
357
|
+
- lib/ittybit/types/file_list_response_data_item.rb
|
358
|
+
- lib/ittybit/types/file_list_response_data_item_kind.rb
|
359
|
+
- lib/ittybit/types/file_list_response_data_item_object.rb
|
360
|
+
- lib/ittybit/types/file_list_response_data_item_status.rb
|
361
|
+
- lib/ittybit/types/file_list_response_error.rb
|
362
|
+
- lib/ittybit/types/file_list_response_links.rb
|
363
|
+
- lib/ittybit/types/file_list_response_meta.rb
|
364
|
+
- lib/ittybit/types/file_list_response_meta_type.rb
|
128
365
|
- lib/ittybit/types/file_object.rb
|
129
366
|
- lib/ittybit/types/file_response.rb
|
367
|
+
- lib/ittybit/types/file_response_data.rb
|
368
|
+
- lib/ittybit/types/file_response_data_kind.rb
|
369
|
+
- lib/ittybit/types/file_response_data_object.rb
|
370
|
+
- lib/ittybit/types/file_response_data_status.rb
|
371
|
+
- lib/ittybit/types/file_response_error.rb
|
372
|
+
- lib/ittybit/types/file_response_links.rb
|
373
|
+
- lib/ittybit/types/file_response_meta.rb
|
374
|
+
- lib/ittybit/types/file_response_meta_type.rb
|
130
375
|
- lib/ittybit/types/file_status.rb
|
376
|
+
- lib/ittybit/types/kind.rb
|
131
377
|
- lib/ittybit/types/links.rb
|
132
378
|
- lib/ittybit/types/links_list.rb
|
133
379
|
- lib/ittybit/types/media.rb
|
380
|
+
- lib/ittybit/types/media_files_item.rb
|
381
|
+
- lib/ittybit/types/media_files_item_kind.rb
|
382
|
+
- lib/ittybit/types/media_files_item_object.rb
|
383
|
+
- lib/ittybit/types/media_files_item_orientation.rb
|
384
|
+
- lib/ittybit/types/media_files_item_status.rb
|
134
385
|
- lib/ittybit/types/media_kind.rb
|
135
386
|
- lib/ittybit/types/media_list_response.rb
|
387
|
+
- lib/ittybit/types/media_list_response_data_item.rb
|
388
|
+
- lib/ittybit/types/media_list_response_data_item_files_item.rb
|
389
|
+
- lib/ittybit/types/media_list_response_data_item_files_item_kind.rb
|
390
|
+
- lib/ittybit/types/media_list_response_data_item_files_item_object.rb
|
391
|
+
- lib/ittybit/types/media_list_response_data_item_files_item_orientation.rb
|
392
|
+
- lib/ittybit/types/media_list_response_data_item_files_item_status.rb
|
393
|
+
- lib/ittybit/types/media_list_response_data_item_kind.rb
|
394
|
+
- lib/ittybit/types/media_list_response_error.rb
|
395
|
+
- lib/ittybit/types/media_list_response_links.rb
|
396
|
+
- lib/ittybit/types/media_list_response_meta.rb
|
397
|
+
- lib/ittybit/types/media_list_response_meta_type.rb
|
136
398
|
- lib/ittybit/types/media_response.rb
|
399
|
+
- lib/ittybit/types/media_response_data.rb
|
400
|
+
- lib/ittybit/types/media_response_data_files_item.rb
|
401
|
+
- lib/ittybit/types/media_response_data_files_item_kind.rb
|
402
|
+
- lib/ittybit/types/media_response_data_files_item_object.rb
|
403
|
+
- lib/ittybit/types/media_response_data_files_item_orientation.rb
|
404
|
+
- lib/ittybit/types/media_response_data_files_item_status.rb
|
405
|
+
- lib/ittybit/types/media_response_data_kind.rb
|
406
|
+
- lib/ittybit/types/media_response_error.rb
|
407
|
+
- lib/ittybit/types/media_response_links.rb
|
408
|
+
- lib/ittybit/types/media_response_meta.rb
|
409
|
+
- lib/ittybit/types/media_response_meta_type.rb
|
137
410
|
- lib/ittybit/types/media_source.rb
|
138
411
|
- lib/ittybit/types/media_source_kind.rb
|
139
412
|
- lib/ittybit/types/media_source_object.rb
|
@@ -142,12 +415,36 @@ files:
|
|
142
415
|
- lib/ittybit/types/meta.rb
|
143
416
|
- lib/ittybit/types/meta_list.rb
|
144
417
|
- lib/ittybit/types/meta_list_type.rb
|
418
|
+
- lib/ittybit/types/parent_id.rb
|
419
|
+
- lib/ittybit/types/progress.rb
|
145
420
|
- lib/ittybit/types/signature.rb
|
146
421
|
- lib/ittybit/types/signature_response.rb
|
422
|
+
- lib/ittybit/types/signature_response_data.rb
|
423
|
+
- lib/ittybit/types/signature_response_error.rb
|
424
|
+
- lib/ittybit/types/signature_response_links.rb
|
425
|
+
- lib/ittybit/types/signature_response_meta.rb
|
426
|
+
- lib/ittybit/types/signature_response_meta_type.rb
|
427
|
+
- lib/ittybit/types/status.rb
|
147
428
|
- lib/ittybit/types/task.rb
|
148
429
|
- lib/ittybit/types/task_kind.rb
|
149
430
|
- lib/ittybit/types/task_list_response.rb
|
431
|
+
- lib/ittybit/types/task_list_response_data_item.rb
|
432
|
+
- lib/ittybit/types/task_list_response_data_item_kind.rb
|
433
|
+
- lib/ittybit/types/task_list_response_data_item_results.rb
|
434
|
+
- lib/ittybit/types/task_list_response_data_item_status.rb
|
435
|
+
- lib/ittybit/types/task_list_response_error.rb
|
436
|
+
- lib/ittybit/types/task_list_response_links.rb
|
437
|
+
- lib/ittybit/types/task_list_response_meta.rb
|
438
|
+
- lib/ittybit/types/task_list_response_meta_type.rb
|
150
439
|
- lib/ittybit/types/task_response.rb
|
440
|
+
- lib/ittybit/types/task_response_data.rb
|
441
|
+
- lib/ittybit/types/task_response_data_kind.rb
|
442
|
+
- lib/ittybit/types/task_response_data_results.rb
|
443
|
+
- lib/ittybit/types/task_response_data_status.rb
|
444
|
+
- lib/ittybit/types/task_response_error.rb
|
445
|
+
- lib/ittybit/types/task_response_links.rb
|
446
|
+
- lib/ittybit/types/task_response_meta.rb
|
447
|
+
- lib/ittybit/types/task_response_meta_type.rb
|
151
448
|
- lib/ittybit/types/task_results.rb
|
152
449
|
- lib/ittybit/types/task_status.rb
|
153
450
|
- lib/ittybit/types/task_summary.rb
|