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
@@ -1,59 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "ostruct"
|
4
|
-
require "json"
|
5
|
-
|
6
|
-
module Ittybit
|
7
|
-
class Automations
|
8
|
-
class AutomationsGetResponseError
|
9
|
-
# @return [String]
|
10
|
-
attr_reader :message
|
11
|
-
# @return [OpenStruct] Additional properties unmapped to the current class definition
|
12
|
-
attr_reader :additional_properties
|
13
|
-
# @return [Object]
|
14
|
-
attr_reader :_field_set
|
15
|
-
protected :_field_set
|
16
|
-
|
17
|
-
OMIT = Object.new
|
18
|
-
|
19
|
-
# @param message [String]
|
20
|
-
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
21
|
-
# @return [Ittybit::Automations::AutomationsGetResponseError]
|
22
|
-
def initialize(message: OMIT, additional_properties: nil)
|
23
|
-
@message = message if message != OMIT
|
24
|
-
@additional_properties = additional_properties
|
25
|
-
@_field_set = { "message": message }.reject do |_k, v|
|
26
|
-
v == OMIT
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
# Deserialize a JSON object to an instance of AutomationsGetResponseError
|
31
|
-
#
|
32
|
-
# @param json_object [String]
|
33
|
-
# @return [Ittybit::Automations::AutomationsGetResponseError]
|
34
|
-
def self.from_json(json_object:)
|
35
|
-
struct = JSON.parse(json_object, object_class: OpenStruct)
|
36
|
-
parsed_json = JSON.parse(json_object)
|
37
|
-
message = parsed_json["message"]
|
38
|
-
new(message: message, additional_properties: struct)
|
39
|
-
end
|
40
|
-
|
41
|
-
# Serialize an instance of AutomationsGetResponseError to a JSON object
|
42
|
-
#
|
43
|
-
# @return [String]
|
44
|
-
def to_json(*_args)
|
45
|
-
@_field_set&.to_json
|
46
|
-
end
|
47
|
-
|
48
|
-
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
49
|
-
# hash and check each fields type against the current object's property
|
50
|
-
# definitions.
|
51
|
-
#
|
52
|
-
# @param obj [Object]
|
53
|
-
# @return [Void]
|
54
|
-
def self.validate_raw(obj:)
|
55
|
-
obj.message&.is_a?(String) != false || raise("Passed value for field obj.message is not the expected type, validation failed.")
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
@@ -1,69 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "ostruct"
|
4
|
-
require "json"
|
5
|
-
|
6
|
-
module Ittybit
|
7
|
-
class Automations
|
8
|
-
class AutomationsGetResponseLinks
|
9
|
-
# @return [String]
|
10
|
-
attr_reader :self_
|
11
|
-
# @return [String]
|
12
|
-
attr_reader :parent
|
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 self_ [String]
|
22
|
-
# @param parent [String]
|
23
|
-
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
24
|
-
# @return [Ittybit::Automations::AutomationsGetResponseLinks]
|
25
|
-
def initialize(self_: OMIT, parent: OMIT, additional_properties: nil)
|
26
|
-
@self_ = self_ if self_ != OMIT
|
27
|
-
@parent = parent if parent != OMIT
|
28
|
-
@additional_properties = additional_properties
|
29
|
-
@_field_set = { "self": self_, "parent": parent }.reject do |_k, v|
|
30
|
-
v == OMIT
|
31
|
-
end
|
32
|
-
end
|
33
|
-
|
34
|
-
# Deserialize a JSON object to an instance of AutomationsGetResponseLinks
|
35
|
-
#
|
36
|
-
# @param json_object [String]
|
37
|
-
# @return [Ittybit::Automations::AutomationsGetResponseLinks]
|
38
|
-
def self.from_json(json_object:)
|
39
|
-
struct = JSON.parse(json_object, object_class: OpenStruct)
|
40
|
-
parsed_json = JSON.parse(json_object)
|
41
|
-
self_ = parsed_json["self"]
|
42
|
-
parent = parsed_json["parent"]
|
43
|
-
new(
|
44
|
-
self_: self_,
|
45
|
-
parent: parent,
|
46
|
-
additional_properties: struct
|
47
|
-
)
|
48
|
-
end
|
49
|
-
|
50
|
-
# Serialize an instance of AutomationsGetResponseLinks to a JSON object
|
51
|
-
#
|
52
|
-
# @return [String]
|
53
|
-
def to_json(*_args)
|
54
|
-
@_field_set&.to_json
|
55
|
-
end
|
56
|
-
|
57
|
-
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
58
|
-
# hash and check each fields type against the current object's property
|
59
|
-
# definitions.
|
60
|
-
#
|
61
|
-
# @param obj [Object]
|
62
|
-
# @return [Void]
|
63
|
-
def self.validate_raw(obj:)
|
64
|
-
obj.self_&.is_a?(String) != false || raise("Passed value for field obj.self_ is not the expected type, validation failed.")
|
65
|
-
obj.parent&.is_a?(String) != false || raise("Passed value for field obj.parent is not the expected type, validation failed.")
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
@@ -1,98 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative "automations_get_response_meta_type"
|
4
|
-
require "ostruct"
|
5
|
-
require "json"
|
6
|
-
|
7
|
-
module Ittybit
|
8
|
-
class Automations
|
9
|
-
class AutomationsGetResponseMeta
|
10
|
-
# @return [String]
|
11
|
-
attr_reader :request_id
|
12
|
-
# @return [String]
|
13
|
-
attr_reader :org_id
|
14
|
-
# @return [String]
|
15
|
-
attr_reader :project_id
|
16
|
-
# @return [String]
|
17
|
-
attr_reader :version
|
18
|
-
# @return [Ittybit::Automations::AutomationsGetResponseMetaType]
|
19
|
-
attr_reader :type
|
20
|
-
# @return [OpenStruct] Additional properties unmapped to the current class definition
|
21
|
-
attr_reader :additional_properties
|
22
|
-
# @return [Object]
|
23
|
-
attr_reader :_field_set
|
24
|
-
protected :_field_set
|
25
|
-
|
26
|
-
OMIT = Object.new
|
27
|
-
|
28
|
-
# @param request_id [String]
|
29
|
-
# @param org_id [String]
|
30
|
-
# @param project_id [String]
|
31
|
-
# @param version [String]
|
32
|
-
# @param type [Ittybit::Automations::AutomationsGetResponseMetaType]
|
33
|
-
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
34
|
-
# @return [Ittybit::Automations::AutomationsGetResponseMeta]
|
35
|
-
def initialize(request_id: OMIT, org_id: OMIT, project_id: OMIT, version: OMIT, type: OMIT,
|
36
|
-
additional_properties: nil)
|
37
|
-
@request_id = request_id if request_id != OMIT
|
38
|
-
@org_id = org_id if org_id != OMIT
|
39
|
-
@project_id = project_id if project_id != OMIT
|
40
|
-
@version = version if version != OMIT
|
41
|
-
@type = type if type != OMIT
|
42
|
-
@additional_properties = additional_properties
|
43
|
-
@_field_set = {
|
44
|
-
"request_id": request_id,
|
45
|
-
"org_id": org_id,
|
46
|
-
"project_id": project_id,
|
47
|
-
"version": version,
|
48
|
-
"type": type
|
49
|
-
}.reject do |_k, v|
|
50
|
-
v == OMIT
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
# Deserialize a JSON object to an instance of AutomationsGetResponseMeta
|
55
|
-
#
|
56
|
-
# @param json_object [String]
|
57
|
-
# @return [Ittybit::Automations::AutomationsGetResponseMeta]
|
58
|
-
def self.from_json(json_object:)
|
59
|
-
struct = JSON.parse(json_object, object_class: OpenStruct)
|
60
|
-
parsed_json = JSON.parse(json_object)
|
61
|
-
request_id = parsed_json["request_id"]
|
62
|
-
org_id = parsed_json["org_id"]
|
63
|
-
project_id = parsed_json["project_id"]
|
64
|
-
version = parsed_json["version"]
|
65
|
-
type = parsed_json["type"]
|
66
|
-
new(
|
67
|
-
request_id: request_id,
|
68
|
-
org_id: org_id,
|
69
|
-
project_id: project_id,
|
70
|
-
version: version,
|
71
|
-
type: type,
|
72
|
-
additional_properties: struct
|
73
|
-
)
|
74
|
-
end
|
75
|
-
|
76
|
-
# Serialize an instance of AutomationsGetResponseMeta to a JSON object
|
77
|
-
#
|
78
|
-
# @return [String]
|
79
|
-
def to_json(*_args)
|
80
|
-
@_field_set&.to_json
|
81
|
-
end
|
82
|
-
|
83
|
-
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
84
|
-
# hash and check each fields type against the current object's property
|
85
|
-
# definitions.
|
86
|
-
#
|
87
|
-
# @param obj [Object]
|
88
|
-
# @return [Void]
|
89
|
-
def self.validate_raw(obj:)
|
90
|
-
obj.request_id&.is_a?(String) != false || raise("Passed value for field obj.request_id is not the expected type, validation failed.")
|
91
|
-
obj.org_id&.is_a?(String) != false || raise("Passed value for field obj.org_id is not the expected type, validation failed.")
|
92
|
-
obj.project_id&.is_a?(String) != false || raise("Passed value for field obj.project_id is not the expected type, validation failed.")
|
93
|
-
obj.version&.is_a?(String) != false || raise("Passed value for field obj.version is not the expected type, validation failed.")
|
94
|
-
obj.type&.is_a?(Ittybit::Automations::AutomationsGetResponseMetaType) != false || raise("Passed value for field obj.type is not the expected type, validation failed.")
|
95
|
-
end
|
96
|
-
end
|
97
|
-
end
|
98
|
-
end
|
@@ -1,105 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative "automations_list_response_meta"
|
4
|
-
require_relative "automations_list_response_data_item"
|
5
|
-
require_relative "automations_list_response_error"
|
6
|
-
require_relative "automations_list_response_links"
|
7
|
-
require "ostruct"
|
8
|
-
require "json"
|
9
|
-
|
10
|
-
module Ittybit
|
11
|
-
class Automations
|
12
|
-
class AutomationsListResponse
|
13
|
-
# @return [Ittybit::Automations::AutomationsListResponseMeta]
|
14
|
-
attr_reader :meta
|
15
|
-
# @return [Array<Ittybit::Automations::AutomationsListResponseDataItem>]
|
16
|
-
attr_reader :data
|
17
|
-
# @return [Ittybit::Automations::AutomationsListResponseError]
|
18
|
-
attr_reader :error
|
19
|
-
# @return [Ittybit::Automations::AutomationsListResponseLinks]
|
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::AutomationsListResponseMeta]
|
30
|
-
# @param data [Array<Ittybit::Automations::AutomationsListResponseDataItem>]
|
31
|
-
# @param error [Ittybit::Automations::AutomationsListResponseError]
|
32
|
-
# @param links [Ittybit::Automations::AutomationsListResponseLinks]
|
33
|
-
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
34
|
-
# @return [Ittybit::Automations::AutomationsListResponse]
|
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 AutomationsListResponse
|
47
|
-
#
|
48
|
-
# @param json_object [String]
|
49
|
-
# @return [Ittybit::Automations::AutomationsListResponse]
|
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::AutomationsListResponseMeta.from_json(json_object: meta)
|
58
|
-
end
|
59
|
-
data = parsed_json["data"]&.map do |item|
|
60
|
-
item = item.to_json
|
61
|
-
Ittybit::Automations::AutomationsListResponseDataItem.from_json(json_object: item)
|
62
|
-
end
|
63
|
-
if parsed_json["error"].nil?
|
64
|
-
error = nil
|
65
|
-
else
|
66
|
-
error = parsed_json["error"].to_json
|
67
|
-
error = Ittybit::Automations::AutomationsListResponseError.from_json(json_object: error)
|
68
|
-
end
|
69
|
-
if parsed_json["links"].nil?
|
70
|
-
links = nil
|
71
|
-
else
|
72
|
-
links = parsed_json["links"].to_json
|
73
|
-
links = Ittybit::Automations::AutomationsListResponseLinks.from_json(json_object: links)
|
74
|
-
end
|
75
|
-
new(
|
76
|
-
meta: meta,
|
77
|
-
data: data,
|
78
|
-
error: error,
|
79
|
-
links: links,
|
80
|
-
additional_properties: struct
|
81
|
-
)
|
82
|
-
end
|
83
|
-
|
84
|
-
# Serialize an instance of AutomationsListResponse to a JSON object
|
85
|
-
#
|
86
|
-
# @return [String]
|
87
|
-
def to_json(*_args)
|
88
|
-
@_field_set&.to_json
|
89
|
-
end
|
90
|
-
|
91
|
-
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
92
|
-
# hash and check each fields type against the current object's property
|
93
|
-
# definitions.
|
94
|
-
#
|
95
|
-
# @param obj [Object]
|
96
|
-
# @return [Void]
|
97
|
-
def self.validate_raw(obj:)
|
98
|
-
obj.meta.nil? || Ittybit::Automations::AutomationsListResponseMeta.validate_raw(obj: obj.meta)
|
99
|
-
obj.data&.is_a?(Array) != false || raise("Passed value for field obj.data is not the expected type, validation failed.")
|
100
|
-
obj.error.nil? || Ittybit::Automations::AutomationsListResponseError.validate_raw(obj: obj.error)
|
101
|
-
obj.links.nil? || Ittybit::Automations::AutomationsListResponseLinks.validate_raw(obj: obj.links)
|
102
|
-
end
|
103
|
-
end
|
104
|
-
end
|
105
|
-
end
|
@@ -1,71 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "ostruct"
|
4
|
-
require "json"
|
5
|
-
|
6
|
-
module Ittybit
|
7
|
-
class Automations
|
8
|
-
class AutomationsListResponseDataItemWorkflowItemConditionsNextItem
|
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::AutomationsListResponseDataItemWorkflowItemConditionsNextItem]
|
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
|
-
# AutomationsListResponseDataItemWorkflowItemConditionsNextItem
|
36
|
-
#
|
37
|
-
# @param json_object [String]
|
38
|
-
# @return [Ittybit::Automations::AutomationsListResponseDataItemWorkflowItemConditionsNextItem]
|
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
|
52
|
-
# AutomationsListResponseDataItemWorkflowItemConditionsNextItem to a JSON 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
|
@@ -1,59 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "ostruct"
|
4
|
-
require "json"
|
5
|
-
|
6
|
-
module Ittybit
|
7
|
-
class Automations
|
8
|
-
class AutomationsListResponseError
|
9
|
-
# @return [String]
|
10
|
-
attr_reader :message
|
11
|
-
# @return [OpenStruct] Additional properties unmapped to the current class definition
|
12
|
-
attr_reader :additional_properties
|
13
|
-
# @return [Object]
|
14
|
-
attr_reader :_field_set
|
15
|
-
protected :_field_set
|
16
|
-
|
17
|
-
OMIT = Object.new
|
18
|
-
|
19
|
-
# @param message [String]
|
20
|
-
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
21
|
-
# @return [Ittybit::Automations::AutomationsListResponseError]
|
22
|
-
def initialize(message: OMIT, additional_properties: nil)
|
23
|
-
@message = message if message != OMIT
|
24
|
-
@additional_properties = additional_properties
|
25
|
-
@_field_set = { "message": message }.reject do |_k, v|
|
26
|
-
v == OMIT
|
27
|
-
end
|
28
|
-
end
|
29
|
-
|
30
|
-
# Deserialize a JSON object to an instance of AutomationsListResponseError
|
31
|
-
#
|
32
|
-
# @param json_object [String]
|
33
|
-
# @return [Ittybit::Automations::AutomationsListResponseError]
|
34
|
-
def self.from_json(json_object:)
|
35
|
-
struct = JSON.parse(json_object, object_class: OpenStruct)
|
36
|
-
parsed_json = JSON.parse(json_object)
|
37
|
-
message = parsed_json["message"]
|
38
|
-
new(message: message, additional_properties: struct)
|
39
|
-
end
|
40
|
-
|
41
|
-
# Serialize an instance of AutomationsListResponseError to a JSON object
|
42
|
-
#
|
43
|
-
# @return [String]
|
44
|
-
def to_json(*_args)
|
45
|
-
@_field_set&.to_json
|
46
|
-
end
|
47
|
-
|
48
|
-
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
49
|
-
# hash and check each fields type against the current object's property
|
50
|
-
# definitions.
|
51
|
-
#
|
52
|
-
# @param obj [Object]
|
53
|
-
# @return [Void]
|
54
|
-
def self.validate_raw(obj:)
|
55
|
-
obj.message&.is_a?(String) != false || raise("Passed value for field obj.message is not the expected type, validation failed.")
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
59
|
-
end
|
@@ -1,90 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require "ostruct"
|
4
|
-
require "json"
|
5
|
-
|
6
|
-
module Ittybit
|
7
|
-
class Automations
|
8
|
-
class AutomationsListResponseLinks
|
9
|
-
# @return [String]
|
10
|
-
attr_reader :self_
|
11
|
-
# @return [String]
|
12
|
-
attr_reader :first
|
13
|
-
# @return [String]
|
14
|
-
attr_reader :next_
|
15
|
-
# @return [String]
|
16
|
-
attr_reader :prev
|
17
|
-
# @return [String]
|
18
|
-
attr_reader :last
|
19
|
-
# @return [OpenStruct] Additional properties unmapped to the current class definition
|
20
|
-
attr_reader :additional_properties
|
21
|
-
# @return [Object]
|
22
|
-
attr_reader :_field_set
|
23
|
-
protected :_field_set
|
24
|
-
|
25
|
-
OMIT = Object.new
|
26
|
-
|
27
|
-
# @param self_ [String]
|
28
|
-
# @param first [String]
|
29
|
-
# @param next_ [String]
|
30
|
-
# @param prev [String]
|
31
|
-
# @param last [String]
|
32
|
-
# @param additional_properties [OpenStruct] Additional properties unmapped to the current class definition
|
33
|
-
# @return [Ittybit::Automations::AutomationsListResponseLinks]
|
34
|
-
def initialize(self_: OMIT, first: OMIT, next_: OMIT, prev: OMIT, last: OMIT, additional_properties: nil)
|
35
|
-
@self_ = self_ if self_ != OMIT
|
36
|
-
@first = first if first != OMIT
|
37
|
-
@next_ = next_ if next_ != OMIT
|
38
|
-
@prev = prev if prev != OMIT
|
39
|
-
@last = last if last != OMIT
|
40
|
-
@additional_properties = additional_properties
|
41
|
-
@_field_set = { "self": self_, "first": first, "next": next_, "prev": prev, "last": last }.reject do |_k, v|
|
42
|
-
v == OMIT
|
43
|
-
end
|
44
|
-
end
|
45
|
-
|
46
|
-
# Deserialize a JSON object to an instance of AutomationsListResponseLinks
|
47
|
-
#
|
48
|
-
# @param json_object [String]
|
49
|
-
# @return [Ittybit::Automations::AutomationsListResponseLinks]
|
50
|
-
def self.from_json(json_object:)
|
51
|
-
struct = JSON.parse(json_object, object_class: OpenStruct)
|
52
|
-
parsed_json = JSON.parse(json_object)
|
53
|
-
self_ = parsed_json["self"]
|
54
|
-
first = parsed_json["first"]
|
55
|
-
next_ = parsed_json["next"]
|
56
|
-
prev = parsed_json["prev"]
|
57
|
-
last = parsed_json["last"]
|
58
|
-
new(
|
59
|
-
self_: self_,
|
60
|
-
first: first,
|
61
|
-
next_: next_,
|
62
|
-
prev: prev,
|
63
|
-
last: last,
|
64
|
-
additional_properties: struct
|
65
|
-
)
|
66
|
-
end
|
67
|
-
|
68
|
-
# Serialize an instance of AutomationsListResponseLinks to a JSON object
|
69
|
-
#
|
70
|
-
# @return [String]
|
71
|
-
def to_json(*_args)
|
72
|
-
@_field_set&.to_json
|
73
|
-
end
|
74
|
-
|
75
|
-
# Leveraged for Union-type generation, validate_raw attempts to parse the given
|
76
|
-
# hash and check each fields type against the current object's property
|
77
|
-
# definitions.
|
78
|
-
#
|
79
|
-
# @param obj [Object]
|
80
|
-
# @return [Void]
|
81
|
-
def self.validate_raw(obj:)
|
82
|
-
obj.self_&.is_a?(String) != false || raise("Passed value for field obj.self_ is not the expected type, validation failed.")
|
83
|
-
obj.first&.is_a?(String) != false || raise("Passed value for field obj.first is not the expected type, validation failed.")
|
84
|
-
obj.next_&.is_a?(String) != false || raise("Passed value for field obj.next_ is not the expected type, validation failed.")
|
85
|
-
obj.prev&.is_a?(String) != false || raise("Passed value for field obj.prev is not the expected type, validation failed.")
|
86
|
-
obj.last&.is_a?(String) != false || raise("Passed value for field obj.last is not the expected type, validation failed.")
|
87
|
-
end
|
88
|
-
end
|
89
|
-
end
|
90
|
-
end
|