ittybit 0.8.14 → 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 +39 -36
- 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 +25 -23
- 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 +20 -18
- 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 +5 -5
- 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 +15 -14
- 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/requests.rb +2 -2
- data/lib/types_export.rb +300 -2
- metadata +299 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3c408614711f016243f48d2705b9b432f1c2da18be6c4cd67f7bc10e3088ce9a
|
4
|
+
data.tar.gz: 107eb54a91f53de0f810ee2fe041037b9d61941962c54d9cb0523798fc1ff9ca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05ee842d94c435d5b00dc4a20b1df14d2561c29590dc97a9c2877553e00bc401b9bea0af4b47dcef1831a73a6e6a83b930316ba7e8126d73a794ce313b00db04
|
7
|
+
data.tar.gz: ac4c3680248e5c3b7b0acedf97a956ed24a2e356bf8a5f2aabd8a0b4f5b0d658923b5afc79fa4a213b59e43c0046517026d95512499213a0e5137a7a0a114a64
|
@@ -1,14 +1,17 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
require_relative "../../requests"
|
4
|
-
require_relative "
|
4
|
+
require_relative "types/automations_list_response"
|
5
5
|
require_relative "types/automations_create_request_trigger"
|
6
|
-
require_relative "
|
6
|
+
require_relative "types/automations_create_request_workflow_item"
|
7
7
|
require_relative "types/automations_create_request_status"
|
8
|
-
require_relative "
|
9
|
-
require_relative "
|
8
|
+
require_relative "types/automations_create_response"
|
9
|
+
require_relative "types/automations_get_response"
|
10
|
+
require_relative "types/automations_delete_response"
|
10
11
|
require_relative "types/automations_update_request_trigger"
|
12
|
+
require_relative "types/automations_update_request_workflow_item"
|
11
13
|
require_relative "types/automations_update_request_status"
|
14
|
+
require_relative "types/automations_update_response"
|
12
15
|
require "async"
|
13
16
|
|
14
17
|
module Ittybit
|
@@ -27,7 +30,7 @@ module Ittybit
|
|
27
30
|
# @param page [Integer]
|
28
31
|
# @param limit [Integer]
|
29
32
|
# @param request_options [Ittybit::RequestOptions]
|
30
|
-
# @return [Ittybit::
|
33
|
+
# @return [Ittybit::Automations::AutomationsListResponse]
|
31
34
|
# @example
|
32
35
|
# api = Ittybit::Client.new(
|
33
36
|
# base_url: "https://api.example.com",
|
@@ -51,7 +54,7 @@ module Ittybit
|
|
51
54
|
end
|
52
55
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations"
|
53
56
|
end
|
54
|
-
Ittybit::
|
57
|
+
Ittybit::Automations::AutomationsListResponse.from_json(json_object: response.body)
|
55
58
|
end
|
56
59
|
|
57
60
|
# Creates a new automation.
|
@@ -61,13 +64,13 @@ module Ittybit
|
|
61
64
|
# @param trigger [Hash] Request of type Ittybit::Automations::AutomationsCreateRequestTrigger, as a Hash
|
62
65
|
# * :kind (String)
|
63
66
|
# * :event (String)
|
64
|
-
# @param workflow [Array<Hash>] Request of type Array<Ittybit::
|
65
|
-
# * :kind (Ittybit::
|
67
|
+
# @param workflow [Array<Hash>] Request of type Array<Ittybit::Automations::AutomationsCreateRequestWorkflowItem>, as a Hash
|
68
|
+
# * :kind (Ittybit::Automations::AutomationsCreateRequestWorkflowItemKind)
|
66
69
|
# * :ref (String)
|
67
|
-
# * :next_ (Array<Ittybit::
|
70
|
+
# * :next_ (Array<Ittybit::Automations::AutomationsCreateRequestWorkflowItemNextItem>)
|
68
71
|
# @param status [Ittybit::Automations::AutomationsCreateRequestStatus]
|
69
72
|
# @param request_options [Ittybit::RequestOptions]
|
70
|
-
# @return [Ittybit::
|
73
|
+
# @return [Ittybit::Automations::AutomationsCreateResponse]
|
71
74
|
# @example
|
72
75
|
# api = Ittybit::Client.new(
|
73
76
|
# base_url: "https://api.example.com",
|
@@ -104,14 +107,14 @@ module Ittybit
|
|
104
107
|
}.compact
|
105
108
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations"
|
106
109
|
end
|
107
|
-
Ittybit::
|
110
|
+
Ittybit::Automations::AutomationsCreateResponse.from_json(json_object: response.body)
|
108
111
|
end
|
109
112
|
|
110
113
|
# Retrieve the automation object for a automation with the given ID.
|
111
114
|
#
|
112
115
|
# @param id [String]
|
113
116
|
# @param request_options [Ittybit::RequestOptions]
|
114
|
-
# @return [Ittybit::
|
117
|
+
# @return [Ittybit::Automations::AutomationsGetResponse]
|
115
118
|
# @example
|
116
119
|
# api = Ittybit::Client.new(
|
117
120
|
# base_url: "https://api.example.com",
|
@@ -137,14 +140,14 @@ module Ittybit
|
|
137
140
|
end
|
138
141
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations/#{id}"
|
139
142
|
end
|
140
|
-
Ittybit::
|
143
|
+
Ittybit::Automations::AutomationsGetResponse.from_json(json_object: response.body)
|
141
144
|
end
|
142
145
|
|
143
146
|
# Permanently removes an automation from the system. This action cannot be undone.
|
144
147
|
#
|
145
148
|
# @param id [String]
|
146
149
|
# @param request_options [Ittybit::RequestOptions]
|
147
|
-
# @return [Ittybit::
|
150
|
+
# @return [Ittybit::Automations::AutomationsDeleteResponse]
|
148
151
|
# @example
|
149
152
|
# api = Ittybit::Client.new(
|
150
153
|
# base_url: "https://api.example.com",
|
@@ -170,7 +173,7 @@ module Ittybit
|
|
170
173
|
end
|
171
174
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations/#{id}"
|
172
175
|
end
|
173
|
-
Ittybit::
|
176
|
+
Ittybit::Automations::AutomationsDeleteResponse.from_json(json_object: response.body)
|
174
177
|
end
|
175
178
|
|
176
179
|
# Updates an automation's `name`, `description`, `trigger`, `workflow`, or
|
@@ -182,13 +185,13 @@ module Ittybit
|
|
182
185
|
# @param trigger [Hash] Request of type Ittybit::Automations::AutomationsUpdateRequestTrigger, as a Hash
|
183
186
|
# * :kind (String)
|
184
187
|
# * :event (String)
|
185
|
-
# @param workflow [Array<Hash>] Request of type Array<Ittybit::
|
186
|
-
# * :kind (Ittybit::
|
188
|
+
# @param workflow [Array<Hash>] Request of type Array<Ittybit::Automations::AutomationsUpdateRequestWorkflowItem>, as a Hash
|
189
|
+
# * :kind (Ittybit::Automations::AutomationsUpdateRequestWorkflowItemKind)
|
187
190
|
# * :ref (String)
|
188
|
-
# * :next_ (Array<Ittybit::
|
191
|
+
# * :next_ (Array<Ittybit::Automations::AutomationsUpdateRequestWorkflowItemNextItem>)
|
189
192
|
# @param status [Ittybit::Automations::AutomationsUpdateRequestStatus]
|
190
193
|
# @param request_options [Ittybit::RequestOptions]
|
191
|
-
# @return [Ittybit::
|
194
|
+
# @return [Ittybit::Automations::AutomationsUpdateResponse]
|
192
195
|
# @example
|
193
196
|
# api = Ittybit::Client.new(
|
194
197
|
# base_url: "https://api.example.com",
|
@@ -224,7 +227,7 @@ module Ittybit
|
|
224
227
|
}.compact
|
225
228
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations/#{id}"
|
226
229
|
end
|
227
|
-
Ittybit::
|
230
|
+
Ittybit::Automations::AutomationsUpdateResponse.from_json(json_object: response.body)
|
228
231
|
end
|
229
232
|
end
|
230
233
|
|
@@ -243,7 +246,7 @@ module Ittybit
|
|
243
246
|
# @param page [Integer]
|
244
247
|
# @param limit [Integer]
|
245
248
|
# @param request_options [Ittybit::RequestOptions]
|
246
|
-
# @return [Ittybit::
|
249
|
+
# @return [Ittybit::Automations::AutomationsListResponse]
|
247
250
|
# @example
|
248
251
|
# api = Ittybit::Client.new(
|
249
252
|
# base_url: "https://api.example.com",
|
@@ -268,7 +271,7 @@ module Ittybit
|
|
268
271
|
end
|
269
272
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations"
|
270
273
|
end
|
271
|
-
Ittybit::
|
274
|
+
Ittybit::Automations::AutomationsListResponse.from_json(json_object: response.body)
|
272
275
|
end
|
273
276
|
end
|
274
277
|
|
@@ -279,13 +282,13 @@ module Ittybit
|
|
279
282
|
# @param trigger [Hash] Request of type Ittybit::Automations::AutomationsCreateRequestTrigger, as a Hash
|
280
283
|
# * :kind (String)
|
281
284
|
# * :event (String)
|
282
|
-
# @param workflow [Array<Hash>] Request of type Array<Ittybit::
|
283
|
-
# * :kind (Ittybit::
|
285
|
+
# @param workflow [Array<Hash>] Request of type Array<Ittybit::Automations::AutomationsCreateRequestWorkflowItem>, as a Hash
|
286
|
+
# * :kind (Ittybit::Automations::AutomationsCreateRequestWorkflowItemKind)
|
284
287
|
# * :ref (String)
|
285
|
-
# * :next_ (Array<Ittybit::
|
288
|
+
# * :next_ (Array<Ittybit::Automations::AutomationsCreateRequestWorkflowItemNextItem>)
|
286
289
|
# @param status [Ittybit::Automations::AutomationsCreateRequestStatus]
|
287
290
|
# @param request_options [Ittybit::RequestOptions]
|
288
|
-
# @return [Ittybit::
|
291
|
+
# @return [Ittybit::Automations::AutomationsCreateResponse]
|
289
292
|
# @example
|
290
293
|
# api = Ittybit::Client.new(
|
291
294
|
# base_url: "https://api.example.com",
|
@@ -323,7 +326,7 @@ module Ittybit
|
|
323
326
|
}.compact
|
324
327
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations"
|
325
328
|
end
|
326
|
-
Ittybit::
|
329
|
+
Ittybit::Automations::AutomationsCreateResponse.from_json(json_object: response.body)
|
327
330
|
end
|
328
331
|
end
|
329
332
|
|
@@ -331,7 +334,7 @@ module Ittybit
|
|
331
334
|
#
|
332
335
|
# @param id [String]
|
333
336
|
# @param request_options [Ittybit::RequestOptions]
|
334
|
-
# @return [Ittybit::
|
337
|
+
# @return [Ittybit::Automations::AutomationsGetResponse]
|
335
338
|
# @example
|
336
339
|
# api = Ittybit::Client.new(
|
337
340
|
# base_url: "https://api.example.com",
|
@@ -358,7 +361,7 @@ module Ittybit
|
|
358
361
|
end
|
359
362
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations/#{id}"
|
360
363
|
end
|
361
|
-
Ittybit::
|
364
|
+
Ittybit::Automations::AutomationsGetResponse.from_json(json_object: response.body)
|
362
365
|
end
|
363
366
|
end
|
364
367
|
|
@@ -366,7 +369,7 @@ module Ittybit
|
|
366
369
|
#
|
367
370
|
# @param id [String]
|
368
371
|
# @param request_options [Ittybit::RequestOptions]
|
369
|
-
# @return [Ittybit::
|
372
|
+
# @return [Ittybit::Automations::AutomationsDeleteResponse]
|
370
373
|
# @example
|
371
374
|
# api = Ittybit::Client.new(
|
372
375
|
# base_url: "https://api.example.com",
|
@@ -393,7 +396,7 @@ module Ittybit
|
|
393
396
|
end
|
394
397
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations/#{id}"
|
395
398
|
end
|
396
|
-
Ittybit::
|
399
|
+
Ittybit::Automations::AutomationsDeleteResponse.from_json(json_object: response.body)
|
397
400
|
end
|
398
401
|
end
|
399
402
|
|
@@ -406,13 +409,13 @@ module Ittybit
|
|
406
409
|
# @param trigger [Hash] Request of type Ittybit::Automations::AutomationsUpdateRequestTrigger, as a Hash
|
407
410
|
# * :kind (String)
|
408
411
|
# * :event (String)
|
409
|
-
# @param workflow [Array<Hash>] Request of type Array<Ittybit::
|
410
|
-
# * :kind (Ittybit::
|
412
|
+
# @param workflow [Array<Hash>] Request of type Array<Ittybit::Automations::AutomationsUpdateRequestWorkflowItem>, as a Hash
|
413
|
+
# * :kind (Ittybit::Automations::AutomationsUpdateRequestWorkflowItemKind)
|
411
414
|
# * :ref (String)
|
412
|
-
# * :next_ (Array<Ittybit::
|
415
|
+
# * :next_ (Array<Ittybit::Automations::AutomationsUpdateRequestWorkflowItemNextItem>)
|
413
416
|
# @param status [Ittybit::Automations::AutomationsUpdateRequestStatus]
|
414
417
|
# @param request_options [Ittybit::RequestOptions]
|
415
|
-
# @return [Ittybit::
|
418
|
+
# @return [Ittybit::Automations::AutomationsUpdateResponse]
|
416
419
|
# @example
|
417
420
|
# api = Ittybit::Client.new(
|
418
421
|
# base_url: "https://api.example.com",
|
@@ -449,7 +452,7 @@ module Ittybit
|
|
449
452
|
}.compact
|
450
453
|
req.url "#{@request_client.get_url(request_options: request_options)}/automations/#{id}"
|
451
454
|
end
|
452
|
-
Ittybit::
|
455
|
+
Ittybit::Automations::AutomationsUpdateResponse.from_json(json_object: response.body)
|
453
456
|
end
|
454
457
|
end
|
455
458
|
end
|
@@ -0,0 +1,81 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative "automations_create_request_workflow_item_kind"
|
4
|
+
require_relative "automations_create_request_workflow_item_next_item"
|
5
|
+
require "ostruct"
|
6
|
+
require "json"
|
7
|
+
|
8
|
+
module Ittybit
|
9
|
+
class Automations
|
10
|
+
class AutomationsCreateRequestWorkflowItem
|
11
|
+
# @return [Ittybit::Automations::AutomationsCreateRequestWorkflowItemKind]
|
12
|
+
attr_reader :kind
|
13
|
+
# @return [String]
|
14
|
+
attr_reader :ref
|
15
|
+
# @return [Array<Ittybit::Automations::AutomationsCreateRequestWorkflowItemNextItem>]
|
16
|
+
attr_reader :next_
|
17
|
+
# @return [OpenStruct] Additional properties unmapped to the current class definition
|
18
|
+
attr_reader :additional_properties
|
19
|
+
# @return [Object]
|
20
|
+
attr_reader :_field_set
|
21
|
+
protected :_field_set
|
22
|
+
|
23
|
+
OMIT = Object.new
|
24
|
+
|
25
|
+
# @param kind [Ittybit::Automations::AutomationsCreateRequestWorkflowItemKind]
|
26
|
+
# @param ref [String]
|
27
|
+
# @param next_ [Array<Ittybit::Automations::AutomationsCreateRequestWorkflowItemNextItem>]
|
28
|
+
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
29
|
+
# @return [Ittybit::Automations::AutomationsCreateRequestWorkflowItem]
|
30
|
+
def initialize(kind:, ref: OMIT, next_: OMIT, additional_properties: nil)
|
31
|
+
@kind = kind
|
32
|
+
@ref = ref if ref != OMIT
|
33
|
+
@next_ = next_ if next_ != OMIT
|
34
|
+
@additional_properties = additional_properties
|
35
|
+
@_field_set = { "kind": kind, "ref": ref, "next": next_ }.reject do |_k, v|
|
36
|
+
v == OMIT
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
# Deserialize a JSON object to an instance of AutomationsCreateRequestWorkflowItem
|
41
|
+
#
|
42
|
+
# @param json_object [String]
|
43
|
+
# @return [Ittybit::Automations::AutomationsCreateRequestWorkflowItem]
|
44
|
+
def self.from_json(json_object:)
|
45
|
+
struct = JSON.parse(json_object, object_class: OpenStruct)
|
46
|
+
parsed_json = JSON.parse(json_object)
|
47
|
+
kind = parsed_json["kind"]
|
48
|
+
ref = parsed_json["ref"]
|
49
|
+
next_ = parsed_json["next"]&.map do |item|
|
50
|
+
item = item.to_json
|
51
|
+
Ittybit::Automations::AutomationsCreateRequestWorkflowItemNextItem.from_json(json_object: item)
|
52
|
+
end
|
53
|
+
new(
|
54
|
+
kind: kind,
|
55
|
+
ref: ref,
|
56
|
+
next_: next_,
|
57
|
+
additional_properties: struct
|
58
|
+
)
|
59
|
+
end
|
60
|
+
|
61
|
+
# Serialize an instance of AutomationsCreateRequestWorkflowItem to a JSON object
|
62
|
+
#
|
63
|
+
# @return [String]
|
64
|
+
def to_json(*_args)
|
65
|
+
@_field_set&.to_json
|
66
|
+
end
|
67
|
+
|
68
|
+
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
69
|
+
# hash and check each fields type against the current object's property
|
70
|
+
# definitions.
|
71
|
+
#
|
72
|
+
# @param obj [Object]
|
73
|
+
# @return [Void]
|
74
|
+
def self.validate_raw(obj:)
|
75
|
+
obj.kind.is_a?(Ittybit::Automations::AutomationsCreateRequestWorkflowItemKind) != false || raise("Passed value for field obj.kind is not the expected type, validation failed.")
|
76
|
+
obj.ref&.is_a?(String) != false || raise("Passed value for field obj.ref is not the expected type, validation failed.")
|
77
|
+
obj.next_&.is_a?(Array) != false || raise("Passed value for field obj.next_ is not the expected type, validation failed.")
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|
81
|
+
end
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Ittybit
|
4
|
+
class Automations
|
5
|
+
class AutomationsCreateRequestWorkflowItemKind
|
6
|
+
VIDEO = "video"
|
7
|
+
IMAGE = "image"
|
8
|
+
AUDIO = "audio"
|
9
|
+
CHAPTERS = "chapters"
|
10
|
+
SUBTITLES = "subtitles"
|
11
|
+
THUMBNAILS = "thumbnails"
|
12
|
+
NSFW = "nsfw"
|
13
|
+
SPEECH = "speech"
|
14
|
+
DESCRIPTION = "description"
|
15
|
+
OUTLINE = "outline"
|
16
|
+
PROMPT = "prompt"
|
17
|
+
HTTP = "http"
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
@@ -0,0 +1,71 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require "ostruct"
|
4
|
+
require "json"
|
5
|
+
|
6
|
+
module Ittybit
|
7
|
+
class Automations
|
8
|
+
class AutomationsCreateRequestWorkflowItemNextItem
|
9
|
+
# @return [String]
|
10
|
+
attr_reader :kind
|
11
|
+
# @return [String]
|
12
|
+
attr_reader :ref
|
13
|
+
# @return [OpenStruct] Additional properties unmapped to the current class definition
|
14
|
+
attr_reader :additional_properties
|
15
|
+
# @return [Object]
|
16
|
+
attr_reader :_field_set
|
17
|
+
protected :_field_set
|
18
|
+
|
19
|
+
OMIT = Object.new
|
20
|
+
|
21
|
+
# @param kind [String]
|
22
|
+
# @param ref [String]
|
23
|
+
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
24
|
+
# @return [Ittybit::Automations::AutomationsCreateRequestWorkflowItemNextItem]
|
25
|
+
def initialize(kind: OMIT, ref: OMIT, additional_properties: nil)
|
26
|
+
@kind = kind if kind != OMIT
|
27
|
+
@ref = ref if ref != OMIT
|
28
|
+
@additional_properties = additional_properties
|
29
|
+
@_field_set = { "kind": kind, "ref": ref }.reject do |_k, v|
|
30
|
+
v == OMIT
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
# Deserialize a JSON object to an instance of
|
35
|
+
# AutomationsCreateRequestWorkflowItemNextItem
|
36
|
+
#
|
37
|
+
# @param json_object [String]
|
38
|
+
# @return [Ittybit::Automations::AutomationsCreateRequestWorkflowItemNextItem]
|
39
|
+
def self.from_json(json_object:)
|
40
|
+
struct = JSON.parse(json_object, object_class: OpenStruct)
|
41
|
+
parsed_json = JSON.parse(json_object)
|
42
|
+
kind = parsed_json["kind"]
|
43
|
+
ref = parsed_json["ref"]
|
44
|
+
new(
|
45
|
+
kind: kind,
|
46
|
+
ref: ref,
|
47
|
+
additional_properties: struct
|
48
|
+
)
|
49
|
+
end
|
50
|
+
|
51
|
+
# Serialize an instance of AutomationsCreateRequestWorkflowItemNextItem to a JSON
|
52
|
+
# object
|
53
|
+
#
|
54
|
+
# @return [String]
|
55
|
+
def to_json(*_args)
|
56
|
+
@_field_set&.to_json
|
57
|
+
end
|
58
|
+
|
59
|
+
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
60
|
+
# hash and check each fields type against the current object's property
|
61
|
+
# definitions.
|
62
|
+
#
|
63
|
+
# @param obj [Object]
|
64
|
+
# @return [Void]
|
65
|
+
def self.validate_raw(obj:)
|
66
|
+
obj.kind&.is_a?(String) != false || raise("Passed value for field obj.kind is not the expected type, validation failed.")
|
67
|
+
obj.ref&.is_a?(String) != false || raise("Passed value for field obj.ref is not the expected type, validation failed.")
|
68
|
+
end
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
@@ -0,0 +1,107 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative "automations_create_response_meta"
|
4
|
+
require_relative "automations_create_response_data"
|
5
|
+
require_relative "automations_create_response_error"
|
6
|
+
require_relative "automations_create_response_links"
|
7
|
+
require "ostruct"
|
8
|
+
require "json"
|
9
|
+
|
10
|
+
module Ittybit
|
11
|
+
class Automations
|
12
|
+
class AutomationsCreateResponse
|
13
|
+
# @return [Ittybit::Automations::AutomationsCreateResponseMeta]
|
14
|
+
attr_reader :meta
|
15
|
+
# @return [Ittybit::Automations::AutomationsCreateResponseData]
|
16
|
+
attr_reader :data
|
17
|
+
# @return [Ittybit::Automations::AutomationsCreateResponseError]
|
18
|
+
attr_reader :error
|
19
|
+
# @return [Ittybit::Automations::AutomationsCreateResponseLinks]
|
20
|
+
attr_reader :links
|
21
|
+
# @return [OpenStruct] Additional properties unmapped to the current class definition
|
22
|
+
attr_reader :additional_properties
|
23
|
+
# @return [Object]
|
24
|
+
attr_reader :_field_set
|
25
|
+
protected :_field_set
|
26
|
+
|
27
|
+
OMIT = Object.new
|
28
|
+
|
29
|
+
# @param meta [Ittybit::Automations::AutomationsCreateResponseMeta]
|
30
|
+
# @param data [Ittybit::Automations::AutomationsCreateResponseData]
|
31
|
+
# @param error [Ittybit::Automations::AutomationsCreateResponseError]
|
32
|
+
# @param links [Ittybit::Automations::AutomationsCreateResponseLinks]
|
33
|
+
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
34
|
+
# @return [Ittybit::Automations::AutomationsCreateResponse]
|
35
|
+
def initialize(meta: OMIT, data: OMIT, error: OMIT, links: OMIT, additional_properties: nil)
|
36
|
+
@meta = meta if meta != OMIT
|
37
|
+
@data = data if data != OMIT
|
38
|
+
@error = error if error != OMIT
|
39
|
+
@links = links if links != OMIT
|
40
|
+
@additional_properties = additional_properties
|
41
|
+
@_field_set = { "meta": meta, "data": data, "error": error, "links": links }.reject do |_k, v|
|
42
|
+
v == OMIT
|
43
|
+
end
|
44
|
+
end
|
45
|
+
|
46
|
+
# Deserialize a JSON object to an instance of AutomationsCreateResponse
|
47
|
+
#
|
48
|
+
# @param json_object [String]
|
49
|
+
# @return [Ittybit::Automations::AutomationsCreateResponse]
|
50
|
+
def self.from_json(json_object:)
|
51
|
+
struct = JSON.parse(json_object, object_class: OpenStruct)
|
52
|
+
parsed_json = JSON.parse(json_object)
|
53
|
+
if parsed_json["meta"].nil?
|
54
|
+
meta = nil
|
55
|
+
else
|
56
|
+
meta = parsed_json["meta"].to_json
|
57
|
+
meta = Ittybit::Automations::AutomationsCreateResponseMeta.from_json(json_object: meta)
|
58
|
+
end
|
59
|
+
if parsed_json["data"].nil?
|
60
|
+
data = nil
|
61
|
+
else
|
62
|
+
data = parsed_json["data"].to_json
|
63
|
+
data = Ittybit::Automations::AutomationsCreateResponseData.from_json(json_object: data)
|
64
|
+
end
|
65
|
+
if parsed_json["error"].nil?
|
66
|
+
error = nil
|
67
|
+
else
|
68
|
+
error = parsed_json["error"].to_json
|
69
|
+
error = Ittybit::Automations::AutomationsCreateResponseError.from_json(json_object: error)
|
70
|
+
end
|
71
|
+
if parsed_json["links"].nil?
|
72
|
+
links = nil
|
73
|
+
else
|
74
|
+
links = parsed_json["links"].to_json
|
75
|
+
links = Ittybit::Automations::AutomationsCreateResponseLinks.from_json(json_object: links)
|
76
|
+
end
|
77
|
+
new(
|
78
|
+
meta: meta,
|
79
|
+
data: data,
|
80
|
+
error: error,
|
81
|
+
links: links,
|
82
|
+
additional_properties: struct
|
83
|
+
)
|
84
|
+
end
|
85
|
+
|
86
|
+
# Serialize an instance of AutomationsCreateResponse to a JSON object
|
87
|
+
#
|
88
|
+
# @return [String]
|
89
|
+
def to_json(*_args)
|
90
|
+
@_field_set&.to_json
|
91
|
+
end
|
92
|
+
|
93
|
+
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
94
|
+
# hash and check each fields type against the current object's property
|
95
|
+
# definitions.
|
96
|
+
#
|
97
|
+
# @param obj [Object]
|
98
|
+
# @return [Void]
|
99
|
+
def self.validate_raw(obj:)
|
100
|
+
obj.meta.nil? || Ittybit::Automations::AutomationsCreateResponseMeta.validate_raw(obj: obj.meta)
|
101
|
+
obj.data.nil? || Ittybit::Automations::AutomationsCreateResponseData.validate_raw(obj: obj.data)
|
102
|
+
obj.error.nil? || Ittybit::Automations::AutomationsCreateResponseError.validate_raw(obj: obj.error)
|
103
|
+
obj.links.nil? || Ittybit::Automations::AutomationsCreateResponseLinks.validate_raw(obj: obj.links)
|
104
|
+
end
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
@@ -0,0 +1,133 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require_relative "automations_create_response_data_trigger"
|
4
|
+
require_relative "automations_create_response_data_workflow_item"
|
5
|
+
require_relative "automations_create_response_data_status"
|
6
|
+
require "date"
|
7
|
+
require "ostruct"
|
8
|
+
require "json"
|
9
|
+
|
10
|
+
module Ittybit
|
11
|
+
class Automations
|
12
|
+
class AutomationsCreateResponseData
|
13
|
+
# @return [String]
|
14
|
+
attr_reader :id
|
15
|
+
# @return [String]
|
16
|
+
attr_reader :name
|
17
|
+
# @return [String]
|
18
|
+
attr_reader :description
|
19
|
+
# @return [Ittybit::Automations::AutomationsCreateResponseDataTrigger]
|
20
|
+
attr_reader :trigger
|
21
|
+
# @return [Array<Ittybit::Automations::AutomationsCreateResponseDataWorkflowItem>]
|
22
|
+
attr_reader :workflow
|
23
|
+
# @return [Ittybit::Automations::AutomationsCreateResponseDataStatus]
|
24
|
+
attr_reader :status
|
25
|
+
# @return [DateTime]
|
26
|
+
attr_reader :created
|
27
|
+
# @return [DateTime]
|
28
|
+
attr_reader :updated
|
29
|
+
# @return [OpenStruct] Additional properties unmapped to the current class definition
|
30
|
+
attr_reader :additional_properties
|
31
|
+
# @return [Object]
|
32
|
+
attr_reader :_field_set
|
33
|
+
protected :_field_set
|
34
|
+
|
35
|
+
OMIT = Object.new
|
36
|
+
|
37
|
+
# @param id [String]
|
38
|
+
# @param name [String]
|
39
|
+
# @param description [String]
|
40
|
+
# @param trigger [Ittybit::Automations::AutomationsCreateResponseDataTrigger]
|
41
|
+
# @param workflow [Array<Ittybit::Automations::AutomationsCreateResponseDataWorkflowItem>]
|
42
|
+
# @param status [Ittybit::Automations::AutomationsCreateResponseDataStatus]
|
43
|
+
# @param created [DateTime]
|
44
|
+
# @param updated [DateTime]
|
45
|
+
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
46
|
+
# @return [Ittybit::Automations::AutomationsCreateResponseData]
|
47
|
+
def initialize(id:, trigger:, workflow:, status:, created:, updated:, name: OMIT, description: OMIT,
|
48
|
+
additional_properties: nil)
|
49
|
+
@id = id
|
50
|
+
@name = name if name != OMIT
|
51
|
+
@description = description if description != OMIT
|
52
|
+
@trigger = trigger
|
53
|
+
@workflow = workflow
|
54
|
+
@status = status
|
55
|
+
@created = created
|
56
|
+
@updated = updated
|
57
|
+
@additional_properties = additional_properties
|
58
|
+
@_field_set = {
|
59
|
+
"id": id,
|
60
|
+
"name": name,
|
61
|
+
"description": description,
|
62
|
+
"trigger": trigger,
|
63
|
+
"workflow": workflow,
|
64
|
+
"status": status,
|
65
|
+
"created": created,
|
66
|
+
"updated": updated
|
67
|
+
}.reject do |_k, v|
|
68
|
+
v == OMIT
|
69
|
+
end
|
70
|
+
end
|
71
|
+
|
72
|
+
# Deserialize a JSON object to an instance of AutomationsCreateResponseData
|
73
|
+
#
|
74
|
+
# @param json_object [String]
|
75
|
+
# @return [Ittybit::Automations::AutomationsCreateResponseData]
|
76
|
+
def self.from_json(json_object:)
|
77
|
+
struct = JSON.parse(json_object, object_class: OpenStruct)
|
78
|
+
parsed_json = JSON.parse(json_object)
|
79
|
+
id = parsed_json["id"]
|
80
|
+
name = parsed_json["name"]
|
81
|
+
description = parsed_json["description"]
|
82
|
+
if parsed_json["trigger"].nil?
|
83
|
+
trigger = nil
|
84
|
+
else
|
85
|
+
trigger = parsed_json["trigger"].to_json
|
86
|
+
trigger = Ittybit::Automations::AutomationsCreateResponseDataTrigger.from_json(json_object: trigger)
|
87
|
+
end
|
88
|
+
workflow = parsed_json["workflow"]&.map do |item|
|
89
|
+
item = item.to_json
|
90
|
+
Ittybit::Automations::AutomationsCreateResponseDataWorkflowItem.from_json(json_object: item)
|
91
|
+
end
|
92
|
+
status = parsed_json["status"]
|
93
|
+
created = (DateTime.parse(parsed_json["created"]) unless parsed_json["created"].nil?)
|
94
|
+
updated = (DateTime.parse(parsed_json["updated"]) unless parsed_json["updated"].nil?)
|
95
|
+
new(
|
96
|
+
id: id,
|
97
|
+
name: name,
|
98
|
+
description: description,
|
99
|
+
trigger: trigger,
|
100
|
+
workflow: workflow,
|
101
|
+
status: status,
|
102
|
+
created: created,
|
103
|
+
updated: updated,
|
104
|
+
additional_properties: struct
|
105
|
+
)
|
106
|
+
end
|
107
|
+
|
108
|
+
# Serialize an instance of AutomationsCreateResponseData to a JSON object
|
109
|
+
#
|
110
|
+
# @return [String]
|
111
|
+
def to_json(*_args)
|
112
|
+
@_field_set&.to_json
|
113
|
+
end
|
114
|
+
|
115
|
+
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
116
|
+
# hash and check each fields type against the current object's property
|
117
|
+
# definitions.
|
118
|
+
#
|
119
|
+
# @param obj [Object]
|
120
|
+
# @return [Void]
|
121
|
+
def self.validate_raw(obj:)
|
122
|
+
obj.id.is_a?(String) != false || raise("Passed value for field obj.id is not the expected type, validation failed.")
|
123
|
+
obj.name&.is_a?(String) != false || raise("Passed value for field obj.name is not the expected type, validation failed.")
|
124
|
+
obj.description&.is_a?(String) != false || raise("Passed value for field obj.description is not the expected type, validation failed.")
|
125
|
+
Ittybit::Automations::AutomationsCreateResponseDataTrigger.validate_raw(obj: obj.trigger)
|
126
|
+
obj.workflow.is_a?(Array) != false || raise("Passed value for field obj.workflow is not the expected type, validation failed.")
|
127
|
+
obj.status.is_a?(Ittybit::Automations::AutomationsCreateResponseDataStatus) != false || raise("Passed value for field obj.status is not the expected type, validation failed.")
|
128
|
+
obj.created.is_a?(DateTime) != false || raise("Passed value for field obj.created is not the expected type, validation failed.")
|
129
|
+
obj.updated.is_a?(DateTime) != false || raise("Passed value for field obj.updated is not the expected type, validation failed.")
|
130
|
+
end
|
131
|
+
end
|
132
|
+
end
|
133
|
+
end
|