@makeplane/plane-node-sdk 0.1.3 → 0.1.5
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.
- package/.github/workflows/publish-node-sdk.yml +23 -5
- package/.openapi-generator/FILES +18 -3
- package/README.md +2 -2
- package/dist/apis/AssetsApi.d.ts +1 -1
- package/dist/apis/AssetsApi.js +1 -1
- package/dist/apis/CyclesApi.d.ts +3 -3
- package/dist/apis/CyclesApi.js +2 -2
- package/dist/apis/EpicsApi.d.ts +49 -0
- package/dist/apis/EpicsApi.js +243 -0
- package/dist/apis/IntakeApi.d.ts +1 -1
- package/dist/apis/IntakeApi.js +1 -1
- package/dist/apis/LabelsApi.d.ts +1 -1
- package/dist/apis/LabelsApi.js +1 -1
- package/dist/apis/MembersApi.d.ts +1 -1
- package/dist/apis/MembersApi.js +1 -1
- package/dist/apis/ModulesApi.d.ts +3 -3
- package/dist/apis/ModulesApi.js +2 -2
- package/dist/apis/PagesApi.d.ts +75 -0
- package/dist/apis/PagesApi.js +393 -0
- package/dist/apis/ProjectsApi.d.ts +1 -1
- package/dist/apis/ProjectsApi.js +1 -1
- package/dist/apis/StatesApi.d.ts +1 -1
- package/dist/apis/StatesApi.js +1 -1
- package/dist/apis/UsersApi.d.ts +1 -1
- package/dist/apis/UsersApi.js +1 -1
- package/dist/apis/WorkItemActivityApi.d.ts +1 -1
- package/dist/apis/WorkItemActivityApi.js +1 -1
- package/dist/apis/WorkItemAttachmentsApi.d.ts +18 -1
- package/dist/apis/WorkItemAttachmentsApi.js +83 -1
- package/dist/apis/WorkItemCommentsApi.d.ts +1 -1
- package/dist/apis/WorkItemCommentsApi.js +1 -1
- package/dist/apis/WorkItemLinksApi.d.ts +1 -1
- package/dist/apis/WorkItemLinksApi.js +1 -1
- package/dist/apis/WorkItemPropertiesApi.d.ts +24 -8
- package/dist/apis/WorkItemPropertiesApi.js +86 -4
- package/dist/apis/WorkItemTypesApi.d.ts +1 -1
- package/dist/apis/WorkItemTypesApi.js +1 -1
- package/dist/apis/WorkItemWorklogsApi.d.ts +1 -1
- package/dist/apis/WorkItemWorklogsApi.js +1 -1
- package/dist/apis/WorkItemsApi.d.ts +56 -4
- package/dist/apis/WorkItemsApi.js +262 -2
- package/dist/apis/WorkspacesApi.d.ts +28 -0
- package/dist/apis/WorkspacesApi.js +150 -0
- package/dist/apis/index.d.ts +3 -0
- package/dist/apis/index.js +3 -0
- package/dist/models/AccessBd4Enum.d.ts +25 -0
- package/dist/models/AccessBd4Enum.js +51 -0
- package/dist/models/Cycle.d.ts +1 -1
- package/dist/models/Cycle.js +1 -1
- package/dist/models/CycleCreateRequest.d.ts +1 -1
- package/dist/models/CycleCreateRequest.js +1 -1
- package/dist/models/CycleIssue.d.ts +1 -1
- package/dist/models/CycleIssue.js +1 -1
- package/dist/models/CycleIssueRequestRequest.d.ts +1 -1
- package/dist/models/CycleIssueRequestRequest.js +1 -1
- package/dist/models/CycleLite.d.ts +1 -1
- package/dist/models/CycleLite.js +1 -1
- package/dist/models/EntityTypeEnum.d.ts +1 -1
- package/dist/models/EntityTypeEnum.js +1 -1
- package/dist/models/Epic.d.ts +206 -0
- package/dist/models/Epic.js +106 -0
- package/dist/models/GenericAssetUploadRequest.d.ts +1 -1
- package/dist/models/GenericAssetUploadRequest.js +1 -1
- package/dist/models/GetWorkspaceMembers200ResponseInner.d.ts +1 -1
- package/dist/models/GetWorkspaceMembers200ResponseInner.js +1 -1
- package/dist/models/GroupEnum.d.ts +1 -1
- package/dist/models/GroupEnum.js +1 -1
- package/dist/models/IntakeIssue.d.ts +1 -1
- package/dist/models/IntakeIssue.js +1 -1
- package/dist/models/IntakeIssueCreateRequest.d.ts +1 -1
- package/dist/models/IntakeIssueCreateRequest.js +1 -1
- package/dist/models/IntakeWorkItemStatusEnum.d.ts +1 -1
- package/dist/models/IntakeWorkItemStatusEnum.js +1 -1
- package/dist/models/Issue.d.ts +1 -1
- package/dist/models/Issue.js +1 -1
- package/dist/models/IssueActivity.d.ts +1 -1
- package/dist/models/IssueActivity.js +1 -1
- package/dist/models/IssueAttachment.d.ts +1 -1
- package/dist/models/IssueAttachment.js +1 -1
- package/dist/models/IssueAttachmentUploadRequest.d.ts +1 -1
- package/dist/models/IssueAttachmentUploadRequest.js +1 -1
- package/dist/models/IssueComment.d.ts +4 -4
- package/dist/models/IssueComment.js +4 -4
- package/dist/models/IssueCommentCreateRequest.d.ts +4 -4
- package/dist/models/IssueCommentCreateRequest.js +4 -4
- package/dist/models/IssueDetail.d.ts +211 -0
- package/dist/models/IssueDetail.js +108 -0
- package/dist/models/IssueExpand.d.ts +5 -7
- package/dist/models/IssueExpand.js +3 -5
- package/dist/models/IssueForIntakeRequest.d.ts +1 -1
- package/dist/models/IssueForIntakeRequest.js +1 -1
- package/dist/models/IssueLink.d.ts +1 -1
- package/dist/models/IssueLink.js +1 -1
- package/dist/models/IssueLinkCreateRequest.d.ts +1 -1
- package/dist/models/IssueLinkCreateRequest.js +1 -1
- package/dist/models/IssuePropertyAPI.d.ts +4 -4
- package/dist/models/IssuePropertyAPI.js +4 -4
- package/dist/models/IssuePropertyAPIRelationTypeEnum.d.ts +25 -0
- package/dist/models/IssuePropertyAPIRelationTypeEnum.js +51 -0
- package/dist/models/IssuePropertyAPIRequest.d.ts +4 -4
- package/dist/models/IssuePropertyAPIRequest.js +4 -4
- package/dist/models/IssuePropertyOptionAPI.d.ts +1 -1
- package/dist/models/IssuePropertyOptionAPI.js +1 -1
- package/dist/models/IssuePropertyOptionAPIRequest.d.ts +1 -1
- package/dist/models/IssuePropertyOptionAPIRequest.js +1 -1
- package/dist/models/IssuePropertyValueAPI.d.ts +1 -1
- package/dist/models/IssuePropertyValueAPI.js +1 -1
- package/dist/models/IssuePropertyValueAPIDetail.d.ts +39 -0
- package/dist/models/IssuePropertyValueAPIDetail.js +54 -0
- package/dist/models/IssuePropertyValueAPIRequest.d.ts +1 -1
- package/dist/models/IssuePropertyValueAPIRequest.js +1 -1
- package/dist/models/IssueRelation.d.ts +106 -0
- package/dist/models/IssueRelation.js +58 -0
- package/dist/models/IssueRelationCreateRelationTypeEnum.d.ts +37 -0
- package/dist/models/IssueRelationCreateRelationTypeEnum.js +63 -0
- package/dist/models/IssueRelationCreateRequest.d.ts +50 -0
- package/dist/models/IssueRelationCreateRequest.js +55 -0
- package/dist/models/IssueRelationRemoveRequest.d.ts +34 -0
- package/dist/models/IssueRelationRemoveRequest.js +50 -0
- package/dist/models/IssueRelationResponse.d.ts +75 -0
- package/dist/models/IssueRelationResponse.js +78 -0
- package/dist/models/IssueRequest.d.ts +1 -1
- package/dist/models/IssueRequest.js +1 -1
- package/dist/models/IssueSearch.d.ts +4 -5
- package/dist/models/IssueSearch.js +1 -1
- package/dist/models/IssueSearchItem.d.ts +1 -1
- package/dist/models/IssueSearchItem.js +1 -1
- package/dist/models/IssueTypeAPI.d.ts +1 -1
- package/dist/models/IssueTypeAPI.js +1 -1
- package/dist/models/IssueTypeAPIRequest.d.ts +1 -1
- package/dist/models/IssueTypeAPIRequest.js +1 -1
- package/dist/models/IssueWorkLogAPI.d.ts +1 -1
- package/dist/models/IssueWorkLogAPI.js +1 -1
- package/dist/models/IssueWorkLogAPIRequest.d.ts +1 -1
- package/dist/models/IssueWorkLogAPIRequest.js +1 -1
- package/dist/models/Label.d.ts +1 -1
- package/dist/models/Label.js +1 -1
- package/dist/models/LabelCreateUpdateRequest.d.ts +1 -1
- package/dist/models/LabelCreateUpdateRequest.js +1 -1
- package/dist/models/Module.d.ts +1 -1
- package/dist/models/Module.js +1 -1
- package/dist/models/ModuleCreateRequest.d.ts +1 -1
- package/dist/models/ModuleCreateRequest.js +1 -1
- package/dist/models/ModuleIssue.d.ts +1 -1
- package/dist/models/ModuleIssue.js +1 -1
- package/dist/models/ModuleIssueRequestRequest.d.ts +1 -1
- package/dist/models/ModuleIssueRequestRequest.js +1 -1
- package/dist/models/ModuleLite.d.ts +1 -1
- package/dist/models/ModuleLite.js +1 -1
- package/dist/models/ModuleStatusEnum.d.ts +1 -1
- package/dist/models/ModuleStatusEnum.js +1 -1
- package/dist/models/NetworkEnum.d.ts +1 -1
- package/dist/models/NetworkEnum.js +1 -1
- package/dist/models/PageCreateAPI.d.ts +134 -0
- package/dist/models/PageCreateAPI.js +79 -0
- package/dist/models/PageCreateAPIAccessEnum.d.ts +25 -0
- package/dist/models/PageCreateAPIAccessEnum.js +51 -0
- package/dist/models/PageCreateAPIRequest.d.ts +86 -0
- package/dist/models/PageCreateAPIRequest.js +71 -0
- package/dist/models/PageDetailAPI.d.ts +79 -0
- package/dist/models/PageDetailAPI.js +57 -0
- package/dist/models/PaginatedArchivedCycleResponse.d.ts +1 -1
- package/dist/models/PaginatedArchivedCycleResponse.js +1 -1
- package/dist/models/PaginatedArchivedModuleResponse.d.ts +1 -1
- package/dist/models/PaginatedArchivedModuleResponse.js +1 -1
- package/dist/models/PaginatedCycleIssueResponse.d.ts +1 -1
- package/dist/models/PaginatedCycleIssueResponse.js +1 -1
- package/dist/models/PaginatedCycleResponse.d.ts +1 -1
- package/dist/models/PaginatedCycleResponse.js +1 -1
- package/dist/models/PaginatedEpicResponse.d.ts +98 -0
- package/dist/models/PaginatedEpicResponse.js +95 -0
- package/dist/models/PaginatedIntakeIssueResponse.d.ts +1 -1
- package/dist/models/PaginatedIntakeIssueResponse.js +1 -1
- package/dist/models/PaginatedIssueActivityDetailResponse.d.ts +1 -1
- package/dist/models/PaginatedIssueActivityDetailResponse.js +1 -1
- package/dist/models/PaginatedIssueActivityResponse.d.ts +1 -1
- package/dist/models/PaginatedIssueActivityResponse.js +1 -1
- package/dist/models/PaginatedIssueCommentResponse.d.ts +1 -1
- package/dist/models/PaginatedIssueCommentResponse.js +1 -1
- package/dist/models/PaginatedIssueLinkDetailResponse.d.ts +1 -1
- package/dist/models/PaginatedIssueLinkDetailResponse.js +1 -1
- package/dist/models/PaginatedIssueLinkResponse.d.ts +1 -1
- package/dist/models/PaginatedIssueLinkResponse.js +1 -1
- package/dist/models/PaginatedLabelResponse.d.ts +1 -1
- package/dist/models/PaginatedLabelResponse.js +1 -1
- package/dist/models/PaginatedModuleIssueResponse.d.ts +1 -1
- package/dist/models/PaginatedModuleIssueResponse.js +1 -1
- package/dist/models/PaginatedModuleResponse.d.ts +1 -1
- package/dist/models/PaginatedModuleResponse.js +1 -1
- package/dist/models/PaginatedProjectResponse.d.ts +1 -1
- package/dist/models/PaginatedProjectResponse.js +1 -1
- package/dist/models/PaginatedStateResponse.d.ts +1 -1
- package/dist/models/PaginatedStateResponse.js +1 -1
- package/dist/models/PaginatedWorkItemResponse.d.ts +1 -1
- package/dist/models/PaginatedWorkItemResponse.js +1 -1
- package/dist/models/PatchedAssetUpdateRequest.d.ts +1 -1
- package/dist/models/PatchedAssetUpdateRequest.js +1 -1
- package/dist/models/PatchedCycleUpdateRequest.d.ts +1 -1
- package/dist/models/PatchedCycleUpdateRequest.js +1 -1
- package/dist/models/PatchedGenericAssetUpdateRequest.d.ts +1 -1
- package/dist/models/PatchedGenericAssetUpdateRequest.js +1 -1
- package/dist/models/PatchedIntakeIssueUpdateRequest.d.ts +1 -1
- package/dist/models/PatchedIntakeIssueUpdateRequest.js +1 -1
- package/dist/models/PatchedIssueCommentCreateRequest.d.ts +4 -4
- package/dist/models/PatchedIssueCommentCreateRequest.js +4 -4
- package/dist/models/PatchedIssueLinkUpdateRequest.d.ts +1 -1
- package/dist/models/PatchedIssueLinkUpdateRequest.js +1 -1
- package/dist/models/PatchedIssuePropertyAPIRequest.d.ts +4 -4
- package/dist/models/PatchedIssuePropertyAPIRequest.js +4 -4
- package/dist/models/PatchedIssuePropertyOptionAPIRequest.d.ts +1 -1
- package/dist/models/PatchedIssuePropertyOptionAPIRequest.js +1 -1
- package/dist/models/PatchedIssueRequest.d.ts +1 -1
- package/dist/models/PatchedIssueRequest.js +1 -1
- package/dist/models/PatchedIssueTypeAPIRequest.d.ts +1 -1
- package/dist/models/PatchedIssueTypeAPIRequest.js +1 -1
- package/dist/models/PatchedIssueWorkLogAPIRequest.d.ts +1 -1
- package/dist/models/PatchedIssueWorkLogAPIRequest.js +1 -1
- package/dist/models/PatchedLabelCreateUpdateRequest.d.ts +1 -1
- package/dist/models/PatchedLabelCreateUpdateRequest.js +1 -1
- package/dist/models/PatchedModuleUpdateRequest.d.ts +1 -1
- package/dist/models/PatchedModuleUpdateRequest.js +1 -1
- package/dist/models/PatchedProjectUpdateRequest.d.ts +25 -1
- package/dist/models/PatchedProjectUpdateRequest.js +9 -1
- package/dist/models/PatchedStateRequest.d.ts +1 -1
- package/dist/models/PatchedStateRequest.js +1 -1
- package/dist/models/PriorityEnum.d.ts +1 -1
- package/dist/models/PriorityEnum.js +1 -1
- package/dist/models/Project.d.ts +1 -1
- package/dist/models/Project.js +1 -1
- package/dist/models/ProjectCreateRequest.d.ts +25 -1
- package/dist/models/ProjectCreateRequest.js +9 -1
- package/dist/models/ProjectWorklogSummary.d.ts +1 -1
- package/dist/models/ProjectWorklogSummary.js +1 -1
- package/dist/models/PropertyTypeEnum.d.ts +1 -1
- package/dist/models/PropertyTypeEnum.js +1 -1
- package/dist/models/RetrieveWorkItemAttachment400Response.d.ts +1 -1
- package/dist/models/RetrieveWorkItemAttachment400Response.js +1 -1
- package/dist/models/State.d.ts +1 -1
- package/dist/models/State.js +1 -1
- package/dist/models/StateLite.d.ts +1 -1
- package/dist/models/StateLite.js +1 -1
- package/dist/models/StateRequest.d.ts +1 -1
- package/dist/models/StateRequest.js +1 -1
- package/dist/models/TimezoneEnum.d.ts +1 -1
- package/dist/models/TimezoneEnum.js +1 -1
- package/dist/models/TransferCycleIssueRequestRequest.d.ts +1 -1
- package/dist/models/TransferCycleIssueRequestRequest.js +1 -1
- package/dist/models/TransferCycleWorkItems200Response.d.ts +1 -1
- package/dist/models/TransferCycleWorkItems200Response.js +1 -1
- package/dist/models/TransferCycleWorkItems400Response.d.ts +1 -1
- package/dist/models/TransferCycleWorkItems400Response.js +1 -1
- package/dist/models/TypeEnum.d.ts +1 -1
- package/dist/models/TypeEnum.js +1 -1
- package/dist/models/UserAssetUploadRequest.d.ts +1 -1
- package/dist/models/UserAssetUploadRequest.js +1 -1
- package/dist/models/UserLite.d.ts +1 -1
- package/dist/models/UserLite.js +1 -1
- package/dist/models/index.d.ts +15 -3
- package/dist/models/index.js +15 -3
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
- package/src/apis/AssetsApi.ts +1 -1
- package/src/apis/CyclesApi.ts +4 -4
- package/src/apis/EpicsApi.ts +177 -0
- package/src/apis/IntakeApi.ts +1 -1
- package/src/apis/LabelsApi.ts +1 -1
- package/src/apis/MembersApi.ts +1 -1
- package/src/apis/ModulesApi.ts +4 -4
- package/src/apis/PagesApi.ts +301 -0
- package/src/apis/ProjectsApi.ts +1 -1
- package/src/apis/StatesApi.ts +1 -1
- package/src/apis/UsersApi.ts +1 -1
- package/src/apis/WorkItemActivityApi.ts +1 -1
- package/src/apis/WorkItemAttachmentsApi.ts +81 -1
- package/src/apis/WorkItemCommentsApi.ts +1 -1
- package/src/apis/WorkItemLinksApi.ts +1 -1
- package/src/apis/WorkItemPropertiesApi.ts +90 -10
- package/src/apis/WorkItemTypesApi.ts +1 -1
- package/src/apis/WorkItemWorklogsApi.ts +1 -1
- package/src/apis/WorkItemsApi.ts +272 -4
- package/src/apis/WorkspacesApi.ts +80 -0
- package/src/apis/index.ts +3 -0
- package/src/models/AccessBd4Enum.ts +53 -0
- package/src/models/Cycle.ts +1 -1
- package/src/models/CycleCreateRequest.ts +1 -1
- package/src/models/CycleIssue.ts +1 -1
- package/src/models/CycleIssueRequestRequest.ts +1 -1
- package/src/models/CycleLite.ts +1 -1
- package/src/models/EntityTypeEnum.ts +1 -1
- package/src/models/Epic.ts +302 -0
- package/src/models/GenericAssetUploadRequest.ts +1 -1
- package/src/models/GetWorkspaceMembers200ResponseInner.ts +1 -1
- package/src/models/GroupEnum.ts +1 -1
- package/src/models/IntakeIssue.ts +1 -1
- package/src/models/IntakeIssueCreateRequest.ts +1 -1
- package/src/models/IntakeWorkItemStatusEnum.ts +1 -1
- package/src/models/Issue.ts +1 -1
- package/src/models/IssueActivity.ts +1 -1
- package/src/models/IssueAttachment.ts +1 -1
- package/src/models/IssueAttachmentUploadRequest.ts +1 -1
- package/src/models/IssueComment.ts +11 -11
- package/src/models/IssueCommentCreateRequest.ts +11 -11
- package/src/models/IssueDetail.ts +319 -0
- package/src/models/IssueExpand.ts +7 -21
- package/src/models/IssueForIntakeRequest.ts +1 -1
- package/src/models/IssueLink.ts +1 -1
- package/src/models/IssueLinkCreateRequest.ts +1 -1
- package/src/models/IssuePropertyAPI.ts +11 -11
- package/src/models/IssuePropertyAPIRelationTypeEnum.ts +53 -0
- package/src/models/IssuePropertyAPIRequest.ts +11 -11
- package/src/models/IssuePropertyOptionAPI.ts +1 -1
- package/src/models/IssuePropertyOptionAPIRequest.ts +1 -1
- package/src/models/IssuePropertyValueAPI.ts +1 -1
- package/src/models/IssuePropertyValueAPIDetail.ts +76 -0
- package/src/models/IssuePropertyValueAPIRequest.ts +1 -1
- package/src/models/IssueRelation.ts +150 -0
- package/src/models/IssueRelationCreateRelationTypeEnum.ts +65 -0
- package/src/models/IssueRelationCreateRequest.ts +96 -0
- package/src/models/IssueRelationRemoveRequest.ts +68 -0
- package/src/models/IssueRelationResponse.ts +130 -0
- package/src/models/IssueRequest.ts +1 -1
- package/src/models/IssueSearch.ts +4 -5
- package/src/models/IssueSearchItem.ts +1 -1
- package/src/models/IssueTypeAPI.ts +1 -1
- package/src/models/IssueTypeAPIRequest.ts +1 -1
- package/src/models/IssueWorkLogAPI.ts +1 -1
- package/src/models/IssueWorkLogAPIRequest.ts +1 -1
- package/src/models/Label.ts +1 -1
- package/src/models/LabelCreateUpdateRequest.ts +1 -1
- package/src/models/Module.ts +1 -1
- package/src/models/ModuleCreateRequest.ts +1 -1
- package/src/models/ModuleIssue.ts +1 -1
- package/src/models/ModuleIssueRequestRequest.ts +1 -1
- package/src/models/ModuleLite.ts +1 -1
- package/src/models/ModuleStatusEnum.ts +1 -1
- package/src/models/NetworkEnum.ts +1 -1
- package/src/models/PageCreateAPI.ts +204 -0
- package/src/models/PageCreateAPIAccessEnum.ts +53 -0
- package/src/models/PageCreateAPIRequest.ts +148 -0
- package/src/models/PageDetailAPI.ts +121 -0
- package/src/models/PaginatedArchivedCycleResponse.ts +1 -1
- package/src/models/PaginatedArchivedModuleResponse.ts +1 -1
- package/src/models/PaginatedCycleIssueResponse.ts +1 -1
- package/src/models/PaginatedCycleResponse.ts +1 -1
- package/src/models/PaginatedEpicResponse.ts +172 -0
- package/src/models/PaginatedIntakeIssueResponse.ts +1 -1
- package/src/models/PaginatedIssueActivityDetailResponse.ts +1 -1
- package/src/models/PaginatedIssueActivityResponse.ts +1 -1
- package/src/models/PaginatedIssueCommentResponse.ts +1 -1
- package/src/models/PaginatedIssueLinkDetailResponse.ts +1 -1
- package/src/models/PaginatedIssueLinkResponse.ts +1 -1
- package/src/models/PaginatedLabelResponse.ts +1 -1
- package/src/models/PaginatedModuleIssueResponse.ts +1 -1
- package/src/models/PaginatedModuleResponse.ts +1 -1
- package/src/models/PaginatedProjectResponse.ts +1 -1
- package/src/models/PaginatedStateResponse.ts +1 -1
- package/src/models/PaginatedWorkItemResponse.ts +1 -1
- package/src/models/PatchedAssetUpdateRequest.ts +1 -1
- package/src/models/PatchedCycleUpdateRequest.ts +1 -1
- package/src/models/PatchedGenericAssetUpdateRequest.ts +1 -1
- package/src/models/PatchedIntakeIssueUpdateRequest.ts +1 -1
- package/src/models/PatchedIssueCommentCreateRequest.ts +11 -11
- package/src/models/PatchedIssueLinkUpdateRequest.ts +1 -1
- package/src/models/PatchedIssuePropertyAPIRequest.ts +11 -11
- package/src/models/PatchedIssuePropertyOptionAPIRequest.ts +1 -1
- package/src/models/PatchedIssueRequest.ts +1 -1
- package/src/models/PatchedIssueTypeAPIRequest.ts +1 -1
- package/src/models/PatchedIssueWorkLogAPIRequest.ts +1 -1
- package/src/models/PatchedLabelCreateUpdateRequest.ts +1 -1
- package/src/models/PatchedModuleUpdateRequest.ts +1 -1
- package/src/models/PatchedProjectUpdateRequest.ts +33 -1
- package/src/models/PatchedStateRequest.ts +1 -1
- package/src/models/PriorityEnum.ts +1 -1
- package/src/models/Project.ts +1 -1
- package/src/models/ProjectCreateRequest.ts +33 -1
- package/src/models/ProjectWorklogSummary.ts +1 -1
- package/src/models/PropertyTypeEnum.ts +1 -1
- package/src/models/RetrieveWorkItemAttachment400Response.ts +1 -1
- package/src/models/State.ts +1 -1
- package/src/models/StateLite.ts +1 -1
- package/src/models/StateRequest.ts +1 -1
- package/src/models/TimezoneEnum.ts +1 -1
- package/src/models/TransferCycleIssueRequestRequest.ts +1 -1
- package/src/models/TransferCycleWorkItems200Response.ts +1 -1
- package/src/models/TransferCycleWorkItems400Response.ts +1 -1
- package/src/models/TypeEnum.ts +1 -1
- package/src/models/UserAssetUploadRequest.ts +1 -1
- package/src/models/UserLite.ts +1 -1
- package/src/models/index.ts +15 -3
- package/src/runtime.ts +1 -1
- package/dist/models/AccessEnum.d.ts +0 -25
- package/dist/models/AccessEnum.js +0 -51
- package/dist/models/LabelLite.d.ts +0 -46
- package/dist/models/LabelLite.js +0 -53
- package/dist/models/RelationTypeEnum.d.ts +0 -25
- package/dist/models/RelationTypeEnum.js +0 -51
- package/src/models/AccessEnum.ts +0 -53
- package/src/models/LabelLite.ts +0 -83
- package/src/models/RelationTypeEnum.ts +0 -53
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The Plane REST API
|
|
3
|
+
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
|
+
*
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
|
+
* Contact: support@plane.so
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*/
|
|
11
|
+
import type { Epic } from './Epic';
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface PaginatedEpicResponse
|
|
16
|
+
*/
|
|
17
|
+
export interface PaginatedEpicResponse {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof PaginatedEpicResponse
|
|
22
|
+
*/
|
|
23
|
+
groupedBy: string | null;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof PaginatedEpicResponse
|
|
28
|
+
*/
|
|
29
|
+
subGroupedBy: string | null;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof PaginatedEpicResponse
|
|
34
|
+
*/
|
|
35
|
+
totalCount: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof PaginatedEpicResponse
|
|
40
|
+
*/
|
|
41
|
+
nextCursor: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof PaginatedEpicResponse
|
|
46
|
+
*/
|
|
47
|
+
prevCursor: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {boolean}
|
|
51
|
+
* @memberof PaginatedEpicResponse
|
|
52
|
+
*/
|
|
53
|
+
nextPageResults: boolean;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {boolean}
|
|
57
|
+
* @memberof PaginatedEpicResponse
|
|
58
|
+
*/
|
|
59
|
+
prevPageResults: boolean;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof PaginatedEpicResponse
|
|
64
|
+
*/
|
|
65
|
+
count: number;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof PaginatedEpicResponse
|
|
70
|
+
*/
|
|
71
|
+
totalPages: number;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {number}
|
|
75
|
+
* @memberof PaginatedEpicResponse
|
|
76
|
+
*/
|
|
77
|
+
totalResults: number;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof PaginatedEpicResponse
|
|
82
|
+
*/
|
|
83
|
+
extraStats: string | null;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {Array<Epic>}
|
|
87
|
+
* @memberof PaginatedEpicResponse
|
|
88
|
+
*/
|
|
89
|
+
results: Array<Epic>;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* Check if a given object implements the PaginatedEpicResponse interface.
|
|
93
|
+
*/
|
|
94
|
+
export declare function instanceOfPaginatedEpicResponse(value: object): value is PaginatedEpicResponse;
|
|
95
|
+
export declare function PaginatedEpicResponseFromJSON(json: any): PaginatedEpicResponse;
|
|
96
|
+
export declare function PaginatedEpicResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaginatedEpicResponse;
|
|
97
|
+
export declare function PaginatedEpicResponseToJSON(json: any): PaginatedEpicResponse;
|
|
98
|
+
export declare function PaginatedEpicResponseToJSONTyped(value?: PaginatedEpicResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* The Plane REST API
|
|
6
|
+
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
|
+
*
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
|
+
* Contact: support@plane.so
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.instanceOfPaginatedEpicResponse = instanceOfPaginatedEpicResponse;
|
|
16
|
+
exports.PaginatedEpicResponseFromJSON = PaginatedEpicResponseFromJSON;
|
|
17
|
+
exports.PaginatedEpicResponseFromJSONTyped = PaginatedEpicResponseFromJSONTyped;
|
|
18
|
+
exports.PaginatedEpicResponseToJSON = PaginatedEpicResponseToJSON;
|
|
19
|
+
exports.PaginatedEpicResponseToJSONTyped = PaginatedEpicResponseToJSONTyped;
|
|
20
|
+
var Epic_1 = require("./Epic");
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the PaginatedEpicResponse interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfPaginatedEpicResponse(value) {
|
|
25
|
+
if (!('groupedBy' in value) || value['groupedBy'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('subGroupedBy' in value) || value['subGroupedBy'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
if (!('totalCount' in value) || value['totalCount'] === undefined)
|
|
30
|
+
return false;
|
|
31
|
+
if (!('nextCursor' in value) || value['nextCursor'] === undefined)
|
|
32
|
+
return false;
|
|
33
|
+
if (!('prevCursor' in value) || value['prevCursor'] === undefined)
|
|
34
|
+
return false;
|
|
35
|
+
if (!('nextPageResults' in value) || value['nextPageResults'] === undefined)
|
|
36
|
+
return false;
|
|
37
|
+
if (!('prevPageResults' in value) || value['prevPageResults'] === undefined)
|
|
38
|
+
return false;
|
|
39
|
+
if (!('count' in value) || value['count'] === undefined)
|
|
40
|
+
return false;
|
|
41
|
+
if (!('totalPages' in value) || value['totalPages'] === undefined)
|
|
42
|
+
return false;
|
|
43
|
+
if (!('totalResults' in value) || value['totalResults'] === undefined)
|
|
44
|
+
return false;
|
|
45
|
+
if (!('extraStats' in value) || value['extraStats'] === undefined)
|
|
46
|
+
return false;
|
|
47
|
+
if (!('results' in value) || value['results'] === undefined)
|
|
48
|
+
return false;
|
|
49
|
+
return true;
|
|
50
|
+
}
|
|
51
|
+
function PaginatedEpicResponseFromJSON(json) {
|
|
52
|
+
return PaginatedEpicResponseFromJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
function PaginatedEpicResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
55
|
+
if (json == null) {
|
|
56
|
+
return json;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'groupedBy': json['grouped_by'],
|
|
60
|
+
'subGroupedBy': json['sub_grouped_by'],
|
|
61
|
+
'totalCount': json['total_count'],
|
|
62
|
+
'nextCursor': json['next_cursor'],
|
|
63
|
+
'prevCursor': json['prev_cursor'],
|
|
64
|
+
'nextPageResults': json['next_page_results'],
|
|
65
|
+
'prevPageResults': json['prev_page_results'],
|
|
66
|
+
'count': json['count'],
|
|
67
|
+
'totalPages': json['total_pages'],
|
|
68
|
+
'totalResults': json['total_results'],
|
|
69
|
+
'extraStats': json['extra_stats'],
|
|
70
|
+
'results': (json['results'].map(Epic_1.EpicFromJSON)),
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
function PaginatedEpicResponseToJSON(json) {
|
|
74
|
+
return PaginatedEpicResponseToJSONTyped(json, false);
|
|
75
|
+
}
|
|
76
|
+
function PaginatedEpicResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
77
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
78
|
+
if (value == null) {
|
|
79
|
+
return value;
|
|
80
|
+
}
|
|
81
|
+
return {
|
|
82
|
+
'grouped_by': value['groupedBy'],
|
|
83
|
+
'sub_grouped_by': value['subGroupedBy'],
|
|
84
|
+
'total_count': value['totalCount'],
|
|
85
|
+
'next_cursor': value['nextCursor'],
|
|
86
|
+
'prev_cursor': value['prevCursor'],
|
|
87
|
+
'next_page_results': value['nextPageResults'],
|
|
88
|
+
'prev_page_results': value['prevPageResults'],
|
|
89
|
+
'count': value['count'],
|
|
90
|
+
'total_pages': value['totalPages'],
|
|
91
|
+
'total_results': value['totalResults'],
|
|
92
|
+
'extra_stats': value['extraStats'],
|
|
93
|
+
'results': (value['results'].map(Epic_1.EpicToJSON)),
|
|
94
|
+
};
|
|
95
|
+
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*/
|
|
11
|
-
import type {
|
|
11
|
+
import type { AccessBd4Enum } from './AccessBd4Enum';
|
|
12
12
|
/**
|
|
13
13
|
* Serializer for creating work item comments.
|
|
14
14
|
*
|
|
@@ -32,10 +32,10 @@ export interface PatchedIssueCommentCreateRequest {
|
|
|
32
32
|
commentHtml?: string;
|
|
33
33
|
/**
|
|
34
34
|
*
|
|
35
|
-
* @type {
|
|
35
|
+
* @type {AccessBd4Enum}
|
|
36
36
|
* @memberof PatchedIssueCommentCreateRequest
|
|
37
37
|
*/
|
|
38
|
-
access?:
|
|
38
|
+
access?: AccessBd4Enum;
|
|
39
39
|
/**
|
|
40
40
|
*
|
|
41
41
|
* @type {string}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -17,7 +17,7 @@ exports.PatchedIssueCommentCreateRequestFromJSON = PatchedIssueCommentCreateRequ
|
|
|
17
17
|
exports.PatchedIssueCommentCreateRequestFromJSONTyped = PatchedIssueCommentCreateRequestFromJSONTyped;
|
|
18
18
|
exports.PatchedIssueCommentCreateRequestToJSON = PatchedIssueCommentCreateRequestToJSON;
|
|
19
19
|
exports.PatchedIssueCommentCreateRequestToJSONTyped = PatchedIssueCommentCreateRequestToJSONTyped;
|
|
20
|
-
var
|
|
20
|
+
var AccessBd4Enum_1 = require("./AccessBd4Enum");
|
|
21
21
|
/**
|
|
22
22
|
* Check if a given object implements the PatchedIssueCommentCreateRequest interface.
|
|
23
23
|
*/
|
|
@@ -34,7 +34,7 @@ function PatchedIssueCommentCreateRequestFromJSONTyped(json, ignoreDiscriminator
|
|
|
34
34
|
return {
|
|
35
35
|
'commentJson': json['comment_json'] == null ? undefined : json['comment_json'],
|
|
36
36
|
'commentHtml': json['comment_html'] == null ? undefined : json['comment_html'],
|
|
37
|
-
'access': json['access'] == null ? undefined : (0,
|
|
37
|
+
'access': json['access'] == null ? undefined : (0, AccessBd4Enum_1.AccessBd4EnumFromJSON)(json['access']),
|
|
38
38
|
'externalSource': json['external_source'] == null ? undefined : json['external_source'],
|
|
39
39
|
'externalId': json['external_id'] == null ? undefined : json['external_id'],
|
|
40
40
|
};
|
|
@@ -50,7 +50,7 @@ function PatchedIssueCommentCreateRequestToJSONTyped(value, ignoreDiscriminator)
|
|
|
50
50
|
return {
|
|
51
51
|
'comment_json': value['commentJson'],
|
|
52
52
|
'comment_html': value['commentHtml'],
|
|
53
|
-
'access': (0,
|
|
53
|
+
'access': (0, AccessBd4Enum_1.AccessBd4EnumToJSON)(value['access']),
|
|
54
54
|
'external_source': value['externalSource'],
|
|
55
55
|
'external_id': value['externalId'],
|
|
56
56
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* The Plane REST API
|
|
6
6
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
7
7
|
*
|
|
8
|
-
* The version of the API Spec: 0.0.
|
|
8
|
+
* The version of the API Spec: 0.0.2
|
|
9
9
|
* Contact: support@plane.so
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated.
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* The Plane REST API
|
|
3
3
|
* The Plane REST API Visit our quick start guide and full API documentation at [developers.plane.so](https://developers.plane.so/api-reference/introduction).
|
|
4
4
|
*
|
|
5
|
-
* The version of the API Spec: 0.0.
|
|
5
|
+
* The version of the API Spec: 0.0.2
|
|
6
6
|
* Contact: support@plane.so
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated.
|
|
9
9
|
* Do not edit the class manually.
|
|
10
10
|
*/
|
|
11
|
-
import type {
|
|
11
|
+
import type { IssuePropertyAPIRelationTypeEnum } from './IssuePropertyAPIRelationTypeEnum';
|
|
12
12
|
import type { PropertyTypeEnum } from './PropertyTypeEnum';
|
|
13
13
|
/**
|
|
14
14
|
*
|
|
@@ -18,10 +18,10 @@ import type { PropertyTypeEnum } from './PropertyTypeEnum';
|
|
|
18
18
|
export interface PatchedIssuePropertyAPIRequest {
|
|
19
19
|
/**
|
|
20
20
|
*
|
|
21
|
-
* @type {
|
|
21
|
+
* @type {IssuePropertyAPIRelationTypeEnum}
|
|
22
22
|
* @memberof PatchedIssuePropertyAPIRequest
|
|
23
23
|
*/
|
|
24
|
-
relationType?:
|
|
24
|
+
relationType?: IssuePropertyAPIRelationTypeEnum | null;
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
* @type {string}
|