shortcut_client_ruby 0.0.4 → 0.1.2
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/Gemfile.lock +74 -0
- data/README.md +31 -1986
- data/Rakefile +2 -0
- data/bin/update.rb +8 -4
- data/config.json +2 -1
- data/docs/BasicWorkspaceInfo.md +16 -4
- data/docs/Branch.md +34 -13
- data/docs/Category.md +30 -11
- data/docs/Commit.md +38 -15
- data/docs/CreateCategory.md +20 -6
- data/docs/CreateCategoryParams.md +18 -5
- data/docs/CreateCommentComment.md +22 -7
- data/docs/CreateEntityTemplate.md +18 -5
- data/docs/CreateEpic.md +46 -19
- data/docs/CreateEpicComment.md +22 -7
- data/docs/CreateGroup.md +28 -10
- data/docs/CreateIteration.md +26 -9
- data/docs/CreateLabelParams.md +20 -6
- data/docs/CreateLinkedFile.md +30 -11
- data/docs/CreateMilestone.md +24 -8
- data/docs/CreateOrDeleteStoryReaction.md +14 -3
- data/docs/CreateProject.md +34 -13
- data/docs/CreateStories.md +14 -3
- data/docs/CreateStoryComment.md +22 -7
- data/docs/CreateStoryCommentParams.md +22 -7
- data/docs/CreateStoryContents.md +54 -23
- data/docs/CreateStoryLink.md +18 -5
- data/docs/CreateStoryLinkParams.md +18 -5
- data/docs/CreateStoryParams.md +66 -29
- data/docs/CreateTask.md +24 -8
- data/docs/CreateTaskParams.md +24 -8
- data/docs/DefaultApi.md +3569 -1641
- data/docs/DeleteStories.md +14 -3
- data/docs/EntityTemplate.md +28 -10
- data/docs/EntityTemplateTask.md +20 -6
- data/docs/Epic.md +88 -40
- data/docs/EpicSearchResults.md +20 -6
- data/docs/EpicSlim.md +86 -39
- data/docs/EpicState.md +30 -11
- data/docs/EpicStats.md +38 -15
- data/docs/EpicWorkflow.md +24 -8
- data/docs/GetEpicStories.md +14 -3
- data/docs/GetExternalLinkStoriesParams.md +14 -3
- data/docs/GetIterationStories.md +14 -3
- data/docs/GetLabelStories.md +14 -3
- data/docs/GetMember.md +14 -3
- data/docs/GetProjectStories.md +14 -3
- data/docs/Group.md +44 -18
- data/docs/History.md +30 -11
- data/docs/HistoryActionBranchCreate.md +22 -7
- data/docs/HistoryActionBranchMerge.md +22 -7
- data/docs/HistoryActionBranchPush.md +22 -7
- data/docs/HistoryActionLabelCreate.md +22 -7
- data/docs/HistoryActionLabelDelete.md +20 -6
- data/docs/HistoryActionLabelUpdate.md +18 -5
- data/docs/HistoryActionProjectUpdate.md +22 -7
- data/docs/HistoryActionPullRequest.md +24 -8
- data/docs/HistoryActionStoryCommentCreate.md +24 -8
- data/docs/HistoryActionStoryCreate.md +60 -26
- data/docs/HistoryActionStoryDelete.md +22 -7
- data/docs/HistoryActionStoryLinkCreate.md +24 -8
- data/docs/HistoryActionStoryLinkDelete.md +24 -8
- data/docs/HistoryActionStoryLinkUpdate.md +26 -9
- data/docs/HistoryActionStoryUpdate.md +26 -9
- data/docs/HistoryActionTaskCreate.md +30 -11
- data/docs/HistoryActionTaskDelete.md +20 -6
- data/docs/HistoryActionTaskUpdate.md +26 -9
- data/docs/HistoryChangesStory.md +60 -26
- data/docs/HistoryChangesStoryLink.md +18 -5
- data/docs/HistoryChangesTask.md +20 -6
- data/docs/HistoryReferenceBranch.md +20 -6
- data/docs/HistoryReferenceCommit.md +20 -6
- data/docs/HistoryReferenceEpic.md +20 -6
- data/docs/HistoryReferenceGeneral.md +18 -5
- data/docs/HistoryReferenceGroup.md +18 -5
- data/docs/HistoryReferenceIteration.md +20 -6
- data/docs/HistoryReferenceLabel.md +20 -6
- data/docs/HistoryReferenceProject.md +20 -6
- data/docs/HistoryReferenceStory.md +22 -7
- data/docs/HistoryReferenceStoryTask.md +18 -5
- data/docs/HistoryReferenceWorkflowState.md +20 -6
- data/docs/Icon.md +22 -7
- data/docs/Identity.md +18 -5
- data/docs/Iteration.md +48 -20
- data/docs/IterationSlim.md +46 -19
- data/docs/IterationStats.md +34 -13
- data/docs/Label.md +34 -13
- data/docs/LabelSlim.md +32 -12
- data/docs/LabelStats.md +42 -17
- data/docs/LinkedFile.md +44 -18
- data/docs/ListEpics.md +14 -3
- data/docs/ListGroupStories.md +16 -4
- data/docs/ListLabels.md +14 -3
- data/docs/ListMembers.md +14 -3
- data/docs/MaxSearchResultsExceededError.md +18 -5
- data/docs/Member.md +34 -13
- data/docs/MemberInfo.md +20 -6
- data/docs/Milestone.md +46 -19
- data/docs/MilestoneStats.md +18 -5
- data/docs/Profile.md +30 -11
- data/docs/Project.md +50 -21
- data/docs/ProjectStats.md +18 -5
- data/docs/PullRequest.md +56 -24
- data/docs/PullRequestLabel.md +22 -7
- data/docs/Repository.md +30 -11
- data/docs/Search.md +20 -6
- data/docs/SearchResults.md +16 -4
- data/docs/SearchStories.md +68 -30
- data/docs/Story.md +112 -52
- data/docs/StoryComment.md +40 -16
- data/docs/StoryContents.md +50 -21
- data/docs/StoryContentsTask.md +22 -7
- data/docs/StoryHistoryChangeAddsRemovesInt.md +16 -4
- data/docs/StoryHistoryChangeAddsRemovesUuid.md +16 -4
- data/docs/StoryHistoryChangeOldNewBool.md +16 -4
- data/docs/StoryHistoryChangeOldNewInt.md +16 -4
- data/docs/StoryHistoryChangeOldNewStr.md +16 -4
- data/docs/StoryHistoryChangeOldNewUuid.md +16 -4
- data/docs/StoryLink.md +28 -10
- data/docs/StoryReaction.md +16 -4
- data/docs/StorySearchResults.md +20 -6
- data/docs/StorySlim.md +108 -50
- data/docs/StoryStats.md +14 -3
- data/docs/Task.md +40 -16
- data/docs/ThreadedComment.md +38 -15
- data/docs/TypedStoryLink.md +30 -11
- data/docs/UnusableEntitlementError.md +18 -5
- data/docs/UpdateCategory.md +18 -5
- data/docs/UpdateComment.md +14 -3
- data/docs/UpdateEntityTemplate.md +16 -4
- data/docs/UpdateEpic.md +46 -19
- data/docs/UpdateFile.md +24 -8
- data/docs/UpdateGroup.md +30 -11
- data/docs/UpdateIteration.md +26 -9
- data/docs/UpdateLabel.md +20 -6
- data/docs/UpdateLinkedFile.md +28 -10
- data/docs/UpdateMilestone.md +28 -10
- data/docs/UpdateProject.md +30 -11
- data/docs/UpdateStories.md +54 -23
- data/docs/UpdateStory.md +64 -28
- data/docs/UpdateStoryComment.md +14 -3
- data/docs/UpdateStoryContents.md +54 -23
- data/docs/UpdateStoryLink.md +18 -5
- data/docs/UpdateTask.md +22 -7
- data/docs/UploadedFile.md +46 -19
- data/docs/Workflow.md +34 -13
- data/docs/WorkflowState.md +36 -14
- data/git_push.sh +11 -9
- data/lib/shortcut_client_ruby/api/default_api.rb +2119 -1248
- data/lib/shortcut_client_ruby/api_client.rb +143 -106
- data/lib/shortcut_client_ruby/api_error.rb +4 -4
- data/lib/shortcut_client_ruby/configuration.rb +163 -32
- data/lib/shortcut_client_ruby/models/basic_workspace_info.rb +26 -13
- data/lib/shortcut_client_ruby/models/branch.rb +35 -42
- data/lib/shortcut_client_ruby/models/category.rb +57 -28
- data/lib/shortcut_client_ruby/models/commit.rb +37 -44
- data/lib/shortcut_client_ruby/models/create_category.rb +90 -17
- data/lib/shortcut_client_ruby/models/create_category_params.rb +87 -14
- data/lib/shortcut_client_ruby/models/create_comment_comment.rb +57 -16
- data/lib/shortcut_client_ruby/models/create_entity_template.rb +46 -14
- data/lib/shortcut_client_ruby/models/create_epic.rb +86 -30
- data/lib/shortcut_client_ruby/models/create_epic_comment.rb +57 -16
- data/lib/shortcut_client_ruby/models/create_group.rb +104 -21
- data/lib/shortcut_client_ruby/models/create_iteration.rb +103 -18
- data/lib/shortcut_client_ruby/models/create_label_params.rb +97 -15
- data/lib/shortcut_client_ruby/models/create_linked_file.rb +110 -22
- data/lib/shortcut_client_ruby/models/create_milestone.rb +75 -19
- data/lib/shortcut_client_ruby/models/create_or_delete_story_reaction.rb +25 -12
- data/lib/shortcut_client_ruby/models/create_project.rb +104 -22
- data/lib/shortcut_client_ruby/models/create_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/create_story_comment.rb +48 -16
- data/lib/shortcut_client_ruby/models/create_story_comment_params.rb +48 -16
- data/lib/shortcut_client_ruby/models/create_story_contents.rb +57 -32
- data/lib/shortcut_client_ruby/models/create_story_link.rb +29 -16
- data/lib/shortcut_client_ruby/models/create_story_link_params.rb +29 -16
- data/lib/shortcut_client_ruby/models/create_story_params.rb +120 -40
- data/lib/shortcut_client_ruby/models/create_task.rb +30 -17
- data/lib/shortcut_client_ruby/models/create_task_params.rb +30 -17
- data/lib/shortcut_client_ruby/models/delete_stories.rb +35 -12
- data/lib/shortcut_client_ruby/models/entity_template.rb +32 -19
- data/lib/shortcut_client_ruby/models/entity_template_task.rb +28 -15
- data/lib/shortcut_client_ruby/models/epic.rb +62 -124
- data/lib/shortcut_client_ruby/models/epic_search_results.rb +28 -20
- data/lib/shortcut_client_ruby/models/epic_slim.rb +61 -123
- data/lib/shortcut_client_ruby/models/epic_state.rb +59 -20
- data/lib/shortcut_client_ruby/models/epic_stats.rb +37 -29
- data/lib/shortcut_client_ruby/models/epic_workflow.rb +30 -17
- data/lib/shortcut_client_ruby/models/get_epic_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/get_external_link_stories_params.rb +55 -12
- data/lib/shortcut_client_ruby/models/get_iteration_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/get_label_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/get_member.rb +25 -12
- data/lib/shortcut_client_ruby/models/get_project_stories.rb +25 -12
- data/lib/shortcut_client_ruby/models/group.rb +96 -37
- data/lib/shortcut_client_ruby/models/history.rb +35 -22
- data/lib/shortcut_client_ruby/models/history_action_branch_create.rb +31 -18
- data/lib/shortcut_client_ruby/models/history_action_branch_merge.rb +31 -18
- data/lib/shortcut_client_ruby/models/history_action_branch_push.rb +31 -18
- data/lib/shortcut_client_ruby/models/history_action_label_create.rb +61 -18
- data/lib/shortcut_client_ruby/models/history_action_label_delete.rb +30 -17
- data/lib/shortcut_client_ruby/models/history_action_label_update.rb +29 -16
- data/lib/shortcut_client_ruby/models/history_action_project_update.rb +61 -18
- data/lib/shortcut_client_ruby/models/history_action_pull_request.rb +62 -19
- data/lib/shortcut_client_ruby/models/history_action_story_comment_create.rb +62 -19
- data/lib/shortcut_client_ruby/models/history_action_story_create.rb +82 -39
- data/lib/shortcut_client_ruby/models/history_action_story_delete.rb +33 -20
- data/lib/shortcut_client_ruby/models/history_action_story_link_create.rb +34 -21
- data/lib/shortcut_client_ruby/models/history_action_story_link_delete.rb +34 -31
- data/lib/shortcut_client_ruby/models/history_action_story_link_update.rb +35 -22
- data/lib/shortcut_client_ruby/models/history_action_story_update.rb +65 -22
- data/lib/shortcut_client_ruby/models/history_action_task_create.rb +35 -22
- data/lib/shortcut_client_ruby/models/history_action_task_delete.rb +30 -17
- data/lib/shortcut_client_ruby/models/history_action_task_update.rb +33 -20
- data/lib/shortcut_client_ruby/models/history_changes_story.rb +48 -35
- data/lib/shortcut_client_ruby/models/history_changes_story_link.rb +27 -14
- data/lib/shortcut_client_ruby/models/history_changes_task.rb +28 -15
- data/lib/shortcut_client_ruby/models/history_reference_branch.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_commit.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_epic.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_general.rb +27 -14
- data/lib/shortcut_client_ruby/models/history_reference_group.rb +27 -14
- data/lib/shortcut_client_ruby/models/history_reference_iteration.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_label.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_project.rb +58 -15
- data/lib/shortcut_client_ruby/models/history_reference_story.rb +61 -18
- data/lib/shortcut_client_ruby/models/history_reference_story_task.rb +27 -14
- data/lib/shortcut_client_ruby/models/history_reference_workflow_state.rb +30 -17
- data/lib/shortcut_client_ruby/models/icon.rb +29 -16
- data/lib/shortcut_client_ruby/models/identity.rb +27 -24
- data/lib/shortcut_client_ruby/models/iteration.rb +42 -29
- data/lib/shortcut_client_ruby/models/iteration_slim.rb +41 -28
- data/lib/shortcut_client_ruby/models/iteration_stats.rb +35 -22
- data/lib/shortcut_client_ruby/models/label.rb +59 -45
- data/lib/shortcut_client_ruby/models/label_slim.rb +58 -44
- data/lib/shortcut_client_ruby/models/label_stats.rb +39 -26
- data/lib/shortcut_client_ruby/models/linked_file.rb +40 -47
- data/lib/shortcut_client_ruby/models/list_epics.rb +25 -12
- data/lib/shortcut_client_ruby/models/list_group_stories.rb +26 -13
- data/lib/shortcut_client_ruby/models/list_labels.rb +25 -12
- data/lib/shortcut_client_ruby/models/list_members.rb +25 -12
- data/lib/shortcut_client_ruby/models/max_search_results_exceeded_error.rb +31 -18
- data/lib/shortcut_client_ruby/models/member.rb +37 -34
- data/lib/shortcut_client_ruby/models/member_info.rb +28 -15
- data/lib/shortcut_client_ruby/models/milestone.rb +41 -48
- data/lib/shortcut_client_ruby/models/milestone_stats.rb +27 -14
- data/lib/shortcut_client_ruby/models/profile.rb +33 -35
- data/lib/shortcut_client_ruby/models/project.rb +67 -58
- data/lib/shortcut_client_ruby/models/project_stats.rb +27 -14
- data/lib/shortcut_client_ruby/models/pull_request.rb +46 -43
- data/lib/shortcut_client_ruby/models/pull_request_label.rb +59 -16
- data/lib/shortcut_client_ruby/models/repository.rb +33 -55
- data/lib/shortcut_client_ruby/models/search.rb +49 -17
- data/lib/shortcut_client_ruby/models/search_results.rb +26 -13
- data/lib/shortcut_client_ruby/models/search_stories.rb +105 -41
- data/lib/shortcut_client_ruby/models/story.rb +74 -131
- data/lib/shortcut_client_ruby/models/story_comment.rb +38 -40
- data/lib/shortcut_client_ruby/models/story_contents.rb +43 -30
- data/lib/shortcut_client_ruby/models/story_contents_task.rb +29 -16
- data/lib/shortcut_client_ruby/models/story_history_change_adds_removes_int.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_adds_removes_uuid.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_bool.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_int.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_str.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_history_change_old_new_uuid.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_link.rb +32 -19
- data/lib/shortcut_client_ruby/models/story_reaction.rb +26 -13
- data/lib/shortcut_client_ruby/models/story_search_results.rb +28 -20
- data/lib/shortcut_client_ruby/models/story_slim.rb +72 -129
- data/lib/shortcut_client_ruby/models/story_stats.rb +25 -12
- data/lib/shortcut_client_ruby/models/task.rb +38 -40
- data/lib/shortcut_client_ruby/models/threaded_comment.rb +37 -29
- data/lib/shortcut_client_ruby/models/typed_story_link.rb +33 -20
- data/lib/shortcut_client_ruby/models/unusable_entitlement_error.rb +85 -16
- data/lib/shortcut_client_ruby/models/update_category.rb +68 -14
- data/lib/shortcut_client_ruby/models/update_comment.rb +25 -12
- data/lib/shortcut_client_ruby/models/update_entity_template.rb +41 -13
- data/lib/shortcut_client_ruby/models/update_epic.rb +82 -30
- data/lib/shortcut_client_ruby/models/update_file.rb +54 -17
- data/lib/shortcut_client_ruby/models/update_group.rb +97 -22
- data/lib/shortcut_client_ruby/models/update_iteration.rb +91 -18
- data/lib/shortcut_client_ruby/models/update_label.rb +78 -15
- data/lib/shortcut_client_ruby/models/update_linked_file.rb +101 -21
- data/lib/shortcut_client_ruby/models/update_milestone.rb +73 -21
- data/lib/shortcut_client_ruby/models/update_project.rb +98 -20
- data/lib/shortcut_client_ruby/models/update_stories.rb +83 -36
- data/lib/shortcut_client_ruby/models/update_story.rb +135 -41
- data/lib/shortcut_client_ruby/models/update_story_comment.rb +44 -12
- data/lib/shortcut_client_ruby/models/update_story_contents.rb +57 -32
- data/lib/shortcut_client_ruby/models/update_story_link.rb +29 -16
- data/lib/shortcut_client_ruby/models/update_task.rb +29 -16
- data/lib/shortcut_client_ruby/models/uploaded_file.rb +41 -53
- data/lib/shortcut_client_ruby/models/workflow.rb +35 -22
- data/lib/shortcut_client_ruby/models/workflow_state.rb +60 -26
- data/lib/shortcut_client_ruby/version.rb +5 -4
- data/lib/shortcut_client_ruby.rb +4 -4
- data/openapi-generator-cli.jar +0 -0
- data/shortcut_client_ruby-0.0.4.gem +0 -0
- data/shortcut_client_ruby.gemspec +7 -6
- data/spec/api/default_api_spec.rb +64 -63
- data/spec/api_client_spec.rb +7 -44
- data/spec/configuration_spec.rb +7 -6
- data/spec/models/basic_workspace_info_spec.rb +8 -14
- data/spec/models/branch_spec.rb +8 -14
- data/spec/models/category_spec.rb +8 -14
- data/spec/models/commit_spec.rb +8 -14
- data/spec/models/create_category_params_spec.rb +8 -14
- data/spec/models/create_category_spec.rb +9 -15
- data/spec/models/create_comment_comment_spec.rb +8 -14
- data/spec/models/create_entity_template_spec.rb +8 -14
- data/spec/models/create_epic_comment_spec.rb +8 -14
- data/spec/models/create_epic_spec.rb +9 -15
- data/spec/models/create_group_spec.rb +9 -15
- data/spec/models/create_iteration_spec.rb +8 -14
- data/spec/models/create_label_params_spec.rb +8 -14
- data/spec/models/create_linked_file_spec.rb +9 -15
- data/spec/models/create_milestone_spec.rb +9 -15
- data/spec/models/create_or_delete_story_reaction_spec.rb +8 -14
- data/spec/models/create_project_spec.rb +8 -14
- data/spec/models/create_stories_spec.rb +8 -14
- data/spec/models/create_story_comment_params_spec.rb +8 -14
- data/spec/models/create_story_comment_spec.rb +8 -14
- data/spec/models/create_story_contents_spec.rb +8 -14
- data/spec/models/create_story_link_params_spec.rb +9 -15
- data/spec/models/create_story_link_spec.rb +9 -15
- data/spec/models/create_story_params_spec.rb +9 -15
- data/spec/models/create_task_params_spec.rb +8 -14
- data/spec/models/create_task_spec.rb +8 -14
- data/spec/models/delete_stories_spec.rb +8 -14
- data/spec/models/entity_template_spec.rb +8 -14
- data/spec/models/entity_template_task_spec.rb +8 -14
- data/spec/models/epic_search_results_spec.rb +8 -14
- data/spec/models/epic_slim_spec.rb +8 -14
- data/spec/models/epic_spec.rb +8 -14
- data/spec/models/epic_state_spec.rb +8 -14
- data/spec/models/epic_stats_spec.rb +8 -14
- data/spec/models/epic_workflow_spec.rb +8 -14
- data/spec/models/get_epic_stories_spec.rb +8 -14
- data/spec/models/get_external_link_stories_params_spec.rb +8 -14
- data/spec/models/get_iteration_stories_spec.rb +8 -14
- data/spec/models/get_label_stories_spec.rb +8 -14
- data/spec/models/get_member_spec.rb +8 -14
- data/spec/models/get_project_stories_spec.rb +8 -14
- data/spec/models/group_spec.rb +9 -15
- data/spec/models/history_action_branch_create_spec.rb +9 -15
- data/spec/models/history_action_branch_merge_spec.rb +9 -15
- data/spec/models/history_action_branch_push_spec.rb +9 -15
- data/spec/models/history_action_label_create_spec.rb +9 -15
- data/spec/models/history_action_label_delete_spec.rb +9 -15
- data/spec/models/history_action_label_update_spec.rb +9 -15
- data/spec/models/history_action_project_update_spec.rb +9 -15
- data/spec/models/history_action_pull_request_spec.rb +9 -15
- data/spec/models/history_action_story_comment_create_spec.rb +9 -15
- data/spec/models/history_action_story_create_spec.rb +10 -16
- data/spec/models/history_action_story_delete_spec.rb +10 -16
- data/spec/models/history_action_story_link_create_spec.rb +10 -16
- data/spec/models/history_action_story_link_delete_spec.rb +10 -16
- data/spec/models/history_action_story_link_update_spec.rb +10 -16
- data/spec/models/history_action_story_update_spec.rb +10 -16
- data/spec/models/history_action_task_create_spec.rb +9 -15
- data/spec/models/history_action_task_delete_spec.rb +9 -15
- data/spec/models/history_action_task_update_spec.rb +9 -15
- data/spec/models/history_changes_story_link_spec.rb +8 -14
- data/spec/models/history_changes_story_spec.rb +8 -14
- data/spec/models/history_changes_task_spec.rb +8 -14
- data/spec/models/history_reference_branch_spec.rb +8 -14
- data/spec/models/history_reference_commit_spec.rb +8 -14
- data/spec/models/history_reference_epic_spec.rb +8 -14
- data/spec/models/history_reference_general_spec.rb +8 -14
- data/spec/models/history_reference_group_spec.rb +8 -14
- data/spec/models/history_reference_iteration_spec.rb +8 -14
- data/spec/models/history_reference_label_spec.rb +8 -14
- data/spec/models/history_reference_project_spec.rb +8 -14
- data/spec/models/history_reference_story_spec.rb +9 -15
- data/spec/models/history_reference_story_task_spec.rb +8 -14
- data/spec/models/history_reference_workflow_state_spec.rb +9 -15
- data/spec/models/history_spec.rb +9 -15
- data/spec/models/icon_spec.rb +8 -14
- data/spec/models/identity_spec.rb +8 -14
- data/spec/models/iteration_slim_spec.rb +8 -14
- data/spec/models/iteration_spec.rb +8 -14
- data/spec/models/iteration_stats_spec.rb +8 -14
- data/spec/models/label_slim_spec.rb +8 -14
- data/spec/models/label_spec.rb +8 -14
- data/spec/models/label_stats_spec.rb +8 -14
- data/spec/models/linked_file_spec.rb +8 -14
- data/spec/models/list_epics_spec.rb +8 -14
- data/spec/models/list_group_stories_spec.rb +8 -14
- data/spec/models/list_labels_spec.rb +8 -14
- data/spec/models/list_members_spec.rb +8 -14
- data/spec/models/max_search_results_exceeded_error_spec.rb +11 -17
- data/spec/models/member_info_spec.rb +8 -14
- data/spec/models/member_spec.rb +9 -15
- data/spec/models/milestone_spec.rb +8 -14
- data/spec/models/milestone_stats_spec.rb +8 -14
- data/spec/models/profile_spec.rb +8 -14
- data/spec/models/project_spec.rb +8 -14
- data/spec/models/project_stats_spec.rb +8 -14
- data/spec/models/pull_request_label_spec.rb +8 -14
- data/spec/models/pull_request_spec.rb +8 -14
- data/spec/models/repository_spec.rb +8 -14
- data/spec/models/search_results_spec.rb +8 -14
- data/spec/models/search_spec.rb +9 -15
- data/spec/models/search_stories_spec.rb +10 -16
- data/spec/models/story_comment_spec.rb +8 -14
- data/spec/models/story_contents_spec.rb +8 -14
- data/spec/models/story_contents_task_spec.rb +8 -14
- data/spec/models/story_history_change_adds_removes_int_spec.rb +8 -14
- data/spec/models/story_history_change_adds_removes_uuid_spec.rb +8 -14
- data/spec/models/story_history_change_old_new_bool_spec.rb +8 -14
- data/spec/models/story_history_change_old_new_int_spec.rb +8 -14
- data/spec/models/story_history_change_old_new_str_spec.rb +8 -14
- data/spec/models/story_history_change_old_new_uuid_spec.rb +8 -14
- data/spec/models/story_link_spec.rb +8 -14
- data/spec/models/story_reaction_spec.rb +8 -14
- data/spec/models/story_search_results_spec.rb +8 -14
- data/spec/models/story_slim_spec.rb +8 -14
- data/spec/models/story_spec.rb +8 -14
- data/spec/models/story_stats_spec.rb +8 -14
- data/spec/models/task_spec.rb +8 -14
- data/spec/models/threaded_comment_spec.rb +8 -14
- data/spec/models/typed_story_link_spec.rb +8 -14
- data/spec/models/unusable_entitlement_error_spec.rb +9 -15
- data/spec/models/update_category_spec.rb +8 -14
- data/spec/models/update_comment_spec.rb +8 -14
- data/spec/models/update_entity_template_spec.rb +8 -14
- data/spec/models/update_epic_spec.rb +9 -15
- data/spec/models/update_file_spec.rb +8 -14
- data/spec/models/update_group_spec.rb +9 -15
- data/spec/models/update_iteration_spec.rb +8 -14
- data/spec/models/update_label_spec.rb +8 -14
- data/spec/models/update_linked_file_spec.rb +9 -15
- data/spec/models/update_milestone_spec.rb +9 -15
- data/spec/models/update_project_spec.rb +8 -14
- data/spec/models/update_stories_spec.rb +10 -16
- data/spec/models/update_story_comment_spec.rb +8 -14
- data/spec/models/update_story_contents_spec.rb +8 -14
- data/spec/models/update_story_link_spec.rb +9 -15
- data/spec/models/update_story_spec.rb +10 -16
- data/spec/models/update_task_spec.rb +8 -14
- data/spec/models/uploaded_file_spec.rb +8 -14
- data/spec/models/workflow_spec.rb +8 -14
- data/spec/models/workflow_state_spec.rb +8 -14
- data/spec/spec_helper.rb +4 -3
- metadata +18 -30
- data/docs/V3FilesBody.md +0 -11
- data/lib/shortcut/client/ruby/version.rb +0 -9
- data/lib/shortcut/client/ruby.rb +0 -12
- data/lib/shortcut_client_ruby/models/v3_files_body.rb +0 -252
- data/shortcut-client-ruby.gemspec +0 -36
- data/spec/base_object_spec.rb +0 -109
- data/spec/models/v3_files_body_spec.rb +0 -64
@@ -3,13 +3,15 @@
|
|
3
3
|
|
4
4
|
#Shortcut API
|
5
5
|
|
6
|
-
OpenAPI
|
6
|
+
The version of the OpenAPI document: 3.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
7
10
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.35
|
10
11
|
=end
|
11
12
|
|
12
13
|
require 'date'
|
14
|
+
require 'time'
|
13
15
|
|
14
16
|
module Shortcut
|
15
17
|
# Comments associated with Epic Discussions.
|
@@ -72,22 +74,27 @@ module Shortcut
|
|
72
74
|
}
|
73
75
|
end
|
74
76
|
|
77
|
+
# Returns all the JSON keys this model knows about
|
78
|
+
def self.acceptable_attributes
|
79
|
+
attribute_map.values
|
80
|
+
end
|
81
|
+
|
75
82
|
# Attribute type mapping.
|
76
83
|
def self.openapi_types
|
77
84
|
{
|
78
|
-
:'app_url' => :'
|
79
|
-
:'entity_type' => :'
|
80
|
-
:'deleted' => :'
|
81
|
-
:'mention_ids' => :'
|
82
|
-
:'author_id' => :'
|
83
|
-
:'member_mention_ids' => :'
|
84
|
-
:'comments' => :'
|
85
|
-
:'updated_at' => :'
|
86
|
-
:'group_mention_ids' => :'
|
87
|
-
:'external_id' => :'
|
88
|
-
:'id' => :'
|
89
|
-
:'created_at' => :'
|
90
|
-
:'text' => :'
|
85
|
+
:'app_url' => :'String',
|
86
|
+
:'entity_type' => :'String',
|
87
|
+
:'deleted' => :'Boolean',
|
88
|
+
:'mention_ids' => :'Array<String>',
|
89
|
+
:'author_id' => :'String',
|
90
|
+
:'member_mention_ids' => :'Array<String>',
|
91
|
+
:'comments' => :'Array<ThreadedComment>',
|
92
|
+
:'updated_at' => :'Time',
|
93
|
+
:'group_mention_ids' => :'Array<String>',
|
94
|
+
:'external_id' => :'String',
|
95
|
+
:'id' => :'Integer',
|
96
|
+
:'created_at' => :'Time',
|
97
|
+
:'text' => :'String'
|
91
98
|
}
|
92
99
|
end
|
93
100
|
|
@@ -97,7 +104,7 @@ module Shortcut
|
|
97
104
|
:'external_id',
|
98
105
|
])
|
99
106
|
end
|
100
|
-
|
107
|
+
|
101
108
|
# Initializes the object
|
102
109
|
# @param [Hash] attributes Model attributes in the form of hash
|
103
110
|
def initialize(attributes = {})
|
@@ -214,10 +221,6 @@ module Shortcut
|
|
214
221
|
invalid_properties.push('invalid value for "group_mention_ids", group_mention_ids cannot be nil.')
|
215
222
|
end
|
216
223
|
|
217
|
-
if @external_id.nil?
|
218
|
-
invalid_properties.push('invalid value for "external_id", external_id cannot be nil.')
|
219
|
-
end
|
220
|
-
|
221
224
|
if @id.nil?
|
222
225
|
invalid_properties.push('invalid value for "id", id cannot be nil.')
|
223
226
|
end
|
@@ -245,7 +248,6 @@ module Shortcut
|
|
245
248
|
return false if @comments.nil?
|
246
249
|
return false if @updated_at.nil?
|
247
250
|
return false if @group_mention_ids.nil?
|
248
|
-
return false if @external_id.nil?
|
249
251
|
return false if @id.nil?
|
250
252
|
return false if @created_at.nil?
|
251
253
|
return false if @text.nil?
|
@@ -296,8 +298,11 @@ module Shortcut
|
|
296
298
|
# @return [Object] Returns the model itself
|
297
299
|
def build_from_hash(attributes)
|
298
300
|
return nil unless attributes.is_a?(Hash)
|
301
|
+
attributes = attributes.transform_keys(&:to_sym)
|
299
302
|
self.class.openapi_types.each_pair do |key, type|
|
300
|
-
if
|
303
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
304
|
+
self.send("#{key}=", nil)
|
305
|
+
elsif type =~ /\AArray<(.*)>/i
|
301
306
|
# check to ensure the input is an array given that the attribute
|
302
307
|
# is documented as an array but the input is not
|
303
308
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
@@ -305,8 +310,6 @@ module Shortcut
|
|
305
310
|
end
|
306
311
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
307
312
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
308
|
-
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
309
|
-
self.send("#{key}=", nil)
|
310
313
|
end
|
311
314
|
end
|
312
315
|
|
@@ -319,8 +322,8 @@ module Shortcut
|
|
319
322
|
# @return [Object] Deserialized data
|
320
323
|
def _deserialize(type, value)
|
321
324
|
case type.to_sym
|
322
|
-
when :
|
323
|
-
|
325
|
+
when :Time
|
326
|
+
Time.parse(value)
|
324
327
|
when :Date
|
325
328
|
Date.parse(value)
|
326
329
|
when :String
|
@@ -350,7 +353,9 @@ module Shortcut
|
|
350
353
|
end
|
351
354
|
end
|
352
355
|
else # model
|
353
|
-
|
356
|
+
# models (e.g. Pet) or oneOf
|
357
|
+
klass = Shortcut.const_get(type)
|
358
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
354
359
|
end
|
355
360
|
end
|
356
361
|
|
@@ -398,5 +403,8 @@ module Shortcut
|
|
398
403
|
else
|
399
404
|
value
|
400
405
|
end
|
401
|
-
end
|
406
|
+
end
|
407
|
+
|
408
|
+
end
|
409
|
+
|
402
410
|
end
|
@@ -3,13 +3,15 @@
|
|
3
3
|
|
4
4
|
#Shortcut API
|
5
5
|
|
6
|
-
OpenAPI
|
6
|
+
The version of the OpenAPI document: 3.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
7
10
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.35
|
10
11
|
=end
|
11
12
|
|
12
13
|
require 'date'
|
14
|
+
require 'time'
|
13
15
|
|
14
16
|
module Shortcut
|
15
17
|
# The type of Story Link. The string can be subject or object.
|
@@ -56,18 +58,23 @@ module Shortcut
|
|
56
58
|
}
|
57
59
|
end
|
58
60
|
|
61
|
+
# Returns all the JSON keys this model knows about
|
62
|
+
def self.acceptable_attributes
|
63
|
+
attribute_map.values
|
64
|
+
end
|
65
|
+
|
59
66
|
# Attribute type mapping.
|
60
67
|
def self.openapi_types
|
61
68
|
{
|
62
|
-
:'entity_type' => :'
|
63
|
-
:'object_id' => :'
|
64
|
-
:'verb' => :'
|
65
|
-
:'type' => :'
|
66
|
-
:'updated_at' => :'
|
67
|
-
:'id' => :'
|
68
|
-
:'subject_id' => :'
|
69
|
-
:'subject_workflow_state_id' => :'
|
70
|
-
:'created_at' => :'
|
69
|
+
:'entity_type' => :'String',
|
70
|
+
:'object_id' => :'Integer',
|
71
|
+
:'verb' => :'String',
|
72
|
+
:'type' => :'String',
|
73
|
+
:'updated_at' => :'Time',
|
74
|
+
:'id' => :'Integer',
|
75
|
+
:'subject_id' => :'Integer',
|
76
|
+
:'subject_workflow_state_id' => :'Integer',
|
77
|
+
:'created_at' => :'Time'
|
71
78
|
}
|
72
79
|
end
|
73
80
|
|
@@ -76,7 +83,7 @@ module Shortcut
|
|
76
83
|
Set.new([
|
77
84
|
])
|
78
85
|
end
|
79
|
-
|
86
|
+
|
80
87
|
# Initializes the object
|
81
88
|
# @param [Hash] attributes Model attributes in the form of hash
|
82
89
|
def initialize(attributes = {})
|
@@ -227,8 +234,11 @@ module Shortcut
|
|
227
234
|
# @return [Object] Returns the model itself
|
228
235
|
def build_from_hash(attributes)
|
229
236
|
return nil unless attributes.is_a?(Hash)
|
237
|
+
attributes = attributes.transform_keys(&:to_sym)
|
230
238
|
self.class.openapi_types.each_pair do |key, type|
|
231
|
-
if
|
239
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
240
|
+
self.send("#{key}=", nil)
|
241
|
+
elsif type =~ /\AArray<(.*)>/i
|
232
242
|
# check to ensure the input is an array given that the attribute
|
233
243
|
# is documented as an array but the input is not
|
234
244
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
@@ -236,8 +246,6 @@ module Shortcut
|
|
236
246
|
end
|
237
247
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
238
248
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
239
|
-
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
240
|
-
self.send("#{key}=", nil)
|
241
249
|
end
|
242
250
|
end
|
243
251
|
|
@@ -250,8 +258,8 @@ module Shortcut
|
|
250
258
|
# @return [Object] Deserialized data
|
251
259
|
def _deserialize(type, value)
|
252
260
|
case type.to_sym
|
253
|
-
when :
|
254
|
-
|
261
|
+
when :Time
|
262
|
+
Time.parse(value)
|
255
263
|
when :Date
|
256
264
|
Date.parse(value)
|
257
265
|
when :String
|
@@ -281,7 +289,9 @@ module Shortcut
|
|
281
289
|
end
|
282
290
|
end
|
283
291
|
else # model
|
284
|
-
|
292
|
+
# models (e.g. Pet) or oneOf
|
293
|
+
klass = Shortcut.const_get(type)
|
294
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
285
295
|
end
|
286
296
|
end
|
287
297
|
|
@@ -329,5 +339,8 @@ module Shortcut
|
|
329
339
|
else
|
330
340
|
value
|
331
341
|
end
|
332
|
-
end
|
342
|
+
end
|
343
|
+
|
344
|
+
end
|
345
|
+
|
333
346
|
end
|
@@ -3,13 +3,15 @@
|
|
3
3
|
|
4
4
|
#Shortcut API
|
5
5
|
|
6
|
-
OpenAPI
|
6
|
+
The version of the OpenAPI document: 3.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
7
10
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.35
|
10
11
|
=end
|
11
12
|
|
12
13
|
require 'date'
|
14
|
+
require 'time'
|
13
15
|
|
14
16
|
module Shortcut
|
15
17
|
class UnusableEntitlementError
|
@@ -53,12 +55,17 @@ module Shortcut
|
|
53
55
|
}
|
54
56
|
end
|
55
57
|
|
58
|
+
# Returns all the JSON keys this model knows about
|
59
|
+
def self.acceptable_attributes
|
60
|
+
attribute_map.values
|
61
|
+
end
|
62
|
+
|
56
63
|
# Attribute type mapping.
|
57
64
|
def self.openapi_types
|
58
65
|
{
|
59
|
-
:'reason_tag' => :'
|
60
|
-
:'entitlement_tag' => :'
|
61
|
-
:'message' => :'
|
66
|
+
:'reason_tag' => :'String',
|
67
|
+
:'entitlement_tag' => :'String',
|
68
|
+
:'message' => :'String'
|
62
69
|
}
|
63
70
|
end
|
64
71
|
|
@@ -67,7 +74,7 @@ module Shortcut
|
|
67
74
|
Set.new([
|
68
75
|
])
|
69
76
|
end
|
70
|
-
|
77
|
+
|
71
78
|
# Initializes the object
|
72
79
|
# @param [Hash] attributes Model attributes in the form of hash
|
73
80
|
def initialize(attributes = {})
|
@@ -108,10 +115,26 @@ module Shortcut
|
|
108
115
|
invalid_properties.push('invalid value for "entitlement_tag", entitlement_tag cannot be nil.')
|
109
116
|
end
|
110
117
|
|
118
|
+
if @entitlement_tag.to_s.length > 63
|
119
|
+
invalid_properties.push('invalid value for "entitlement_tag", the character length must be smaller than or equal to 63.')
|
120
|
+
end
|
121
|
+
|
122
|
+
if @entitlement_tag.to_s.length < 1
|
123
|
+
invalid_properties.push('invalid value for "entitlement_tag", the character length must be great than or equal to 1.')
|
124
|
+
end
|
125
|
+
|
111
126
|
if @message.nil?
|
112
127
|
invalid_properties.push('invalid value for "message", message cannot be nil.')
|
113
128
|
end
|
114
129
|
|
130
|
+
if @message.to_s.length > 256
|
131
|
+
invalid_properties.push('invalid value for "message", the character length must be smaller than or equal to 256.')
|
132
|
+
end
|
133
|
+
|
134
|
+
if @message.to_s.length < 1
|
135
|
+
invalid_properties.push('invalid value for "message", the character length must be great than or equal to 1.')
|
136
|
+
end
|
137
|
+
|
115
138
|
invalid_properties
|
116
139
|
end
|
117
140
|
|
@@ -119,23 +142,63 @@ module Shortcut
|
|
119
142
|
# @return true if the model is valid
|
120
143
|
def valid?
|
121
144
|
return false if @reason_tag.nil?
|
122
|
-
reason_tag_validator = EnumAttributeValidator.new('
|
145
|
+
reason_tag_validator = EnumAttributeValidator.new('String', ["entitlement-violation"])
|
123
146
|
return false unless reason_tag_validator.valid?(@reason_tag)
|
124
147
|
return false if @entitlement_tag.nil?
|
148
|
+
return false if @entitlement_tag.to_s.length > 63
|
149
|
+
return false if @entitlement_tag.to_s.length < 1
|
125
150
|
return false if @message.nil?
|
151
|
+
return false if @message.to_s.length > 256
|
152
|
+
return false if @message.to_s.length < 1
|
126
153
|
true
|
127
154
|
end
|
128
155
|
|
129
156
|
# Custom attribute writer method checking allowed values (enum).
|
130
157
|
# @param [Object] reason_tag Object to be assigned
|
131
158
|
def reason_tag=(reason_tag)
|
132
|
-
validator = EnumAttributeValidator.new('
|
159
|
+
validator = EnumAttributeValidator.new('String', ["entitlement-violation"])
|
133
160
|
unless validator.valid?(reason_tag)
|
134
161
|
fail ArgumentError, "invalid value for \"reason_tag\", must be one of #{validator.allowable_values}."
|
135
162
|
end
|
136
163
|
@reason_tag = reason_tag
|
137
164
|
end
|
138
165
|
|
166
|
+
# Custom attribute writer method with validation
|
167
|
+
# @param [Object] entitlement_tag Value to be assigned
|
168
|
+
def entitlement_tag=(entitlement_tag)
|
169
|
+
if entitlement_tag.nil?
|
170
|
+
fail ArgumentError, 'entitlement_tag cannot be nil'
|
171
|
+
end
|
172
|
+
|
173
|
+
if entitlement_tag.to_s.length > 63
|
174
|
+
fail ArgumentError, 'invalid value for "entitlement_tag", the character length must be smaller than or equal to 63.'
|
175
|
+
end
|
176
|
+
|
177
|
+
if entitlement_tag.to_s.length < 1
|
178
|
+
fail ArgumentError, 'invalid value for "entitlement_tag", the character length must be great than or equal to 1.'
|
179
|
+
end
|
180
|
+
|
181
|
+
@entitlement_tag = entitlement_tag
|
182
|
+
end
|
183
|
+
|
184
|
+
# Custom attribute writer method with validation
|
185
|
+
# @param [Object] message Value to be assigned
|
186
|
+
def message=(message)
|
187
|
+
if message.nil?
|
188
|
+
fail ArgumentError, 'message cannot be nil'
|
189
|
+
end
|
190
|
+
|
191
|
+
if message.to_s.length > 256
|
192
|
+
fail ArgumentError, 'invalid value for "message", the character length must be smaller than or equal to 256.'
|
193
|
+
end
|
194
|
+
|
195
|
+
if message.to_s.length < 1
|
196
|
+
fail ArgumentError, 'invalid value for "message", the character length must be great than or equal to 1.'
|
197
|
+
end
|
198
|
+
|
199
|
+
@message = message
|
200
|
+
end
|
201
|
+
|
139
202
|
# Checks equality by comparing each attribute.
|
140
203
|
# @param [Object] Object to be compared
|
141
204
|
def ==(o)
|
@@ -170,8 +233,11 @@ module Shortcut
|
|
170
233
|
# @return [Object] Returns the model itself
|
171
234
|
def build_from_hash(attributes)
|
172
235
|
return nil unless attributes.is_a?(Hash)
|
236
|
+
attributes = attributes.transform_keys(&:to_sym)
|
173
237
|
self.class.openapi_types.each_pair do |key, type|
|
174
|
-
if
|
238
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
239
|
+
self.send("#{key}=", nil)
|
240
|
+
elsif type =~ /\AArray<(.*)>/i
|
175
241
|
# check to ensure the input is an array given that the attribute
|
176
242
|
# is documented as an array but the input is not
|
177
243
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
@@ -179,8 +245,6 @@ module Shortcut
|
|
179
245
|
end
|
180
246
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
181
247
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
182
|
-
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
183
|
-
self.send("#{key}=", nil)
|
184
248
|
end
|
185
249
|
end
|
186
250
|
|
@@ -193,8 +257,8 @@ module Shortcut
|
|
193
257
|
# @return [Object] Deserialized data
|
194
258
|
def _deserialize(type, value)
|
195
259
|
case type.to_sym
|
196
|
-
when :
|
197
|
-
|
260
|
+
when :Time
|
261
|
+
Time.parse(value)
|
198
262
|
when :Date
|
199
263
|
Date.parse(value)
|
200
264
|
when :String
|
@@ -224,7 +288,9 @@ module Shortcut
|
|
224
288
|
end
|
225
289
|
end
|
226
290
|
else # model
|
227
|
-
|
291
|
+
# models (e.g. Pet) or oneOf
|
292
|
+
klass = Shortcut.const_get(type)
|
293
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
228
294
|
end
|
229
295
|
end
|
230
296
|
|
@@ -272,5 +338,8 @@ module Shortcut
|
|
272
338
|
else
|
273
339
|
value
|
274
340
|
end
|
275
|
-
end
|
341
|
+
end
|
342
|
+
|
343
|
+
end
|
344
|
+
|
276
345
|
end
|
@@ -3,13 +3,15 @@
|
|
3
3
|
|
4
4
|
#Shortcut API
|
5
5
|
|
6
|
-
OpenAPI
|
6
|
+
The version of the OpenAPI document: 3.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
7
10
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.35
|
10
11
|
=end
|
11
12
|
|
12
13
|
require 'date'
|
14
|
+
require 'time'
|
13
15
|
|
14
16
|
module Shortcut
|
15
17
|
class UpdateCategory
|
@@ -31,12 +33,17 @@ module Shortcut
|
|
31
33
|
}
|
32
34
|
end
|
33
35
|
|
36
|
+
# Returns all the JSON keys this model knows about
|
37
|
+
def self.acceptable_attributes
|
38
|
+
attribute_map.values
|
39
|
+
end
|
40
|
+
|
34
41
|
# Attribute type mapping.
|
35
42
|
def self.openapi_types
|
36
43
|
{
|
37
|
-
:'name' => :'
|
38
|
-
:'color' => :'
|
39
|
-
:'archived' => :'
|
44
|
+
:'name' => :'String',
|
45
|
+
:'color' => :'String',
|
46
|
+
:'archived' => :'Boolean'
|
40
47
|
}
|
41
48
|
end
|
42
49
|
|
@@ -46,7 +53,7 @@ module Shortcut
|
|
46
53
|
:'color',
|
47
54
|
])
|
48
55
|
end
|
49
|
-
|
56
|
+
|
50
57
|
# Initializes the object
|
51
58
|
# @param [Hash] attributes Model attributes in the form of hash
|
52
59
|
def initialize(attributes = {})
|
@@ -79,15 +86,56 @@ module Shortcut
|
|
79
86
|
# @return Array for valid properties with the reasons
|
80
87
|
def list_invalid_properties
|
81
88
|
invalid_properties = Array.new
|
89
|
+
if !@name.nil? && @name.to_s.length < 1
|
90
|
+
invalid_properties.push('invalid value for "name", the character length must be great than or equal to 1.')
|
91
|
+
end
|
92
|
+
|
93
|
+
if !@color.nil? && @color.to_s.length < 1
|
94
|
+
invalid_properties.push('invalid value for "color", the character length must be great than or equal to 1.')
|
95
|
+
end
|
96
|
+
|
97
|
+
pattern = Regexp.new(/^#[a-fA-F0-9]{6}$/)
|
98
|
+
if !@color.nil? && @color !~ pattern
|
99
|
+
invalid_properties.push("invalid value for \"color\", must conform to the pattern #{pattern}.")
|
100
|
+
end
|
101
|
+
|
82
102
|
invalid_properties
|
83
103
|
end
|
84
104
|
|
85
105
|
# Check to see if the all the properties in the model are valid
|
86
106
|
# @return true if the model is valid
|
87
107
|
def valid?
|
108
|
+
return false if !@name.nil? && @name.to_s.length < 1
|
109
|
+
return false if !@color.nil? && @color.to_s.length < 1
|
110
|
+
return false if !@color.nil? && @color !~ Regexp.new(/^#[a-fA-F0-9]{6}$/)
|
88
111
|
true
|
89
112
|
end
|
90
113
|
|
114
|
+
# Custom attribute writer method with validation
|
115
|
+
# @param [Object] name Value to be assigned
|
116
|
+
def name=(name)
|
117
|
+
if !name.nil? && name.to_s.length < 1
|
118
|
+
fail ArgumentError, 'invalid value for "name", the character length must be great than or equal to 1.'
|
119
|
+
end
|
120
|
+
|
121
|
+
@name = name
|
122
|
+
end
|
123
|
+
|
124
|
+
# Custom attribute writer method with validation
|
125
|
+
# @param [Object] color Value to be assigned
|
126
|
+
def color=(color)
|
127
|
+
if !color.nil? && color.to_s.length < 1
|
128
|
+
fail ArgumentError, 'invalid value for "color", the character length must be great than or equal to 1.'
|
129
|
+
end
|
130
|
+
|
131
|
+
pattern = Regexp.new(/^#[a-fA-F0-9]{6}$/)
|
132
|
+
if !color.nil? && color !~ pattern
|
133
|
+
fail ArgumentError, "invalid value for \"color\", must conform to the pattern #{pattern}."
|
134
|
+
end
|
135
|
+
|
136
|
+
@color = color
|
137
|
+
end
|
138
|
+
|
91
139
|
# Checks equality by comparing each attribute.
|
92
140
|
# @param [Object] Object to be compared
|
93
141
|
def ==(o)
|
@@ -122,8 +170,11 @@ module Shortcut
|
|
122
170
|
# @return [Object] Returns the model itself
|
123
171
|
def build_from_hash(attributes)
|
124
172
|
return nil unless attributes.is_a?(Hash)
|
173
|
+
attributes = attributes.transform_keys(&:to_sym)
|
125
174
|
self.class.openapi_types.each_pair do |key, type|
|
126
|
-
if
|
175
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
176
|
+
self.send("#{key}=", nil)
|
177
|
+
elsif type =~ /\AArray<(.*)>/i
|
127
178
|
# check to ensure the input is an array given that the attribute
|
128
179
|
# is documented as an array but the input is not
|
129
180
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
@@ -131,8 +182,6 @@ module Shortcut
|
|
131
182
|
end
|
132
183
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
133
184
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
134
|
-
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
135
|
-
self.send("#{key}=", nil)
|
136
185
|
end
|
137
186
|
end
|
138
187
|
|
@@ -145,8 +194,8 @@ module Shortcut
|
|
145
194
|
# @return [Object] Deserialized data
|
146
195
|
def _deserialize(type, value)
|
147
196
|
case type.to_sym
|
148
|
-
when :
|
149
|
-
|
197
|
+
when :Time
|
198
|
+
Time.parse(value)
|
150
199
|
when :Date
|
151
200
|
Date.parse(value)
|
152
201
|
when :String
|
@@ -176,7 +225,9 @@ module Shortcut
|
|
176
225
|
end
|
177
226
|
end
|
178
227
|
else # model
|
179
|
-
|
228
|
+
# models (e.g. Pet) or oneOf
|
229
|
+
klass = Shortcut.const_get(type)
|
230
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
180
231
|
end
|
181
232
|
end
|
182
233
|
|
@@ -224,5 +275,8 @@ module Shortcut
|
|
224
275
|
else
|
225
276
|
value
|
226
277
|
end
|
227
|
-
end
|
278
|
+
end
|
279
|
+
|
280
|
+
end
|
281
|
+
|
228
282
|
end
|
@@ -3,13 +3,15 @@
|
|
3
3
|
|
4
4
|
#Shortcut API
|
5
5
|
|
6
|
-
OpenAPI
|
6
|
+
The version of the OpenAPI document: 3.0
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.2.1
|
7
10
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 3.0.35
|
10
11
|
=end
|
11
12
|
|
12
13
|
require 'date'
|
14
|
+
require 'time'
|
13
15
|
|
14
16
|
module Shortcut
|
15
17
|
class UpdateComment
|
@@ -23,10 +25,15 @@ module Shortcut
|
|
23
25
|
}
|
24
26
|
end
|
25
27
|
|
28
|
+
# Returns all the JSON keys this model knows about
|
29
|
+
def self.acceptable_attributes
|
30
|
+
attribute_map.values
|
31
|
+
end
|
32
|
+
|
26
33
|
# Attribute type mapping.
|
27
34
|
def self.openapi_types
|
28
35
|
{
|
29
|
-
:'text' => :'
|
36
|
+
:'text' => :'String'
|
30
37
|
}
|
31
38
|
end
|
32
39
|
|
@@ -35,7 +42,7 @@ module Shortcut
|
|
35
42
|
Set.new([
|
36
43
|
])
|
37
44
|
end
|
38
|
-
|
45
|
+
|
39
46
|
# Initializes the object
|
40
47
|
# @param [Hash] attributes Model attributes in the form of hash
|
41
48
|
def initialize(attributes = {})
|
@@ -106,8 +113,11 @@ module Shortcut
|
|
106
113
|
# @return [Object] Returns the model itself
|
107
114
|
def build_from_hash(attributes)
|
108
115
|
return nil unless attributes.is_a?(Hash)
|
116
|
+
attributes = attributes.transform_keys(&:to_sym)
|
109
117
|
self.class.openapi_types.each_pair do |key, type|
|
110
|
-
if
|
118
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
119
|
+
self.send("#{key}=", nil)
|
120
|
+
elsif type =~ /\AArray<(.*)>/i
|
111
121
|
# check to ensure the input is an array given that the attribute
|
112
122
|
# is documented as an array but the input is not
|
113
123
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
@@ -115,8 +125,6 @@ module Shortcut
|
|
115
125
|
end
|
116
126
|
elsif !attributes[self.class.attribute_map[key]].nil?
|
117
127
|
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
118
|
-
elsif attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
119
|
-
self.send("#{key}=", nil)
|
120
128
|
end
|
121
129
|
end
|
122
130
|
|
@@ -129,8 +137,8 @@ module Shortcut
|
|
129
137
|
# @return [Object] Deserialized data
|
130
138
|
def _deserialize(type, value)
|
131
139
|
case type.to_sym
|
132
|
-
when :
|
133
|
-
|
140
|
+
when :Time
|
141
|
+
Time.parse(value)
|
134
142
|
when :Date
|
135
143
|
Date.parse(value)
|
136
144
|
when :String
|
@@ -160,7 +168,9 @@ module Shortcut
|
|
160
168
|
end
|
161
169
|
end
|
162
170
|
else # model
|
163
|
-
|
171
|
+
# models (e.g. Pet) or oneOf
|
172
|
+
klass = Shortcut.const_get(type)
|
173
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
164
174
|
end
|
165
175
|
end
|
166
176
|
|
@@ -208,5 +218,8 @@ module Shortcut
|
|
208
218
|
else
|
209
219
|
value
|
210
220
|
end
|
211
|
-
end
|
221
|
+
end
|
222
|
+
|
223
|
+
end
|
224
|
+
|
212
225
|
end
|