ittybit 0.9.0 → 1.0.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 +46 -29
- data/lib/ittybit/automations/types/automations_create_response.rb +77 -51
- data/lib/ittybit/automations/types/{automations_get_response_data_status.rb → automations_create_response_status.rb} +1 -1
- data/lib/ittybit/automations/types/{automations_create_response_data_trigger.rb → automations_create_response_trigger.rb} +5 -5
- data/lib/ittybit/automations/types/{automations_create_response_data_workflow_item.rb → automations_create_response_workflow_item.rb} +11 -11
- data/lib/ittybit/automations/types/{automations_create_response_data_workflow_item_conditions.rb → automations_create_response_workflow_item_conditions.rb} +14 -14
- data/lib/ittybit/automations/types/{automations_create_response_data_workflow_item_conditions_conditions_item.rb → automations_create_response_workflow_item_conditions_conditions_item.rb} +5 -6
- data/lib/ittybit/automations/types/{automations_create_response_data_workflow_item_conditions_next_item.rb → automations_create_response_workflow_item_conditions_next_item.rb} +6 -6
- data/lib/ittybit/automations/types/{automations_create_response_data_workflow_item_ref.rb → automations_create_response_workflow_item_ref.rb} +13 -13
- data/lib/ittybit/automations/types/{automations_get_response_data_workflow_item_ref_kind.rb → automations_create_response_workflow_item_ref_kind.rb} +1 -1
- data/lib/ittybit/automations/types/{automations_create_response_data_workflow_item_ref_next_item.rb → automations_create_response_workflow_item_ref_next_item.rb} +6 -6
- data/lib/ittybit/automations/types/automations_delete_response.rb +9 -57
- data/lib/ittybit/automations/types/automations_get_response.rb +77 -51
- data/lib/ittybit/automations/types/{automations_update_response_data_status.rb → automations_get_response_status.rb} +1 -1
- data/lib/ittybit/automations/types/{automations_get_response_data_trigger.rb → automations_get_response_trigger.rb} +5 -5
- data/lib/ittybit/automations/types/{automations_get_response_data_workflow_item.rb → automations_get_response_workflow_item.rb} +11 -12
- data/lib/ittybit/automations/types/{automations_get_response_data_workflow_item_conditions.rb → automations_get_response_workflow_item_conditions.rb} +14 -14
- data/lib/ittybit/automations/types/{automations_list_response_data_item_workflow_item_conditions_conditions_item.rb → automations_get_response_workflow_item_conditions_conditions_item.rb} +5 -6
- data/lib/ittybit/automations/types/{automations_list_response_data_item_workflow_item_ref_next_item.rb → automations_get_response_workflow_item_conditions_next_item.rb} +6 -6
- data/lib/ittybit/automations/types/{automations_get_response_data_workflow_item_ref.rb → automations_get_response_workflow_item_ref.rb} +13 -14
- data/lib/ittybit/automations/types/{automations_create_response_data_workflow_item_ref_kind.rb → automations_get_response_workflow_item_ref_kind.rb} +1 -1
- data/lib/ittybit/automations/types/automations_get_response_workflow_item_ref_next_item.rb +71 -0
- data/lib/ittybit/automations/types/{automations_list_response_data_item.rb → automations_list_response_item.rb} +18 -18
- data/lib/ittybit/automations/types/{automations_create_response_data_status.rb → automations_list_response_item_status.rb} +1 -1
- data/lib/ittybit/automations/types/{automations_list_response_data_item_trigger.rb → automations_list_response_item_trigger.rb} +5 -6
- data/lib/ittybit/automations/types/{automations_list_response_data_item_workflow_item.rb → automations_list_response_item_workflow_item.rb} +11 -11
- data/lib/ittybit/automations/types/{automations_list_response_data_item_workflow_item_conditions.rb → automations_list_response_item_workflow_item_conditions.rb} +14 -14
- data/lib/ittybit/automations/types/{automations_get_response_data_workflow_item_conditions_conditions_item.rb → automations_list_response_item_workflow_item_conditions_conditions_item.rb} +5 -5
- data/lib/ittybit/automations/types/{automations_get_response_data_workflow_item_conditions_next_item.rb → automations_list_response_item_workflow_item_conditions_next_item.rb} +5 -5
- data/lib/ittybit/automations/types/{automations_list_response_data_item_workflow_item_ref.rb → automations_list_response_item_workflow_item_ref.rb} +14 -14
- data/lib/ittybit/automations/types/{automations_update_response_data_workflow_item_ref_kind.rb → automations_list_response_item_workflow_item_ref_kind.rb} +1 -1
- data/lib/ittybit/automations/types/{automations_get_response_data_workflow_item_ref_next_item.rb → automations_list_response_item_workflow_item_ref_next_item.rb} +5 -5
- data/lib/ittybit/automations/types/automations_update_response.rb +77 -51
- data/lib/ittybit/automations/types/{automations_list_response_data_item_status.rb → automations_update_response_status.rb} +1 -1
- data/lib/ittybit/automations/types/{automations_update_response_data_trigger.rb → automations_update_response_trigger.rb} +5 -5
- data/lib/ittybit/automations/types/{automations_update_response_data_workflow_item.rb → automations_update_response_workflow_item.rb} +11 -11
- data/lib/ittybit/automations/types/{automations_update_response_data_workflow_item_conditions.rb → automations_update_response_workflow_item_conditions.rb} +14 -14
- data/lib/ittybit/automations/types/{automations_update_response_data_workflow_item_conditions_conditions_item.rb → automations_update_response_workflow_item_conditions_conditions_item.rb} +5 -6
- data/lib/ittybit/automations/types/{automations_update_response_data_workflow_item_conditions_next_item.rb → automations_update_response_workflow_item_conditions_next_item.rb} +6 -6
- data/lib/ittybit/automations/types/{automations_update_response_data_workflow_item_ref.rb → automations_update_response_workflow_item_ref.rb} +13 -13
- data/lib/ittybit/automations/types/{automations_list_response_data_item_workflow_item_ref_kind.rb → automations_update_response_workflow_item_ref_kind.rb} +1 -1
- data/lib/ittybit/automations/types/{automations_update_response_data_workflow_item_ref_next_item.rb → automations_update_response_workflow_item_ref_next_item.rb} +6 -6
- data/lib/ittybit/files/client.rb +56 -37
- data/lib/ittybit/files/types/files_create_response.rb +264 -54
- data/lib/ittybit/files/types/{files_get_response_data_kind.rb → files_create_response_kind.rb} +1 -1
- data/lib/ittybit/files/types/{files_get_response_data_object.rb → files_create_response_object.rb} +1 -1
- data/lib/ittybit/files/types/{files_get_response_data_status.rb → files_create_response_status.rb} +1 -1
- data/lib/ittybit/files/types/files_delete_response.rb +9 -57
- data/lib/ittybit/files/types/files_get_response.rb +264 -54
- data/lib/ittybit/files/types/{files_create_response_data_kind.rb → files_get_response_kind.rb} +1 -1
- data/lib/ittybit/files/types/{files_create_response_data_object.rb → files_get_response_object.rb} +1 -1
- data/lib/ittybit/files/types/{files_create_response_data_status.rb → files_get_response_status.rb} +1 -1
- data/lib/ittybit/files/types/{files_get_response_data.rb → files_list_response_item.rb} +17 -17
- data/lib/ittybit/files/types/{files_update_response_data_kind.rb → files_list_response_item_kind.rb} +1 -1
- data/lib/ittybit/files/types/{files_update_response_data_object.rb → files_list_response_item_object.rb} +1 -1
- data/lib/ittybit/files/types/{files_update_response_data_status.rb → files_list_response_item_status.rb} +1 -1
- data/lib/ittybit/files/types/files_update_response.rb +264 -54
- data/lib/ittybit/files/types/{files_list_response_data_item_kind.rb → files_update_response_kind.rb} +1 -1
- data/lib/ittybit/files/types/{files_list_response_data_item_object.rb → files_update_response_object.rb} +1 -1
- data/lib/ittybit/files/types/{files_list_response_data_item_status.rb → files_update_response_status.rb} +1 -1
- data/lib/ittybit/media/client.rb +57 -38
- data/lib/ittybit/media/types/media_create_response.rb +121 -53
- data/lib/ittybit/media/types/{media_create_response_data_files_item.rb → media_create_response_files_item.rb} +21 -21
- data/lib/ittybit/media/types/{media_get_response_data_files_item_kind.rb → media_create_response_files_item_kind.rb} +1 -1
- data/lib/ittybit/media/types/{media_get_response_data_files_item_object.rb → media_create_response_files_item_object.rb} +1 -1
- data/lib/ittybit/media/types/{media_get_response_data_files_item_orientation.rb → media_create_response_files_item_orientation.rb} +1 -1
- data/lib/ittybit/media/types/{media_get_response_data_files_item_status.rb → media_create_response_files_item_status.rb} +1 -1
- data/lib/ittybit/media/types/{media_get_response_data_kind.rb → media_create_response_kind.rb} +1 -1
- data/lib/ittybit/media/types/media_delete_response.rb +9 -57
- data/lib/ittybit/media/types/media_get_response.rb +121 -53
- data/lib/ittybit/media/types/{media_get_response_data_files_item.rb → media_get_response_files_item.rb} +21 -21
- data/lib/ittybit/media/types/media_get_response_files_item_kind.rb +11 -0
- data/lib/ittybit/media/types/{media_create_response_data_files_item_object.rb → media_get_response_files_item_object.rb} +1 -1
- data/lib/ittybit/media/types/{media_update_response_data_files_item_orientation.rb → media_get_response_files_item_orientation.rb} +1 -1
- data/lib/ittybit/media/types/{media_create_response_data_files_item_status.rb → media_get_response_files_item_status.rb} +1 -1
- data/lib/ittybit/media/types/{media_create_response_data_kind.rb → media_get_response_kind.rb} +1 -1
- data/lib/ittybit/media/types/media_update_response.rb +121 -53
- data/lib/ittybit/media/types/{media_update_response_data_files_item.rb → media_update_response_files_item.rb} +21 -21
- data/lib/ittybit/media/types/media_update_response_files_item_kind.rb +11 -0
- data/lib/ittybit/media/types/{media_update_response_data_files_item_object.rb → media_update_response_files_item_object.rb} +1 -1
- data/lib/ittybit/media/types/{media_create_response_data_files_item_orientation.rb → media_update_response_files_item_orientation.rb} +1 -1
- data/lib/ittybit/media/types/{media_update_response_data_files_item_status.rb → media_update_response_files_item_status.rb} +1 -1
- data/lib/ittybit/media/types/{media_update_response_data_kind.rb → media_update_response_kind.rb} +1 -1
- data/lib/ittybit/signatures/client.rb +8 -6
- data/lib/ittybit/signatures/types/signatures_create_response.rb +59 -54
- data/lib/ittybit/tasks/client.rb +38 -91
- data/lib/ittybit/tasks/types/tasks_create_response.rb +128 -49
- data/lib/ittybit/tasks/types/{tasks_get_response_data_kind.rb → tasks_create_response_kind.rb} +1 -1
- data/lib/ittybit/tasks/types/{tasks_create_response_data_results.rb → tasks_create_response_results.rb} +5 -5
- data/lib/ittybit/tasks/types/{tasks_get_response_data_status.rb → tasks_create_response_status.rb} +1 -1
- data/lib/ittybit/tasks/types/tasks_get_response.rb +128 -49
- data/lib/ittybit/tasks/types/{tasks_create_response_data_kind.rb → tasks_get_response_kind.rb} +1 -1
- data/lib/ittybit/tasks/types/{tasks_get_response_data_results.rb → tasks_get_response_results.rb} +5 -5
- data/lib/ittybit/tasks/types/{tasks_create_response_data_status.rb → tasks_get_response_status.rb} +1 -1
- data/lib/ittybit/tasks/types/{tasks_list_response_data_item.rb → tasks_list_response_item.rb} +18 -18
- data/lib/ittybit/tasks/types/{tasks_list_response_data_item_kind.rb → tasks_list_response_item_kind.rb} +1 -1
- data/lib/ittybit/tasks/types/{tasks_list_response_data_item_results.rb → tasks_list_response_item_results.rb} +5 -5
- data/lib/ittybit/tasks/types/{tasks_list_response_data_item_status.rb → tasks_list_response_item_status.rb} +1 -1
- data/lib/ittybit/types/automation_list_response.rb +2 -98
- data/lib/ittybit/types/{automation_list_response_data_item.rb → automation_list_response_item.rb} +18 -18
- data/lib/ittybit/types/{automation_list_response_data_item_status.rb → automation_list_response_item_status.rb} +1 -1
- data/lib/ittybit/types/{automation_list_response_data_item_trigger.rb → automation_list_response_item_trigger.rb} +5 -6
- data/lib/ittybit/types/{automation_list_response_data_item_workflow_item.rb → automation_list_response_item_workflow_item.rb} +11 -11
- data/lib/ittybit/types/{automation_list_response_data_item_workflow_item_conditions.rb → automation_list_response_item_workflow_item_conditions.rb} +14 -14
- data/lib/ittybit/types/{automation_response_data_workflow_item_conditions_conditions_item.rb → automation_list_response_item_workflow_item_conditions_conditions_item.rb} +5 -5
- data/lib/ittybit/types/{automation_list_response_data_item_workflow_item_conditions_next_item.rb → automation_list_response_item_workflow_item_conditions_next_item.rb} +5 -5
- data/lib/ittybit/types/{automation_response_data_workflow_item_ref.rb → automation_list_response_item_workflow_item_ref.rb} +14 -13
- data/lib/ittybit/types/{automation_list_response_data_item_workflow_item_ref_kind.rb → automation_list_response_item_workflow_item_ref_kind.rb} +1 -1
- data/lib/ittybit/types/{automation_response_data_workflow_item_conditions_next_item.rb → automation_list_response_item_workflow_item_ref_next_item.rb} +6 -6
- data/lib/ittybit/types/automation_response.rb +77 -51
- data/lib/ittybit/types/{automation_response_data_status.rb → automation_response_status.rb} +1 -1
- data/lib/ittybit/types/{automation_response_data_trigger.rb → automation_response_trigger.rb} +5 -5
- data/lib/ittybit/types/{automation_response_data_workflow_item.rb → automation_response_workflow_item.rb} +11 -11
- data/lib/ittybit/types/{automation_response_data_workflow_item_conditions.rb → automation_response_workflow_item_conditions.rb} +13 -13
- data/lib/ittybit/types/{automation_list_response_data_item_workflow_item_conditions_conditions_item.rb → automation_response_workflow_item_conditions_conditions_item.rb} +6 -7
- data/lib/ittybit/types/{automation_list_response_data_item_workflow_item_ref_next_item.rb → automation_response_workflow_item_conditions_next_item.rb} +6 -6
- data/lib/ittybit/types/{automation_list_response_data_item_workflow_item_ref.rb → automation_response_workflow_item_ref.rb} +13 -15
- data/lib/ittybit/types/{automation_response_data_workflow_item_ref_kind.rb → automation_response_workflow_item_ref_kind.rb} +1 -1
- data/lib/ittybit/types/{automation_response_data_workflow_item_ref_next_item.rb → automation_response_workflow_item_ref_next_item.rb} +5 -5
- data/lib/ittybit/types/confirmation_response.rb +9 -57
- data/lib/ittybit/types/file_list_response.rb +2 -98
- data/lib/ittybit/types/{file_response_data.rb → file_list_response_item.rb} +17 -17
- data/lib/ittybit/types/{file_list_response_data_item_kind.rb → file_list_response_item_kind.rb} +1 -1
- data/lib/ittybit/types/{file_list_response_data_item_object.rb → file_list_response_item_object.rb} +1 -1
- data/lib/ittybit/types/{file_list_response_data_item_status.rb → file_list_response_item_status.rb} +1 -1
- data/lib/ittybit/types/file_response.rb +264 -54
- data/lib/ittybit/types/{file_response_data_kind.rb → file_response_kind.rb} +1 -1
- data/lib/ittybit/types/{file_response_data_object.rb → file_response_object.rb} +1 -1
- data/lib/ittybit/types/{file_response_data_status.rb → file_response_status.rb} +1 -1
- data/lib/ittybit/types/links.rb +1 -63
- data/lib/ittybit/types/media_list_response.rb +2 -98
- data/lib/ittybit/types/{media_list_response_data_item.rb → media_list_response_item.rb} +13 -13
- data/lib/ittybit/types/{media_list_response_data_item_files_item.rb → media_list_response_item_files_item.rb} +21 -21
- data/lib/ittybit/types/{media_response_data_files_item_kind.rb → media_list_response_item_files_item_kind.rb} +1 -1
- data/lib/ittybit/types/{media_list_response_data_item_files_item_object.rb → media_list_response_item_files_item_object.rb} +1 -1
- data/lib/ittybit/types/{media_list_response_data_item_files_item_orientation.rb → media_list_response_item_files_item_orientation.rb} +1 -1
- data/lib/ittybit/types/{media_list_response_data_item_files_item_status.rb → media_list_response_item_files_item_status.rb} +1 -1
- data/lib/ittybit/types/{media_list_response_data_item_kind.rb → media_list_response_item_kind.rb} +1 -1
- data/lib/ittybit/types/media_response.rb +121 -53
- data/lib/ittybit/types/{media_response_data_files_item.rb → media_response_files_item.rb} +21 -21
- data/lib/ittybit/types/media_response_files_item_kind.rb +9 -0
- data/lib/ittybit/types/{media_response_data_files_item_object.rb → media_response_files_item_object.rb} +1 -1
- data/lib/ittybit/types/{media_response_data_files_item_orientation.rb → media_response_files_item_orientation.rb} +1 -1
- data/lib/ittybit/types/{media_response_data_files_item_status.rb → media_response_files_item_status.rb} +1 -1
- data/lib/ittybit/types/{media_response_data_kind.rb → media_response_kind.rb} +1 -1
- data/lib/ittybit/types/signature_response.rb +59 -54
- data/lib/ittybit/types/task_list_response.rb +2 -98
- data/lib/ittybit/types/{task_list_response_data_item.rb → task_list_response_item.rb} +18 -18
- data/lib/ittybit/types/{task_list_response_data_item_kind.rb → task_list_response_item_kind.rb} +1 -1
- data/lib/ittybit/types/{task_list_response_data_item_results.rb → task_list_response_item_results.rb} +5 -5
- data/lib/ittybit/types/{task_list_response_data_item_status.rb → task_list_response_item_status.rb} +1 -1
- data/lib/ittybit/types/task_response.rb +128 -49
- data/lib/ittybit/types/{task_response_data_kind.rb → task_response_kind.rb} +1 -1
- data/lib/ittybit/types/{task_response_data_results.rb → task_response_results.rb} +5 -5
- data/lib/ittybit/types/{task_response_data_status.rb → task_response_status.rb} +1 -1
- data/lib/requests.rb +2 -2
- data/lib/types_export.rb +128 -267
- metadata +126 -265
- data/lib/ittybit/automations/types/automations_create_response_data.rb +0 -133
- data/lib/ittybit/automations/types/automations_create_response_error.rb +0 -59
- data/lib/ittybit/automations/types/automations_create_response_links.rb +0 -69
- data/lib/ittybit/automations/types/automations_create_response_meta.rb +0 -98
- data/lib/ittybit/automations/types/automations_create_response_meta_type.rb +0 -10
- data/lib/ittybit/automations/types/automations_delete_response_data.rb +0 -59
- data/lib/ittybit/automations/types/automations_delete_response_error.rb +0 -59
- data/lib/ittybit/automations/types/automations_delete_response_links.rb +0 -69
- data/lib/ittybit/automations/types/automations_delete_response_meta.rb +0 -98
- data/lib/ittybit/automations/types/automations_delete_response_meta_type.rb +0 -10
- data/lib/ittybit/automations/types/automations_get_response_data.rb +0 -133
- data/lib/ittybit/automations/types/automations_get_response_error.rb +0 -59
- data/lib/ittybit/automations/types/automations_get_response_links.rb +0 -69
- data/lib/ittybit/automations/types/automations_get_response_meta.rb +0 -98
- data/lib/ittybit/automations/types/automations_get_response_meta_type.rb +0 -10
- data/lib/ittybit/automations/types/automations_list_response.rb +0 -105
- data/lib/ittybit/automations/types/automations_list_response_data_item_workflow_item_conditions_next_item.rb +0 -71
- data/lib/ittybit/automations/types/automations_list_response_error.rb +0 -59
- data/lib/ittybit/automations/types/automations_list_response_links.rb +0 -90
- data/lib/ittybit/automations/types/automations_list_response_meta.rb +0 -130
- data/lib/ittybit/automations/types/automations_list_response_meta_type.rb +0 -10
- data/lib/ittybit/automations/types/automations_update_response_data.rb +0 -133
- data/lib/ittybit/automations/types/automations_update_response_error.rb +0 -59
- data/lib/ittybit/automations/types/automations_update_response_links.rb +0 -69
- data/lib/ittybit/automations/types/automations_update_response_meta.rb +0 -98
- data/lib/ittybit/automations/types/automations_update_response_meta_type.rb +0 -10
- data/lib/ittybit/files/types/files_create_response_data.rb +0 -317
- data/lib/ittybit/files/types/files_create_response_error.rb +0 -59
- data/lib/ittybit/files/types/files_create_response_links.rb +0 -69
- data/lib/ittybit/files/types/files_create_response_meta.rb +0 -98
- data/lib/ittybit/files/types/files_create_response_meta_type.rb +0 -10
- data/lib/ittybit/files/types/files_delete_response_data.rb +0 -59
- data/lib/ittybit/files/types/files_delete_response_error.rb +0 -59
- data/lib/ittybit/files/types/files_delete_response_links.rb +0 -69
- data/lib/ittybit/files/types/files_delete_response_meta.rb +0 -98
- data/lib/ittybit/files/types/files_delete_response_meta_type.rb +0 -10
- data/lib/ittybit/files/types/files_get_response_error.rb +0 -59
- data/lib/ittybit/files/types/files_get_response_links.rb +0 -69
- data/lib/ittybit/files/types/files_get_response_meta.rb +0 -98
- data/lib/ittybit/files/types/files_get_response_meta_type.rb +0 -10
- data/lib/ittybit/files/types/files_list_response.rb +0 -105
- data/lib/ittybit/files/types/files_list_response_data_item.rb +0 -317
- data/lib/ittybit/files/types/files_list_response_error.rb +0 -59
- data/lib/ittybit/files/types/files_list_response_links.rb +0 -90
- data/lib/ittybit/files/types/files_list_response_meta.rb +0 -130
- data/lib/ittybit/files/types/files_list_response_meta_type.rb +0 -10
- data/lib/ittybit/files/types/files_update_response_data.rb +0 -317
- data/lib/ittybit/files/types/files_update_response_error.rb +0 -59
- data/lib/ittybit/files/types/files_update_response_links.rb +0 -69
- data/lib/ittybit/files/types/files_update_response_meta.rb +0 -98
- data/lib/ittybit/files/types/files_update_response_meta_type.rb +0 -10
- data/lib/ittybit/media/types/media_create_response_data.rb +0 -175
- data/lib/ittybit/media/types/media_create_response_data_files_item_kind.rb +0 -11
- data/lib/ittybit/media/types/media_create_response_error.rb +0 -59
- data/lib/ittybit/media/types/media_create_response_links.rb +0 -69
- data/lib/ittybit/media/types/media_create_response_meta.rb +0 -98
- data/lib/ittybit/media/types/media_create_response_meta_type.rb +0 -10
- data/lib/ittybit/media/types/media_delete_response_data.rb +0 -59
- data/lib/ittybit/media/types/media_delete_response_error.rb +0 -59
- data/lib/ittybit/media/types/media_delete_response_links.rb +0 -69
- data/lib/ittybit/media/types/media_delete_response_meta.rb +0 -98
- data/lib/ittybit/media/types/media_delete_response_meta_type.rb +0 -10
- data/lib/ittybit/media/types/media_get_response_data.rb +0 -175
- data/lib/ittybit/media/types/media_get_response_error.rb +0 -59
- data/lib/ittybit/media/types/media_get_response_links.rb +0 -69
- data/lib/ittybit/media/types/media_get_response_meta.rb +0 -98
- data/lib/ittybit/media/types/media_get_response_meta_type.rb +0 -10
- data/lib/ittybit/media/types/media_update_response_data.rb +0 -175
- data/lib/ittybit/media/types/media_update_response_data_files_item_kind.rb +0 -11
- data/lib/ittybit/media/types/media_update_response_error.rb +0 -59
- data/lib/ittybit/media/types/media_update_response_links.rb +0 -69
- data/lib/ittybit/media/types/media_update_response_meta.rb +0 -98
- data/lib/ittybit/media/types/media_update_response_meta_type.rb +0 -10
- data/lib/ittybit/signatures/types/signatures_create_response_data.rb +0 -112
- data/lib/ittybit/signatures/types/signatures_create_response_error.rb +0 -59
- data/lib/ittybit/signatures/types/signatures_create_response_links.rb +0 -69
- data/lib/ittybit/signatures/types/signatures_create_response_meta.rb +0 -98
- data/lib/ittybit/signatures/types/signatures_create_response_meta_type.rb +0 -10
- data/lib/ittybit/tasks/types/tasks_create_response_data.rb +0 -186
- data/lib/ittybit/tasks/types/tasks_create_response_error.rb +0 -59
- data/lib/ittybit/tasks/types/tasks_create_response_links.rb +0 -69
- data/lib/ittybit/tasks/types/tasks_create_response_meta.rb +0 -98
- data/lib/ittybit/tasks/types/tasks_create_response_meta_type.rb +0 -10
- data/lib/ittybit/tasks/types/tasks_get_response_data.rb +0 -186
- data/lib/ittybit/tasks/types/tasks_get_response_error.rb +0 -59
- data/lib/ittybit/tasks/types/tasks_get_response_links.rb +0 -69
- data/lib/ittybit/tasks/types/tasks_get_response_meta.rb +0 -98
- data/lib/ittybit/tasks/types/tasks_get_response_meta_type.rb +0 -10
- data/lib/ittybit/tasks/types/tasks_list_response.rb +0 -105
- data/lib/ittybit/tasks/types/tasks_list_response_error.rb +0 -59
- data/lib/ittybit/tasks/types/tasks_list_response_links.rb +0 -90
- data/lib/ittybit/tasks/types/tasks_list_response_meta.rb +0 -130
- data/lib/ittybit/tasks/types/tasks_list_response_meta_type.rb +0 -10
- data/lib/ittybit/types/automation_list_response_error.rb +0 -57
- data/lib/ittybit/types/automation_list_response_links.rb +0 -88
- data/lib/ittybit/types/automation_list_response_meta.rb +0 -128
- data/lib/ittybit/types/automation_list_response_meta_type.rb +0 -8
- data/lib/ittybit/types/automation_response_data.rb +0 -131
- data/lib/ittybit/types/automation_response_error.rb +0 -57
- data/lib/ittybit/types/automation_response_links.rb +0 -67
- data/lib/ittybit/types/automation_response_meta.rb +0 -96
- data/lib/ittybit/types/automation_response_meta_type.rb +0 -8
- data/lib/ittybit/types/confirmation_response_data.rb +0 -57
- data/lib/ittybit/types/confirmation_response_error.rb +0 -57
- data/lib/ittybit/types/confirmation_response_links.rb +0 -67
- data/lib/ittybit/types/confirmation_response_meta.rb +0 -96
- data/lib/ittybit/types/confirmation_response_meta_type.rb +0 -8
- data/lib/ittybit/types/file_list_response_data_item.rb +0 -315
- data/lib/ittybit/types/file_list_response_error.rb +0 -57
- data/lib/ittybit/types/file_list_response_links.rb +0 -88
- data/lib/ittybit/types/file_list_response_meta.rb +0 -128
- data/lib/ittybit/types/file_list_response_meta_type.rb +0 -8
- data/lib/ittybit/types/file_response_error.rb +0 -57
- data/lib/ittybit/types/file_response_links.rb +0 -67
- data/lib/ittybit/types/file_response_meta.rb +0 -96
- data/lib/ittybit/types/file_response_meta_type.rb +0 -8
- data/lib/ittybit/types/links_list.rb +0 -88
- data/lib/ittybit/types/media_list_response_data_item_files_item_kind.rb +0 -9
- data/lib/ittybit/types/media_list_response_error.rb +0 -57
- data/lib/ittybit/types/media_list_response_links.rb +0 -88
- data/lib/ittybit/types/media_list_response_meta.rb +0 -128
- data/lib/ittybit/types/media_list_response_meta_type.rb +0 -8
- data/lib/ittybit/types/media_response_data.rb +0 -173
- data/lib/ittybit/types/media_response_error.rb +0 -57
- data/lib/ittybit/types/media_response_links.rb +0 -67
- data/lib/ittybit/types/media_response_meta.rb +0 -96
- data/lib/ittybit/types/media_response_meta_type.rb +0 -8
- data/lib/ittybit/types/meta_list.rb +0 -128
- data/lib/ittybit/types/meta_list_type.rb +0 -8
- data/lib/ittybit/types/signature_response_data.rb +0 -110
- data/lib/ittybit/types/signature_response_error.rb +0 -57
- data/lib/ittybit/types/signature_response_links.rb +0 -67
- data/lib/ittybit/types/signature_response_meta.rb +0 -96
- data/lib/ittybit/types/signature_response_meta_type.rb +0 -8
- data/lib/ittybit/types/task_list_response_error.rb +0 -57
- data/lib/ittybit/types/task_list_response_links.rb +0 -88
- data/lib/ittybit/types/task_list_response_meta.rb +0 -128
- data/lib/ittybit/types/task_list_response_meta_type.rb +0 -8
- data/lib/ittybit/types/task_response_data.rb +0 -184
- data/lib/ittybit/types/task_response_error.rb +0 -57
- data/lib/ittybit/types/task_response_links.rb +0 -67
- data/lib/ittybit/types/task_response_meta.rb +0 -96
- data/lib/ittybit/types/task_response_meta_type.rb +0 -8
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: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ''
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async-http-faraday
|
@@ -106,230 +106,131 @@ files:
|
|
106
106
|
- lib/ittybit/automations/types/automations_create_request_workflow_item_kind.rb
|
107
107
|
- lib/ittybit/automations/types/automations_create_request_workflow_item_next_item.rb
|
108
108
|
- lib/ittybit/automations/types/automations_create_response.rb
|
109
|
-
- lib/ittybit/automations/types/
|
110
|
-
- lib/ittybit/automations/types/
|
111
|
-
- lib/ittybit/automations/types/
|
112
|
-
- lib/ittybit/automations/types/
|
113
|
-
- lib/ittybit/automations/types/
|
114
|
-
- lib/ittybit/automations/types/
|
115
|
-
- lib/ittybit/automations/types/
|
116
|
-
- lib/ittybit/automations/types/
|
117
|
-
- lib/ittybit/automations/types/
|
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
|
109
|
+
- lib/ittybit/automations/types/automations_create_response_status.rb
|
110
|
+
- lib/ittybit/automations/types/automations_create_response_trigger.rb
|
111
|
+
- lib/ittybit/automations/types/automations_create_response_workflow_item.rb
|
112
|
+
- lib/ittybit/automations/types/automations_create_response_workflow_item_conditions.rb
|
113
|
+
- lib/ittybit/automations/types/automations_create_response_workflow_item_conditions_conditions_item.rb
|
114
|
+
- lib/ittybit/automations/types/automations_create_response_workflow_item_conditions_next_item.rb
|
115
|
+
- lib/ittybit/automations/types/automations_create_response_workflow_item_ref.rb
|
116
|
+
- lib/ittybit/automations/types/automations_create_response_workflow_item_ref_kind.rb
|
117
|
+
- lib/ittybit/automations/types/automations_create_response_workflow_item_ref_next_item.rb
|
123
118
|
- 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
119
|
- lib/ittybit/automations/types/automations_get_response.rb
|
130
|
-
- lib/ittybit/automations/types/
|
131
|
-
- lib/ittybit/automations/types/
|
132
|
-
- lib/ittybit/automations/types/
|
133
|
-
- lib/ittybit/automations/types/
|
134
|
-
- lib/ittybit/automations/types/
|
135
|
-
- lib/ittybit/automations/types/
|
136
|
-
- lib/ittybit/automations/types/
|
137
|
-
- lib/ittybit/automations/types/
|
138
|
-
- lib/ittybit/automations/types/
|
139
|
-
- lib/ittybit/automations/types/
|
140
|
-
- lib/ittybit/automations/types/
|
141
|
-
- lib/ittybit/automations/types/
|
142
|
-
- lib/ittybit/automations/types/
|
143
|
-
- lib/ittybit/automations/types/
|
144
|
-
- lib/ittybit/automations/types/
|
145
|
-
- lib/ittybit/automations/types/
|
146
|
-
- lib/ittybit/automations/types/
|
147
|
-
- lib/ittybit/automations/types/
|
148
|
-
- lib/ittybit/automations/types/
|
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
|
120
|
+
- lib/ittybit/automations/types/automations_get_response_status.rb
|
121
|
+
- lib/ittybit/automations/types/automations_get_response_trigger.rb
|
122
|
+
- lib/ittybit/automations/types/automations_get_response_workflow_item.rb
|
123
|
+
- lib/ittybit/automations/types/automations_get_response_workflow_item_conditions.rb
|
124
|
+
- lib/ittybit/automations/types/automations_get_response_workflow_item_conditions_conditions_item.rb
|
125
|
+
- lib/ittybit/automations/types/automations_get_response_workflow_item_conditions_next_item.rb
|
126
|
+
- lib/ittybit/automations/types/automations_get_response_workflow_item_ref.rb
|
127
|
+
- lib/ittybit/automations/types/automations_get_response_workflow_item_ref_kind.rb
|
128
|
+
- lib/ittybit/automations/types/automations_get_response_workflow_item_ref_next_item.rb
|
129
|
+
- lib/ittybit/automations/types/automations_list_response_item.rb
|
130
|
+
- lib/ittybit/automations/types/automations_list_response_item_status.rb
|
131
|
+
- lib/ittybit/automations/types/automations_list_response_item_trigger.rb
|
132
|
+
- lib/ittybit/automations/types/automations_list_response_item_workflow_item.rb
|
133
|
+
- lib/ittybit/automations/types/automations_list_response_item_workflow_item_conditions.rb
|
134
|
+
- lib/ittybit/automations/types/automations_list_response_item_workflow_item_conditions_conditions_item.rb
|
135
|
+
- lib/ittybit/automations/types/automations_list_response_item_workflow_item_conditions_next_item.rb
|
136
|
+
- lib/ittybit/automations/types/automations_list_response_item_workflow_item_ref.rb
|
137
|
+
- lib/ittybit/automations/types/automations_list_response_item_workflow_item_ref_kind.rb
|
138
|
+
- lib/ittybit/automations/types/automations_list_response_item_workflow_item_ref_next_item.rb
|
159
139
|
- lib/ittybit/automations/types/automations_update_request_status.rb
|
160
140
|
- lib/ittybit/automations/types/automations_update_request_trigger.rb
|
161
141
|
- lib/ittybit/automations/types/automations_update_request_workflow_item.rb
|
162
142
|
- lib/ittybit/automations/types/automations_update_request_workflow_item_kind.rb
|
163
143
|
- lib/ittybit/automations/types/automations_update_request_workflow_item_next_item.rb
|
164
144
|
- lib/ittybit/automations/types/automations_update_response.rb
|
165
|
-
- lib/ittybit/automations/types/
|
166
|
-
- lib/ittybit/automations/types/
|
167
|
-
- lib/ittybit/automations/types/
|
168
|
-
- lib/ittybit/automations/types/
|
169
|
-
- lib/ittybit/automations/types/
|
170
|
-
- lib/ittybit/automations/types/
|
171
|
-
- lib/ittybit/automations/types/
|
172
|
-
- lib/ittybit/automations/types/
|
173
|
-
- lib/ittybit/automations/types/
|
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
|
145
|
+
- lib/ittybit/automations/types/automations_update_response_status.rb
|
146
|
+
- lib/ittybit/automations/types/automations_update_response_trigger.rb
|
147
|
+
- lib/ittybit/automations/types/automations_update_response_workflow_item.rb
|
148
|
+
- lib/ittybit/automations/types/automations_update_response_workflow_item_conditions.rb
|
149
|
+
- lib/ittybit/automations/types/automations_update_response_workflow_item_conditions_conditions_item.rb
|
150
|
+
- lib/ittybit/automations/types/automations_update_response_workflow_item_conditions_next_item.rb
|
151
|
+
- lib/ittybit/automations/types/automations_update_response_workflow_item_ref.rb
|
152
|
+
- lib/ittybit/automations/types/automations_update_response_workflow_item_ref_kind.rb
|
153
|
+
- lib/ittybit/automations/types/automations_update_response_workflow_item_ref_next_item.rb
|
179
154
|
- lib/ittybit/files/client.rb
|
180
155
|
- lib/ittybit/files/types/files_create_response.rb
|
181
|
-
- lib/ittybit/files/types/
|
182
|
-
- lib/ittybit/files/types/
|
183
|
-
- lib/ittybit/files/types/
|
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
|
156
|
+
- lib/ittybit/files/types/files_create_response_kind.rb
|
157
|
+
- lib/ittybit/files/types/files_create_response_object.rb
|
158
|
+
- lib/ittybit/files/types/files_create_response_status.rb
|
189
159
|
- 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
160
|
- lib/ittybit/files/types/files_get_response.rb
|
196
|
-
- lib/ittybit/files/types/
|
197
|
-
- lib/ittybit/files/types/
|
198
|
-
- lib/ittybit/files/types/
|
199
|
-
- lib/ittybit/files/types/
|
200
|
-
- lib/ittybit/files/types/
|
201
|
-
- lib/ittybit/files/types/
|
202
|
-
- lib/ittybit/files/types/
|
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
|
161
|
+
- lib/ittybit/files/types/files_get_response_kind.rb
|
162
|
+
- lib/ittybit/files/types/files_get_response_object.rb
|
163
|
+
- lib/ittybit/files/types/files_get_response_status.rb
|
164
|
+
- lib/ittybit/files/types/files_list_response_item.rb
|
165
|
+
- lib/ittybit/files/types/files_list_response_item_kind.rb
|
166
|
+
- lib/ittybit/files/types/files_list_response_item_object.rb
|
167
|
+
- lib/ittybit/files/types/files_list_response_item_status.rb
|
213
168
|
- lib/ittybit/files/types/files_update_response.rb
|
214
|
-
- lib/ittybit/files/types/
|
215
|
-
- lib/ittybit/files/types/
|
216
|
-
- lib/ittybit/files/types/
|
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
|
169
|
+
- lib/ittybit/files/types/files_update_response_kind.rb
|
170
|
+
- lib/ittybit/files/types/files_update_response_object.rb
|
171
|
+
- lib/ittybit/files/types/files_update_response_status.rb
|
222
172
|
- lib/ittybit/media/client.rb
|
223
173
|
- lib/ittybit/media/types/media_create_response.rb
|
224
|
-
- lib/ittybit/media/types/
|
225
|
-
- lib/ittybit/media/types/
|
226
|
-
- lib/ittybit/media/types/
|
227
|
-
- lib/ittybit/media/types/
|
228
|
-
- lib/ittybit/media/types/
|
229
|
-
- lib/ittybit/media/types/
|
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
|
174
|
+
- lib/ittybit/media/types/media_create_response_files_item.rb
|
175
|
+
- lib/ittybit/media/types/media_create_response_files_item_kind.rb
|
176
|
+
- lib/ittybit/media/types/media_create_response_files_item_object.rb
|
177
|
+
- lib/ittybit/media/types/media_create_response_files_item_orientation.rb
|
178
|
+
- lib/ittybit/media/types/media_create_response_files_item_status.rb
|
179
|
+
- lib/ittybit/media/types/media_create_response_kind.rb
|
235
180
|
- 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
181
|
- lib/ittybit/media/types/media_get_response.rb
|
242
|
-
- lib/ittybit/media/types/
|
243
|
-
- lib/ittybit/media/types/
|
244
|
-
- lib/ittybit/media/types/
|
245
|
-
- lib/ittybit/media/types/
|
246
|
-
- lib/ittybit/media/types/
|
247
|
-
- lib/ittybit/media/types/
|
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
|
182
|
+
- lib/ittybit/media/types/media_get_response_files_item.rb
|
183
|
+
- lib/ittybit/media/types/media_get_response_files_item_kind.rb
|
184
|
+
- lib/ittybit/media/types/media_get_response_files_item_object.rb
|
185
|
+
- lib/ittybit/media/types/media_get_response_files_item_orientation.rb
|
186
|
+
- lib/ittybit/media/types/media_get_response_files_item_status.rb
|
187
|
+
- lib/ittybit/media/types/media_get_response_kind.rb
|
253
188
|
- lib/ittybit/media/types/media_update_response.rb
|
254
|
-
- lib/ittybit/media/types/
|
255
|
-
- lib/ittybit/media/types/
|
256
|
-
- lib/ittybit/media/types/
|
257
|
-
- lib/ittybit/media/types/
|
258
|
-
- lib/ittybit/media/types/
|
259
|
-
- lib/ittybit/media/types/
|
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
|
189
|
+
- lib/ittybit/media/types/media_update_response_files_item.rb
|
190
|
+
- lib/ittybit/media/types/media_update_response_files_item_kind.rb
|
191
|
+
- lib/ittybit/media/types/media_update_response_files_item_object.rb
|
192
|
+
- lib/ittybit/media/types/media_update_response_files_item_orientation.rb
|
193
|
+
- lib/ittybit/media/types/media_update_response_files_item_status.rb
|
194
|
+
- lib/ittybit/media/types/media_update_response_kind.rb
|
265
195
|
- lib/ittybit/signatures/client.rb
|
266
196
|
- lib/ittybit/signatures/types/signatures_create_request_method.rb
|
267
197
|
- 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
|
273
198
|
- lib/ittybit/tasks/client.rb
|
274
199
|
- lib/ittybit/tasks/types/tasks_create_response.rb
|
275
|
-
- lib/ittybit/tasks/types/
|
276
|
-
- lib/ittybit/tasks/types/
|
277
|
-
- lib/ittybit/tasks/types/
|
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
|
200
|
+
- lib/ittybit/tasks/types/tasks_create_response_kind.rb
|
201
|
+
- lib/ittybit/tasks/types/tasks_create_response_results.rb
|
202
|
+
- lib/ittybit/tasks/types/tasks_create_response_status.rb
|
283
203
|
- lib/ittybit/tasks/types/tasks_get_response.rb
|
284
|
-
- lib/ittybit/tasks/types/
|
285
|
-
- lib/ittybit/tasks/types/
|
286
|
-
- lib/ittybit/tasks/types/
|
287
|
-
- lib/ittybit/tasks/types/
|
288
|
-
- lib/ittybit/tasks/types/
|
289
|
-
- lib/ittybit/tasks/types/
|
290
|
-
- lib/ittybit/tasks/types/
|
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
|
204
|
+
- lib/ittybit/tasks/types/tasks_get_response_kind.rb
|
205
|
+
- lib/ittybit/tasks/types/tasks_get_response_results.rb
|
206
|
+
- lib/ittybit/tasks/types/tasks_get_response_status.rb
|
207
|
+
- lib/ittybit/tasks/types/tasks_list_response_item.rb
|
208
|
+
- lib/ittybit/tasks/types/tasks_list_response_item_kind.rb
|
209
|
+
- lib/ittybit/tasks/types/tasks_list_response_item_results.rb
|
210
|
+
- lib/ittybit/tasks/types/tasks_list_response_item_status.rb
|
301
211
|
- lib/ittybit/types/api_response_base.rb
|
302
212
|
- lib/ittybit/types/automation.rb
|
303
213
|
- lib/ittybit/types/automation_list_response.rb
|
304
|
-
- lib/ittybit/types/
|
305
|
-
- lib/ittybit/types/
|
306
|
-
- lib/ittybit/types/
|
307
|
-
- lib/ittybit/types/
|
308
|
-
- lib/ittybit/types/
|
309
|
-
- lib/ittybit/types/
|
310
|
-
- lib/ittybit/types/
|
311
|
-
- lib/ittybit/types/
|
312
|
-
- lib/ittybit/types/
|
313
|
-
- lib/ittybit/types/
|
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
|
214
|
+
- lib/ittybit/types/automation_list_response_item.rb
|
215
|
+
- lib/ittybit/types/automation_list_response_item_status.rb
|
216
|
+
- lib/ittybit/types/automation_list_response_item_trigger.rb
|
217
|
+
- lib/ittybit/types/automation_list_response_item_workflow_item.rb
|
218
|
+
- lib/ittybit/types/automation_list_response_item_workflow_item_conditions.rb
|
219
|
+
- lib/ittybit/types/automation_list_response_item_workflow_item_conditions_conditions_item.rb
|
220
|
+
- lib/ittybit/types/automation_list_response_item_workflow_item_conditions_next_item.rb
|
221
|
+
- lib/ittybit/types/automation_list_response_item_workflow_item_ref.rb
|
222
|
+
- lib/ittybit/types/automation_list_response_item_workflow_item_ref_kind.rb
|
223
|
+
- lib/ittybit/types/automation_list_response_item_workflow_item_ref_next_item.rb
|
318
224
|
- lib/ittybit/types/automation_response.rb
|
319
|
-
- lib/ittybit/types/
|
320
|
-
- lib/ittybit/types/
|
321
|
-
- lib/ittybit/types/
|
322
|
-
- lib/ittybit/types/
|
323
|
-
- lib/ittybit/types/
|
324
|
-
- lib/ittybit/types/
|
325
|
-
- lib/ittybit/types/
|
326
|
-
- lib/ittybit/types/
|
327
|
-
- lib/ittybit/types/
|
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
|
225
|
+
- lib/ittybit/types/automation_response_status.rb
|
226
|
+
- lib/ittybit/types/automation_response_trigger.rb
|
227
|
+
- lib/ittybit/types/automation_response_workflow_item.rb
|
228
|
+
- lib/ittybit/types/automation_response_workflow_item_conditions.rb
|
229
|
+
- lib/ittybit/types/automation_response_workflow_item_conditions_conditions_item.rb
|
230
|
+
- lib/ittybit/types/automation_response_workflow_item_conditions_next_item.rb
|
231
|
+
- lib/ittybit/types/automation_response_workflow_item_ref.rb
|
232
|
+
- lib/ittybit/types/automation_response_workflow_item_ref_kind.rb
|
233
|
+
- lib/ittybit/types/automation_response_workflow_item_ref_next_item.rb
|
333
234
|
- lib/ittybit/types/automation_status.rb
|
334
235
|
- lib/ittybit/types/automation_trigger.rb
|
335
236
|
- lib/ittybit/types/automation_workflow_item.rb
|
@@ -344,38 +245,23 @@ files:
|
|
344
245
|
- lib/ittybit/types/conditions_task_step_next_item.rb
|
345
246
|
- lib/ittybit/types/confirmation.rb
|
346
247
|
- 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
248
|
- lib/ittybit/types/created_by.rb
|
353
249
|
- lib/ittybit/types/error.rb
|
354
250
|
- lib/ittybit/types/file.rb
|
355
251
|
- lib/ittybit/types/file_kind.rb
|
356
252
|
- lib/ittybit/types/file_list_response.rb
|
357
|
-
- lib/ittybit/types/
|
358
|
-
- lib/ittybit/types/
|
359
|
-
- lib/ittybit/types/
|
360
|
-
- lib/ittybit/types/
|
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
|
253
|
+
- lib/ittybit/types/file_list_response_item.rb
|
254
|
+
- lib/ittybit/types/file_list_response_item_kind.rb
|
255
|
+
- lib/ittybit/types/file_list_response_item_object.rb
|
256
|
+
- lib/ittybit/types/file_list_response_item_status.rb
|
365
257
|
- lib/ittybit/types/file_object.rb
|
366
258
|
- lib/ittybit/types/file_response.rb
|
367
|
-
- lib/ittybit/types/
|
368
|
-
- lib/ittybit/types/
|
369
|
-
- lib/ittybit/types/
|
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
|
259
|
+
- lib/ittybit/types/file_response_kind.rb
|
260
|
+
- lib/ittybit/types/file_response_object.rb
|
261
|
+
- lib/ittybit/types/file_response_status.rb
|
375
262
|
- lib/ittybit/types/file_status.rb
|
376
263
|
- lib/ittybit/types/kind.rb
|
377
264
|
- lib/ittybit/types/links.rb
|
378
|
-
- lib/ittybit/types/links_list.rb
|
379
265
|
- lib/ittybit/types/media.rb
|
380
266
|
- lib/ittybit/types/media_files_item.rb
|
381
267
|
- lib/ittybit/types/media_files_item_kind.rb
|
@@ -384,67 +270,42 @@ files:
|
|
384
270
|
- lib/ittybit/types/media_files_item_status.rb
|
385
271
|
- lib/ittybit/types/media_kind.rb
|
386
272
|
- lib/ittybit/types/media_list_response.rb
|
387
|
-
- lib/ittybit/types/
|
388
|
-
- lib/ittybit/types/
|
389
|
-
- lib/ittybit/types/
|
390
|
-
- lib/ittybit/types/
|
391
|
-
- lib/ittybit/types/
|
392
|
-
- lib/ittybit/types/
|
393
|
-
- lib/ittybit/types/
|
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
|
273
|
+
- lib/ittybit/types/media_list_response_item.rb
|
274
|
+
- lib/ittybit/types/media_list_response_item_files_item.rb
|
275
|
+
- lib/ittybit/types/media_list_response_item_files_item_kind.rb
|
276
|
+
- lib/ittybit/types/media_list_response_item_files_item_object.rb
|
277
|
+
- lib/ittybit/types/media_list_response_item_files_item_orientation.rb
|
278
|
+
- lib/ittybit/types/media_list_response_item_files_item_status.rb
|
279
|
+
- lib/ittybit/types/media_list_response_item_kind.rb
|
398
280
|
- lib/ittybit/types/media_response.rb
|
399
|
-
- lib/ittybit/types/
|
400
|
-
- lib/ittybit/types/
|
401
|
-
- lib/ittybit/types/
|
402
|
-
- lib/ittybit/types/
|
403
|
-
- lib/ittybit/types/
|
404
|
-
- lib/ittybit/types/
|
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
|
281
|
+
- lib/ittybit/types/media_response_files_item.rb
|
282
|
+
- lib/ittybit/types/media_response_files_item_kind.rb
|
283
|
+
- lib/ittybit/types/media_response_files_item_object.rb
|
284
|
+
- lib/ittybit/types/media_response_files_item_orientation.rb
|
285
|
+
- lib/ittybit/types/media_response_files_item_status.rb
|
286
|
+
- lib/ittybit/types/media_response_kind.rb
|
410
287
|
- lib/ittybit/types/media_source.rb
|
411
288
|
- lib/ittybit/types/media_source_kind.rb
|
412
289
|
- lib/ittybit/types/media_source_object.rb
|
413
290
|
- lib/ittybit/types/media_source_orientation.rb
|
414
291
|
- lib/ittybit/types/media_source_status.rb
|
415
292
|
- lib/ittybit/types/meta.rb
|
416
|
-
- lib/ittybit/types/meta_list.rb
|
417
|
-
- lib/ittybit/types/meta_list_type.rb
|
418
293
|
- lib/ittybit/types/parent_id.rb
|
419
294
|
- lib/ittybit/types/progress.rb
|
420
295
|
- lib/ittybit/types/signature.rb
|
421
296
|
- 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
297
|
- lib/ittybit/types/status.rb
|
428
298
|
- lib/ittybit/types/task.rb
|
429
299
|
- lib/ittybit/types/task_kind.rb
|
430
300
|
- lib/ittybit/types/task_list_response.rb
|
431
|
-
- lib/ittybit/types/
|
432
|
-
- lib/ittybit/types/
|
433
|
-
- lib/ittybit/types/
|
434
|
-
- lib/ittybit/types/
|
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
|
301
|
+
- lib/ittybit/types/task_list_response_item.rb
|
302
|
+
- lib/ittybit/types/task_list_response_item_kind.rb
|
303
|
+
- lib/ittybit/types/task_list_response_item_results.rb
|
304
|
+
- lib/ittybit/types/task_list_response_item_status.rb
|
439
305
|
- lib/ittybit/types/task_response.rb
|
440
|
-
- lib/ittybit/types/
|
441
|
-
- lib/ittybit/types/
|
442
|
-
- lib/ittybit/types/
|
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
|
306
|
+
- lib/ittybit/types/task_response_kind.rb
|
307
|
+
- lib/ittybit/types/task_response_results.rb
|
308
|
+
- lib/ittybit/types/task_response_status.rb
|
448
309
|
- lib/ittybit/types/task_results.rb
|
449
310
|
- lib/ittybit/types/task_status.rb
|
450
311
|
- lib/ittybit/types/task_summary.rb
|
@@ -1,133 +0,0 @@
|
|
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
|