@makeplane/plane-node-sdk 0.1.4 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +7 -0
- package/README.md +117 -76
- package/dist/Configuration.d.ts +21 -0
- package/dist/Configuration.d.ts.map +1 -0
- package/dist/Configuration.js +28 -0
- package/dist/Configuration.js.map +1 -0
- package/dist/api/BaseResource.d.ts +55 -0
- package/dist/api/BaseResource.d.ts.map +1 -0
- package/dist/api/BaseResource.js +179 -0
- package/dist/api/BaseResource.js.map +1 -0
- package/dist/api/Customers/Properties.d.ts +44 -0
- package/dist/api/Customers/Properties.d.ts.map +1 -0
- package/dist/api/Customers/Properties.js +65 -0
- package/dist/api/Customers/Properties.js.map +1 -0
- package/dist/api/Customers/Requests.d.ts +32 -0
- package/dist/api/Customers/Requests.d.ts.map +1 -0
- package/dist/api/Customers/Requests.js +45 -0
- package/dist/api/Customers/Requests.js.map +1 -0
- package/dist/api/Customers/index.d.ts +49 -0
- package/dist/api/Customers/index.d.ts.map +1 -0
- package/dist/api/Customers/index.js +71 -0
- package/dist/api/Customers/index.js.map +1 -0
- package/dist/api/Cycles.d.ts +61 -0
- package/dist/api/Cycles.d.ts.map +1 -0
- package/dist/api/Cycles.js +89 -0
- package/dist/api/Cycles.js.map +1 -0
- package/dist/api/Epics.d.ts +20 -0
- package/dist/api/Epics.d.ts.map +1 -0
- package/dist/api/Epics.js +27 -0
- package/dist/api/Epics.js.map +1 -0
- package/dist/api/Intake.d.ts +32 -0
- package/dist/api/Intake.d.ts.map +1 -0
- package/dist/api/Intake.js +45 -0
- package/dist/api/Intake.js.map +1 -0
- package/dist/api/Labels.d.ts +58 -0
- package/dist/api/Labels.d.ts.map +1 -0
- package/dist/api/Labels.js +45 -0
- package/dist/api/Labels.js.map +1 -0
- package/dist/api/Links.d.ts +32 -0
- package/dist/api/Links.d.ts.map +1 -0
- package/dist/api/Links.js +45 -0
- package/dist/api/Links.js.map +1 -0
- package/dist/api/Members.d.ts +56 -0
- package/dist/api/Members.d.ts.map +1 -0
- package/dist/api/Members.js +45 -0
- package/dist/api/Members.js.map +1 -0
- package/dist/api/Modules.d.ts +57 -0
- package/dist/api/Modules.d.ts.map +1 -0
- package/dist/api/Modules.js +83 -0
- package/dist/api/Modules.js.map +1 -0
- package/dist/api/Pages.d.ts +35 -0
- package/dist/api/Pages.d.ts.map +1 -0
- package/dist/api/Pages.js +53 -0
- package/dist/api/Pages.js.map +1 -0
- package/dist/api/Projects.d.ts +41 -0
- package/dist/api/Projects.d.ts.map +1 -0
- package/dist/api/Projects.js +60 -0
- package/dist/api/Projects.js.map +1 -0
- package/dist/api/States.d.ts +32 -0
- package/dist/api/States.d.ts.map +1 -0
- package/dist/api/States.js +45 -0
- package/dist/api/States.js.map +1 -0
- package/dist/api/Users.d.ts +15 -0
- package/dist/api/Users.d.ts.map +1 -0
- package/dist/api/Users.js +21 -0
- package/dist/api/Users.js.map +1 -0
- package/dist/api/WorkItemProperties/Options.d.ts +31 -0
- package/dist/api/WorkItemProperties/Options.d.ts.map +1 -0
- package/dist/api/WorkItemProperties/Options.js +45 -0
- package/dist/api/WorkItemProperties/Options.js.map +1 -0
- package/dist/api/WorkItemProperties/Values.d.ts +23 -0
- package/dist/api/WorkItemProperties/Values.d.ts.map +1 -0
- package/dist/api/WorkItemProperties/Values.js +34 -0
- package/dist/api/WorkItemProperties/Values.js.map +1 -0
- package/dist/api/WorkItemProperties/index.d.ts +35 -0
- package/dist/api/WorkItemProperties/index.d.ts.map +1 -0
- package/dist/api/WorkItemProperties/index.js +49 -0
- package/dist/api/WorkItemProperties/index.js.map +1 -0
- package/dist/api/WorkItemTypes.d.ts +36 -0
- package/dist/api/WorkItemTypes.d.ts.map +1 -0
- package/dist/api/WorkItemTypes.js +45 -0
- package/dist/api/WorkItemTypes.js.map +1 -0
- package/dist/api/WorkItems/Activities.d.ts +20 -0
- package/dist/api/WorkItems/Activities.d.ts.map +1 -0
- package/dist/api/WorkItems/Activities.js +27 -0
- package/dist/api/WorkItems/Activities.js.map +1 -0
- package/dist/api/WorkItems/Attachments.d.ts +31 -0
- package/dist/api/WorkItems/Attachments.d.ts.map +1 -0
- package/dist/api/WorkItems/Attachments.js +45 -0
- package/dist/api/WorkItems/Attachments.js.map +1 -0
- package/dist/api/WorkItems/Comments.d.ts +32 -0
- package/dist/api/WorkItems/Comments.d.ts.map +1 -0
- package/dist/api/WorkItems/Comments.js +45 -0
- package/dist/api/WorkItems/Comments.js.map +1 -0
- package/dist/api/WorkItems/Relations.d.ts +23 -0
- package/dist/api/WorkItems/Relations.d.ts.map +1 -0
- package/dist/api/WorkItems/Relations.js +33 -0
- package/dist/api/WorkItems/Relations.js.map +1 -0
- package/dist/api/WorkItems/WorkLogs.d.ts +27 -0
- package/dist/api/WorkItems/WorkLogs.d.ts.map +1 -0
- package/dist/api/WorkItems/WorkLogs.js +39 -0
- package/dist/api/WorkItems/WorkLogs.js.map +1 -0
- package/dist/api/WorkItems/index.d.ts +48 -0
- package/dist/api/WorkItems/index.d.ts.map +1 -0
- package/dist/api/WorkItems/index.js +75 -0
- package/dist/api/WorkItems/index.js.map +1 -0
- package/dist/api/Workspace.d.ts +15 -0
- package/dist/api/Workspace.d.ts.map +1 -0
- package/dist/api/Workspace.js +21 -0
- package/dist/api/Workspace.js.map +1 -0
- package/dist/client/index.d.ts +4 -0
- package/dist/client/index.d.ts.map +1 -0
- package/dist/client/index.js +8 -0
- package/dist/client/index.js.map +1 -0
- package/dist/{oauth/api.d.ts → client/oauth-client.d.ts} +7 -5
- package/dist/client/oauth-client.d.ts.map +1 -0
- package/dist/client/oauth-client.js +129 -0
- package/dist/client/oauth-client.js.map +1 -0
- package/dist/client/plane-client.d.ts +47 -0
- package/dist/client/plane-client.d.ts.map +1 -0
- package/dist/client/plane-client.js +55 -0
- package/dist/client/plane-client.js.map +1 -0
- package/dist/errors/HttpError.d.ts +8 -0
- package/dist/errors/HttpError.d.ts.map +1 -0
- package/dist/errors/HttpError.js +15 -0
- package/dist/errors/HttpError.js.map +1 -0
- package/dist/errors/PlaneError.d.ts +9 -0
- package/dist/errors/PlaneError.d.ts.map +1 -0
- package/dist/errors/PlaneError.js +16 -0
- package/dist/errors/PlaneError.js.map +1 -0
- package/dist/errors/index.d.ts +3 -0
- package/dist/errors/index.d.ts.map +1 -0
- package/dist/errors/index.js +8 -0
- package/dist/errors/index.js.map +1 -0
- package/dist/index.d.ts +31 -4
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +67 -5
- package/dist/index.js.map +1 -0
- package/dist/models/Attachment.d.ts +46 -0
- package/dist/models/Attachment.d.ts.map +1 -0
- package/dist/models/Attachment.js +7 -0
- package/dist/models/Attachment.js.map +1 -0
- package/dist/models/Comment.d.ts +43 -0
- package/dist/models/Comment.d.ts.map +1 -0
- package/dist/models/Comment.js +3 -0
- package/dist/models/Comment.js.map +1 -0
- package/dist/models/Customer.d.ts +136 -0
- package/dist/models/Customer.d.ts.map +1 -0
- package/dist/models/Customer.js +3 -0
- package/dist/models/Customer.js.map +1 -0
- package/dist/models/Cycle.d.ts +59 -210
- package/dist/models/Cycle.d.ts.map +1 -0
- package/dist/models/Cycle.js +1 -91
- package/dist/models/Cycle.js.map +1 -0
- package/dist/models/Epic.d.ts +34 -0
- package/dist/models/Epic.d.ts.map +1 -0
- package/dist/{oauth/models.js → models/Epic.js} +1 -0
- package/dist/models/Epic.js.map +1 -0
- package/dist/models/Intake.d.ts +48 -0
- package/dist/models/Intake.d.ts.map +1 -0
- package/dist/models/Intake.js +3 -0
- package/dist/models/Intake.js.map +1 -0
- package/dist/models/Label.d.ts +13 -113
- package/dist/models/Label.d.ts.map +1 -0
- package/dist/models/Label.js +1 -68
- package/dist/models/Label.js.map +1 -0
- package/dist/models/Link.d.ts +25 -0
- package/dist/models/Link.d.ts.map +1 -0
- package/dist/models/Link.js +3 -0
- package/dist/models/Link.js.map +1 -0
- package/dist/models/Module.d.ts +55 -193
- package/dist/models/Module.d.ts.map +1 -0
- package/dist/models/Module.js +1 -89
- package/dist/models/Module.js.map +1 -0
- package/dist/{oauth/models.d.ts → models/OAuth.d.ts} +1 -0
- package/dist/models/OAuth.d.ts.map +1 -0
- package/dist/models/OAuth.js +3 -0
- package/dist/models/OAuth.js.map +1 -0
- package/dist/models/Page.d.ts +14 -0
- package/dist/models/Page.d.ts.map +1 -0
- package/dist/models/Page.js +3 -0
- package/dist/models/Page.js.map +1 -0
- package/dist/models/Project.d.ts +42 -290
- package/dist/models/Project.d.ts.map +1 -0
- package/dist/models/Project.js +1 -122
- package/dist/models/Project.js.map +1 -0
- package/dist/models/State.d.ts +34 -124
- package/dist/models/State.d.ts.map +1 -0
- package/dist/models/State.js +2 -73
- package/dist/models/State.js.map +1 -0
- package/dist/models/User.d.ts +10 -0
- package/dist/models/User.d.ts.map +1 -0
- package/dist/models/User.js +3 -0
- package/dist/models/User.js.map +1 -0
- package/dist/models/WorkItem.d.ts +111 -0
- package/dist/models/WorkItem.d.ts.map +1 -0
- package/dist/models/WorkItem.js +3 -0
- package/dist/models/WorkItem.js.map +1 -0
- package/dist/models/WorkItemProperty.d.ts +123 -0
- package/dist/models/WorkItemProperty.d.ts.map +1 -0
- package/dist/models/WorkItemProperty.js +3 -0
- package/dist/models/WorkItemProperty.js.map +1 -0
- package/dist/models/WorkItemRelation.d.ts +34 -0
- package/dist/models/WorkItemRelation.d.ts.map +1 -0
- package/dist/models/WorkItemRelation.js +3 -0
- package/dist/models/WorkItemRelation.js.map +1 -0
- package/dist/models/WorkItemType.d.ts +18 -0
- package/dist/models/WorkItemType.d.ts.map +1 -0
- package/dist/models/WorkItemType.js +3 -0
- package/dist/models/WorkItemType.js.map +1 -0
- package/dist/models/WorkLog.d.ts +23 -0
- package/dist/models/WorkLog.d.ts.map +1 -0
- package/dist/models/WorkLog.js +3 -0
- package/dist/models/WorkLog.js.map +1 -0
- package/dist/models/common.d.ts +63 -0
- package/dist/models/common.d.ts.map +1 -0
- package/dist/models/common.js +6 -0
- package/dist/models/common.js.map +1 -0
- package/dist/models/index.d.ts +11 -95
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/index.js +9 -94
- package/dist/models/index.js.map +1 -0
- package/package.json +49 -14
- package/.github/workflows/publish-node-sdk.yml +0 -43
- package/.openapi-generator/FILES +0 -124
- package/.openapi-generator/VERSION +0 -1
- package/.openapi-generator-ignore +0 -23
- package/dist/apis/AssetsApi.d.ts +0 -100
- package/dist/apis/AssetsApi.js +0 -522
- package/dist/apis/CyclesApi.d.ts +0 -225
- package/dist/apis/CyclesApi.js +0 -1142
- package/dist/apis/IntakeApi.d.ts +0 -96
- package/dist/apis/IntakeApi.js +0 -485
- package/dist/apis/LabelsApi.d.ts +0 -97
- package/dist/apis/LabelsApi.js +0 -488
- package/dist/apis/MembersApi.d.ts +0 -44
- package/dist/apis/MembersApi.js +0 -228
- package/dist/apis/ModulesApi.d.ts +0 -198
- package/dist/apis/ModulesApi.js +0 -991
- package/dist/apis/ProjectsApi.d.ts +0 -120
- package/dist/apis/ProjectsApi.js +0 -621
- package/dist/apis/StatesApi.d.ts +0 -96
- package/dist/apis/StatesApi.js +0 -485
- package/dist/apis/UsersApi.d.ts +0 -27
- package/dist/apis/UsersApi.js +0 -149
- package/dist/apis/WorkItemActivityApi.d.ts +0 -58
- package/dist/apis/WorkItemActivityApi.js +0 -270
- package/dist/apis/WorkItemAttachmentsApi.d.ts +0 -80
- package/dist/apis/WorkItemAttachmentsApi.js +0 -400
- package/dist/apis/WorkItemCommentsApi.d.ts +0 -102
- package/dist/apis/WorkItemCommentsApi.js +0 -500
- package/dist/apis/WorkItemLinksApi.d.ts +0 -106
- package/dist/apis/WorkItemLinksApi.js +0 -515
- package/dist/apis/WorkItemPropertiesApi.d.ts +0 -210
- package/dist/apis/WorkItemPropertiesApi.js +0 -1066
- package/dist/apis/WorkItemTypesApi.d.ts +0 -92
- package/dist/apis/WorkItemTypesApi.js +0 -473
- package/dist/apis/WorkItemWorklogsApi.d.ts +0 -95
- package/dist/apis/WorkItemWorklogsApi.js +0 -479
- package/dist/apis/WorkItemsApi.d.ts +0 -134
- package/dist/apis/WorkItemsApi.js +0 -674
- package/dist/apis/index.d.ts +0 -17
- package/dist/apis/index.js +0 -34
- package/dist/models/AccessEnum.d.ts +0 -25
- package/dist/models/AccessEnum.js +0 -51
- package/dist/models/CycleCreateRequest.d.ts +0 -77
- package/dist/models/CycleCreateRequest.js +0 -67
- package/dist/models/CycleIssue.d.ts +0 -94
- package/dist/models/CycleIssue.js +0 -65
- package/dist/models/CycleIssueRequestRequest.d.ts +0 -34
- package/dist/models/CycleIssueRequestRequest.js +0 -50
- package/dist/models/CycleLite.d.ts +0 -161
- package/dist/models/CycleLite.js +0 -96
- package/dist/models/EntityTypeEnum.d.ts +0 -25
- package/dist/models/EntityTypeEnum.js +0 -51
- package/dist/models/GenericAssetUploadRequest.d.ts +0 -65
- package/dist/models/GenericAssetUploadRequest.js +0 -62
- package/dist/models/GetWorkspaceMembers200ResponseInner.d.ts +0 -73
- package/dist/models/GetWorkspaceMembers200ResponseInner.js +0 -55
- package/dist/models/GroupEnum.d.ts +0 -33
- package/dist/models/GroupEnum.js +0 -59
- package/dist/models/IntakeIssue.d.ts +0 -150
- package/dist/models/IntakeIssue.js +0 -80
- package/dist/models/IntakeIssueCreateRequest.d.ts +0 -72
- package/dist/models/IntakeIssueCreateRequest.js +0 -66
- package/dist/models/IntakeWorkItemStatusEnum.d.ts +0 -31
- package/dist/models/IntakeWorkItemStatusEnum.js +0 -57
- package/dist/models/Issue.d.ts +0 -197
- package/dist/models/Issue.js +0 -98
- package/dist/models/IssueActivity.d.ts +0 -136
- package/dist/models/IssueActivity.js +0 -83
- package/dist/models/IssueAttachment.d.ts +0 -172
- package/dist/models/IssueAttachment.js +0 -89
- package/dist/models/IssueAttachmentUploadRequest.d.ts +0 -58
- package/dist/models/IssueAttachmentUploadRequest.js +0 -60
- package/dist/models/IssueComment.d.ts +0 -137
- package/dist/models/IssueComment.js +0 -74
- package/dist/models/IssueCommentCreateRequest.d.ts +0 -59
- package/dist/models/IssueCommentCreateRequest.js +0 -57
- package/dist/models/IssueDetail.d.ts +0 -211
- package/dist/models/IssueDetail.js +0 -108
- package/dist/models/IssueExpand.d.ts +0 -224
- package/dist/models/IssueExpand.js +0 -103
- package/dist/models/IssueForIntakeRequest.d.ts +0 -53
- package/dist/models/IssueForIntakeRequest.js +0 -57
- package/dist/models/IssueLink.d.ts +0 -100
- package/dist/models/IssueLink.js +0 -64
- package/dist/models/IssueLinkCreateRequest.d.ts +0 -34
- package/dist/models/IssueLinkCreateRequest.js +0 -50
- package/dist/models/IssuePropertyAPI.d.ts +0 -171
- package/dist/models/IssuePropertyAPI.js +0 -88
- package/dist/models/IssuePropertyAPIRequest.d.ts +0 -99
- package/dist/models/IssuePropertyAPIRequest.js +0 -76
- package/dist/models/IssuePropertyOptionAPI.d.ts +0 -133
- package/dist/models/IssuePropertyOptionAPI.js +0 -73
- package/dist/models/IssuePropertyOptionAPIRequest.d.ts +0 -67
- package/dist/models/IssuePropertyOptionAPIRequest.js +0 -62
- package/dist/models/IssuePropertyValueAPI.d.ts +0 -133
- package/dist/models/IssuePropertyValueAPI.js +0 -78
- package/dist/models/IssuePropertyValueAPIDetail.d.ts +0 -39
- package/dist/models/IssuePropertyValueAPIDetail.js +0 -54
- package/dist/models/IssuePropertyValueAPIRequest.d.ts +0 -85
- package/dist/models/IssuePropertyValueAPIRequest.js +0 -70
- package/dist/models/IssueRequest.d.ts +0 -167
- package/dist/models/IssueRequest.js +0 -95
- package/dist/models/IssueSearch.d.ts +0 -34
- package/dist/models/IssueSearch.js +0 -51
- package/dist/models/IssueSearchItem.d.ts +0 -64
- package/dist/models/IssueSearchItem.js +0 -70
- package/dist/models/IssueTypeAPI.d.ts +0 -127
- package/dist/models/IssueTypeAPI.js +0 -72
- package/dist/models/IssueTypeAPIRequest.d.ts +0 -67
- package/dist/models/IssueTypeAPIRequest.js +0 -62
- package/dist/models/IssueWorkLogAPI.d.ts +0 -85
- package/dist/models/IssueWorkLogAPI.js +0 -60
- package/dist/models/IssueWorkLogAPIRequest.d.ts +0 -49
- package/dist/models/IssueWorkLogAPIRequest.js +0 -54
- package/dist/models/LabelCreateUpdateRequest.d.ts +0 -70
- package/dist/models/LabelCreateUpdateRequest.js +0 -62
- package/dist/models/ModuleCreateRequest.d.ts +0 -83
- package/dist/models/ModuleCreateRequest.js +0 -67
- package/dist/models/ModuleIssue.d.ts +0 -94
- package/dist/models/ModuleIssue.js +0 -63
- package/dist/models/ModuleIssueRequestRequest.d.ts +0 -34
- package/dist/models/ModuleIssueRequestRequest.js +0 -50
- package/dist/models/ModuleLite.d.ts +0 -167
- package/dist/models/ModuleLite.js +0 -97
- package/dist/models/ModuleStatusEnum.d.ts +0 -33
- package/dist/models/ModuleStatusEnum.js +0 -59
- package/dist/models/NetworkEnum.d.ts +0 -25
- package/dist/models/NetworkEnum.js +0 -51
- package/dist/models/PaginatedArchivedCycleResponse.d.ts +0 -98
- package/dist/models/PaginatedArchivedCycleResponse.js +0 -95
- package/dist/models/PaginatedArchivedModuleResponse.d.ts +0 -98
- package/dist/models/PaginatedArchivedModuleResponse.js +0 -95
- package/dist/models/PaginatedCycleIssueResponse.d.ts +0 -98
- package/dist/models/PaginatedCycleIssueResponse.js +0 -95
- package/dist/models/PaginatedCycleResponse.d.ts +0 -98
- package/dist/models/PaginatedCycleResponse.js +0 -95
- package/dist/models/PaginatedIntakeIssueResponse.d.ts +0 -98
- package/dist/models/PaginatedIntakeIssueResponse.js +0 -95
- package/dist/models/PaginatedIssueActivityDetailResponse.d.ts +0 -98
- package/dist/models/PaginatedIssueActivityDetailResponse.js +0 -95
- package/dist/models/PaginatedIssueActivityResponse.d.ts +0 -98
- package/dist/models/PaginatedIssueActivityResponse.js +0 -95
- package/dist/models/PaginatedIssueCommentResponse.d.ts +0 -98
- package/dist/models/PaginatedIssueCommentResponse.js +0 -95
- package/dist/models/PaginatedIssueLinkDetailResponse.d.ts +0 -98
- package/dist/models/PaginatedIssueLinkDetailResponse.js +0 -95
- package/dist/models/PaginatedIssueLinkResponse.d.ts +0 -98
- package/dist/models/PaginatedIssueLinkResponse.js +0 -95
- package/dist/models/PaginatedLabelResponse.d.ts +0 -98
- package/dist/models/PaginatedLabelResponse.js +0 -95
- package/dist/models/PaginatedModuleIssueResponse.d.ts +0 -98
- package/dist/models/PaginatedModuleIssueResponse.js +0 -95
- package/dist/models/PaginatedModuleResponse.d.ts +0 -98
- package/dist/models/PaginatedModuleResponse.js +0 -95
- package/dist/models/PaginatedProjectResponse.d.ts +0 -98
- package/dist/models/PaginatedProjectResponse.js +0 -95
- package/dist/models/PaginatedStateResponse.d.ts +0 -98
- package/dist/models/PaginatedStateResponse.js +0 -95
- package/dist/models/PaginatedWorkItemResponse.d.ts +0 -98
- package/dist/models/PaginatedWorkItemResponse.js +0 -95
- package/dist/models/PatchedAssetUpdateRequest.d.ts +0 -34
- package/dist/models/PatchedAssetUpdateRequest.js +0 -48
- package/dist/models/PatchedCycleUpdateRequest.d.ts +0 -77
- package/dist/models/PatchedCycleUpdateRequest.js +0 -63
- package/dist/models/PatchedGenericAssetUpdateRequest.d.ts +0 -34
- package/dist/models/PatchedGenericAssetUpdateRequest.js +0 -48
- package/dist/models/PatchedIntakeIssueUpdateRequest.d.ts +0 -66
- package/dist/models/PatchedIntakeIssueUpdateRequest.js +0 -60
- package/dist/models/PatchedIssueCommentCreateRequest.d.ts +0 -59
- package/dist/models/PatchedIssueCommentCreateRequest.js +0 -57
- package/dist/models/PatchedIssueLinkUpdateRequest.d.ts +0 -34
- package/dist/models/PatchedIssueLinkUpdateRequest.js +0 -48
- package/dist/models/PatchedIssuePropertyAPIRequest.d.ts +0 -99
- package/dist/models/PatchedIssuePropertyAPIRequest.js +0 -72
- package/dist/models/PatchedIssuePropertyOptionAPIRequest.d.ts +0 -67
- package/dist/models/PatchedIssuePropertyOptionAPIRequest.js +0 -60
- package/dist/models/PatchedIssueRequest.d.ts +0 -167
- package/dist/models/PatchedIssueRequest.js +0 -93
- package/dist/models/PatchedIssueTypeAPIRequest.d.ts +0 -67
- package/dist/models/PatchedIssueTypeAPIRequest.js +0 -60
- package/dist/models/PatchedIssueWorkLogAPIRequest.d.ts +0 -49
- package/dist/models/PatchedIssueWorkLogAPIRequest.js +0 -54
- package/dist/models/PatchedLabelCreateUpdateRequest.d.ts +0 -70
- package/dist/models/PatchedLabelCreateUpdateRequest.js +0 -60
- package/dist/models/PatchedModuleUpdateRequest.d.ts +0 -83
- package/dist/models/PatchedModuleUpdateRequest.js +0 -65
- package/dist/models/PatchedProjectUpdateRequest.d.ts +0 -143
- package/dist/models/PatchedProjectUpdateRequest.js +0 -85
- package/dist/models/PatchedStateRequest.d.ts +0 -83
- package/dist/models/PatchedStateRequest.js +0 -65
- package/dist/models/PriorityEnum.d.ts +0 -31
- package/dist/models/PriorityEnum.js +0 -57
- package/dist/models/ProjectCreateRequest.d.ts +0 -131
- package/dist/models/ProjectCreateRequest.js +0 -85
- package/dist/models/ProjectWorklogSummary.d.ts +0 -37
- package/dist/models/ProjectWorklogSummary.js +0 -54
- package/dist/models/PropertyTypeEnum.d.ts +0 -39
- package/dist/models/PropertyTypeEnum.js +0 -65
- package/dist/models/RelationTypeEnum.d.ts +0 -25
- package/dist/models/RelationTypeEnum.js +0 -51
- package/dist/models/RetrieveWorkItemAttachment400Response.d.ts +0 -37
- package/dist/models/RetrieveWorkItemAttachment400Response.js +0 -50
- package/dist/models/StateLite.d.ts +0 -53
- package/dist/models/StateLite.js +0 -50
- package/dist/models/StateRequest.d.ts +0 -83
- package/dist/models/StateRequest.js +0 -69
- package/dist/models/TimezoneEnum.d.ts +0 -887
- package/dist/models/TimezoneEnum.js +0 -913
- package/dist/models/TransferCycleIssueRequestRequest.d.ts +0 -34
- package/dist/models/TransferCycleIssueRequestRequest.js +0 -50
- package/dist/models/TransferCycleWorkItems200Response.d.ts +0 -31
- package/dist/models/TransferCycleWorkItems200Response.js +0 -48
- package/dist/models/TransferCycleWorkItems400Response.d.ts +0 -31
- package/dist/models/TransferCycleWorkItems400Response.js +0 -48
- package/dist/models/TypeEnum.d.ts +0 -31
- package/dist/models/TypeEnum.js +0 -57
- package/dist/models/UserAssetUploadRequest.d.ts +0 -64
- package/dist/models/UserAssetUploadRequest.js +0 -62
- package/dist/models/UserLite.d.ts +0 -70
- package/dist/models/UserLite.js +0 -52
- package/dist/oauth/api.js +0 -243
- package/dist/runtime.d.ts +0 -183
- package/dist/runtime.js +0 -563
- package/eslint.config.mjs +0 -11
- package/src/apis/AssetsApi.ts +0 -388
- package/src/apis/CyclesApi.ts +0 -1031
- package/src/apis/IntakeApi.ts +0 -401
- package/src/apis/LabelsApi.ts +0 -406
- package/src/apis/MembersApi.ts +0 -146
- package/src/apis/ModulesApi.ts +0 -890
- package/src/apis/ProjectsApi.ts +0 -486
- package/src/apis/StatesApi.ts +0 -401
- package/src/apis/UsersApi.ts +0 -71
- package/src/apis/WorkItemActivityApi.ts +0 -228
- package/src/apis/WorkItemAttachmentsApi.ts +0 -335
- package/src/apis/WorkItemCommentsApi.ts +0 -439
- package/src/apis/WorkItemLinksApi.ts +0 -469
- package/src/apis/WorkItemPropertiesApi.ts +0 -984
- package/src/apis/WorkItemTypesApi.ts +0 -378
- package/src/apis/WorkItemWorklogsApi.ts +0 -398
- package/src/apis/WorkItemsApi.ts +0 -594
- package/src/apis/index.ts +0 -19
- package/src/index.ts +0 -6
- package/src/models/AccessEnum.ts +0 -53
- package/src/models/Cycle.ts +0 -300
- package/src/models/CycleCreateRequest.ts +0 -135
- package/src/models/CycleIssue.ts +0 -142
- package/src/models/CycleIssueRequestRequest.ts +0 -68
- package/src/models/CycleLite.ts +0 -246
- package/src/models/EntityTypeEnum.ts +0 -53
- package/src/models/GenericAssetUploadRequest.ts +0 -110
- package/src/models/GetWorkspaceMembers200ResponseInner.ts +0 -113
- package/src/models/GroupEnum.ts +0 -61
- package/src/models/IntakeIssue.ts +0 -227
- package/src/models/IntakeIssueCreateRequest.ts +0 -134
- package/src/models/IntakeWorkItemStatusEnum.ts +0 -59
- package/src/models/Issue.ts +0 -287
- package/src/models/IssueActivity.ts +0 -202
- package/src/models/IssueAttachment.ts +0 -245
- package/src/models/IssueAttachmentUploadRequest.ts +0 -101
- package/src/models/IssueComment.ts +0 -204
- package/src/models/IssueCommentCreateRequest.ts +0 -109
- package/src/models/IssueDetail.ts +0 -319
- package/src/models/IssueExpand.ts +0 -334
- package/src/models/IssueForIntakeRequest.ts +0 -102
- package/src/models/IssueLink.ts +0 -148
- package/src/models/IssueLinkCreateRequest.ts +0 -68
- package/src/models/IssuePropertyAPI.ts +0 -255
- package/src/models/IssuePropertyAPIRequest.ts +0 -171
- package/src/models/IssuePropertyOptionAPI.ts +0 -190
- package/src/models/IssuePropertyOptionAPIRequest.ts +0 -113
- package/src/models/IssuePropertyValueAPI.ts +0 -194
- package/src/models/IssuePropertyValueAPIDetail.ts +0 -76
- package/src/models/IssuePropertyValueAPIRequest.ts +0 -138
- package/src/models/IssueRequest.ts +0 -254
- package/src/models/IssueSearch.ts +0 -75
- package/src/models/IssueSearchItem.ts +0 -113
- package/src/models/IssueTypeAPI.ts +0 -183
- package/src/models/IssueTypeAPIRequest.ts +0 -113
- package/src/models/IssueWorkLogAPI.ts +0 -130
- package/src/models/IssueWorkLogAPIRequest.ts +0 -88
- package/src/models/Label.ts +0 -172
- package/src/models/LabelCreateUpdateRequest.ts +0 -116
- package/src/models/Module.ts +0 -280
- package/src/models/ModuleCreateRequest.ts +0 -142
- package/src/models/ModuleIssue.ts +0 -140
- package/src/models/ModuleIssueRequestRequest.ts +0 -68
- package/src/models/ModuleLite.ts +0 -253
- package/src/models/ModuleStatusEnum.ts +0 -61
- package/src/models/NetworkEnum.ts +0 -53
- package/src/models/PaginatedArchivedCycleResponse.ts +0 -172
- package/src/models/PaginatedArchivedModuleResponse.ts +0 -172
- package/src/models/PaginatedCycleIssueResponse.ts +0 -172
- package/src/models/PaginatedCycleResponse.ts +0 -172
- package/src/models/PaginatedIntakeIssueResponse.ts +0 -172
- package/src/models/PaginatedIssueActivityDetailResponse.ts +0 -172
- package/src/models/PaginatedIssueActivityResponse.ts +0 -172
- package/src/models/PaginatedIssueCommentResponse.ts +0 -172
- package/src/models/PaginatedIssueLinkDetailResponse.ts +0 -172
- package/src/models/PaginatedIssueLinkResponse.ts +0 -172
- package/src/models/PaginatedLabelResponse.ts +0 -172
- package/src/models/PaginatedModuleIssueResponse.ts +0 -172
- package/src/models/PaginatedModuleResponse.ts +0 -172
- package/src/models/PaginatedProjectResponse.ts +0 -172
- package/src/models/PaginatedStateResponse.ts +0 -172
- package/src/models/PaginatedWorkItemResponse.ts +0 -172
- package/src/models/PatchedAssetUpdateRequest.ts +0 -67
- package/src/models/PatchedCycleUpdateRequest.ts +0 -133
- package/src/models/PatchedGenericAssetUpdateRequest.ts +0 -67
- package/src/models/PatchedIntakeIssueUpdateRequest.ts +0 -124
- package/src/models/PatchedIssueCommentCreateRequest.ts +0 -109
- package/src/models/PatchedIssueLinkUpdateRequest.ts +0 -67
- package/src/models/PatchedIssuePropertyAPIRequest.ts +0 -169
- package/src/models/PatchedIssuePropertyOptionAPIRequest.ts +0 -112
- package/src/models/PatchedIssueRequest.ts +0 -253
- package/src/models/PatchedIssueTypeAPIRequest.ts +0 -112
- package/src/models/PatchedIssueWorkLogAPIRequest.ts +0 -88
- package/src/models/PatchedLabelCreateUpdateRequest.ts +0 -115
- package/src/models/PatchedModuleUpdateRequest.ts +0 -141
- package/src/models/PatchedProjectUpdateRequest.ts +0 -221
- package/src/models/PatchedStateRequest.ts +0 -141
- package/src/models/PriorityEnum.ts +0 -59
- package/src/models/Project.ts +0 -414
- package/src/models/ProjectCreateRequest.ts +0 -207
- package/src/models/ProjectWorklogSummary.ts +0 -74
- package/src/models/PropertyTypeEnum.ts +0 -67
- package/src/models/RelationTypeEnum.ts +0 -53
- package/src/models/RetrieveWorkItemAttachment400Response.ts +0 -72
- package/src/models/State.ts +0 -199
- package/src/models/StateLite.ts +0 -97
- package/src/models/StateRequest.ts +0 -143
- package/src/models/TimezoneEnum.ts +0 -915
- package/src/models/TransferCycleIssueRequestRequest.ts +0 -68
- package/src/models/TransferCycleWorkItems200Response.ts +0 -64
- package/src/models/TransferCycleWorkItems400Response.ts +0 -64
- package/src/models/TypeEnum.ts +0 -59
- package/src/models/UserAssetUploadRequest.ts +0 -121
- package/src/models/UserLite.ts +0 -108
- package/src/models/index.ts +0 -97
- package/src/oauth/api.ts +0 -183
- package/src/oauth/models.ts +0 -30
- package/src/runtime.ts +0 -431
- package/tsconfig.json +0 -20
|
@@ -1,137 +0,0 @@
|
|
|
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.1
|
|
6
|
-
* Contact: support@plane.so
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*/
|
|
11
|
-
import type { AccessEnum } from './AccessEnum';
|
|
12
|
-
/**
|
|
13
|
-
* Full serializer for work item comments with membership context.
|
|
14
|
-
*
|
|
15
|
-
* Provides complete comment data including member status, content formatting,
|
|
16
|
-
* and edit tracking for collaborative work item discussions.
|
|
17
|
-
* @export
|
|
18
|
-
* @interface IssueComment
|
|
19
|
-
*/
|
|
20
|
-
export interface IssueComment {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {string}
|
|
24
|
-
* @memberof IssueComment
|
|
25
|
-
*/
|
|
26
|
-
readonly id?: string;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {boolean}
|
|
30
|
-
* @memberof IssueComment
|
|
31
|
-
*/
|
|
32
|
-
readonly isMember?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {Date}
|
|
36
|
-
* @memberof IssueComment
|
|
37
|
-
*/
|
|
38
|
-
readonly createdAt?: Date;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {Date}
|
|
42
|
-
* @memberof IssueComment
|
|
43
|
-
*/
|
|
44
|
-
readonly updatedAt?: Date;
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @type {Date}
|
|
48
|
-
* @memberof IssueComment
|
|
49
|
-
*/
|
|
50
|
-
deletedAt?: Date | null;
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* @type {string}
|
|
54
|
-
* @memberof IssueComment
|
|
55
|
-
*/
|
|
56
|
-
commentStripped?: string;
|
|
57
|
-
/**
|
|
58
|
-
*
|
|
59
|
-
* @type {string}
|
|
60
|
-
* @memberof IssueComment
|
|
61
|
-
*/
|
|
62
|
-
commentHtml?: string;
|
|
63
|
-
/**
|
|
64
|
-
*
|
|
65
|
-
* @type {Array<string>}
|
|
66
|
-
* @memberof IssueComment
|
|
67
|
-
*/
|
|
68
|
-
attachments?: Array<string>;
|
|
69
|
-
/**
|
|
70
|
-
*
|
|
71
|
-
* @type {AccessEnum}
|
|
72
|
-
* @memberof IssueComment
|
|
73
|
-
*/
|
|
74
|
-
access?: AccessEnum;
|
|
75
|
-
/**
|
|
76
|
-
*
|
|
77
|
-
* @type {string}
|
|
78
|
-
* @memberof IssueComment
|
|
79
|
-
*/
|
|
80
|
-
externalSource?: string | null;
|
|
81
|
-
/**
|
|
82
|
-
*
|
|
83
|
-
* @type {string}
|
|
84
|
-
* @memberof IssueComment
|
|
85
|
-
*/
|
|
86
|
-
externalId?: string | null;
|
|
87
|
-
/**
|
|
88
|
-
*
|
|
89
|
-
* @type {Date}
|
|
90
|
-
* @memberof IssueComment
|
|
91
|
-
*/
|
|
92
|
-
editedAt?: Date | null;
|
|
93
|
-
/**
|
|
94
|
-
*
|
|
95
|
-
* @type {string}
|
|
96
|
-
* @memberof IssueComment
|
|
97
|
-
*/
|
|
98
|
-
readonly createdBy?: string | null;
|
|
99
|
-
/**
|
|
100
|
-
*
|
|
101
|
-
* @type {string}
|
|
102
|
-
* @memberof IssueComment
|
|
103
|
-
*/
|
|
104
|
-
readonly updatedBy?: string | null;
|
|
105
|
-
/**
|
|
106
|
-
*
|
|
107
|
-
* @type {string}
|
|
108
|
-
* @memberof IssueComment
|
|
109
|
-
*/
|
|
110
|
-
readonly project?: string;
|
|
111
|
-
/**
|
|
112
|
-
*
|
|
113
|
-
* @type {string}
|
|
114
|
-
* @memberof IssueComment
|
|
115
|
-
*/
|
|
116
|
-
readonly workspace?: string;
|
|
117
|
-
/**
|
|
118
|
-
*
|
|
119
|
-
* @type {string}
|
|
120
|
-
* @memberof IssueComment
|
|
121
|
-
*/
|
|
122
|
-
readonly issue?: string;
|
|
123
|
-
/**
|
|
124
|
-
*
|
|
125
|
-
* @type {string}
|
|
126
|
-
* @memberof IssueComment
|
|
127
|
-
*/
|
|
128
|
-
actor?: string | null;
|
|
129
|
-
}
|
|
130
|
-
/**
|
|
131
|
-
* Check if a given object implements the IssueComment interface.
|
|
132
|
-
*/
|
|
133
|
-
export declare function instanceOfIssueComment(value: object): value is IssueComment;
|
|
134
|
-
export declare function IssueCommentFromJSON(json: any): IssueComment;
|
|
135
|
-
export declare function IssueCommentFromJSONTyped(json: any, ignoreDiscriminator: boolean): IssueComment;
|
|
136
|
-
export declare function IssueCommentToJSON(json: any): IssueComment;
|
|
137
|
-
export declare function IssueCommentToJSONTyped(value?: Omit<IssueComment, 'id' | 'is_member' | 'created_at' | 'updated_at' | 'created_by' | 'updated_by' | 'project' | 'workspace' | 'issue'> | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,74 +0,0 @@
|
|
|
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.1
|
|
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.instanceOfIssueComment = instanceOfIssueComment;
|
|
16
|
-
exports.IssueCommentFromJSON = IssueCommentFromJSON;
|
|
17
|
-
exports.IssueCommentFromJSONTyped = IssueCommentFromJSONTyped;
|
|
18
|
-
exports.IssueCommentToJSON = IssueCommentToJSON;
|
|
19
|
-
exports.IssueCommentToJSONTyped = IssueCommentToJSONTyped;
|
|
20
|
-
var AccessEnum_1 = require("./AccessEnum");
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the IssueComment interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfIssueComment(value) {
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
function IssueCommentFromJSON(json) {
|
|
28
|
-
return IssueCommentFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
function IssueCommentFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
36
|
-
'isMember': json['is_member'] == null ? undefined : json['is_member'],
|
|
37
|
-
'createdAt': json['created_at'] == null ? undefined : (new Date(json['created_at'])),
|
|
38
|
-
'updatedAt': json['updated_at'] == null ? undefined : (new Date(json['updated_at'])),
|
|
39
|
-
'deletedAt': json['deleted_at'] == null ? undefined : (new Date(json['deleted_at'])),
|
|
40
|
-
'commentStripped': json['comment_stripped'] == null ? undefined : json['comment_stripped'],
|
|
41
|
-
'commentHtml': json['comment_html'] == null ? undefined : json['comment_html'],
|
|
42
|
-
'attachments': json['attachments'] == null ? undefined : json['attachments'],
|
|
43
|
-
'access': json['access'] == null ? undefined : (0, AccessEnum_1.AccessEnumFromJSON)(json['access']),
|
|
44
|
-
'externalSource': json['external_source'] == null ? undefined : json['external_source'],
|
|
45
|
-
'externalId': json['external_id'] == null ? undefined : json['external_id'],
|
|
46
|
-
'editedAt': json['edited_at'] == null ? undefined : (new Date(json['edited_at'])),
|
|
47
|
-
'createdBy': json['created_by'] == null ? undefined : json['created_by'],
|
|
48
|
-
'updatedBy': json['updated_by'] == null ? undefined : json['updated_by'],
|
|
49
|
-
'project': json['project'] == null ? undefined : json['project'],
|
|
50
|
-
'workspace': json['workspace'] == null ? undefined : json['workspace'],
|
|
51
|
-
'issue': json['issue'] == null ? undefined : json['issue'],
|
|
52
|
-
'actor': json['actor'] == null ? undefined : json['actor'],
|
|
53
|
-
};
|
|
54
|
-
}
|
|
55
|
-
function IssueCommentToJSON(json) {
|
|
56
|
-
return IssueCommentToJSONTyped(json, false);
|
|
57
|
-
}
|
|
58
|
-
function IssueCommentToJSONTyped(value, ignoreDiscriminator) {
|
|
59
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
60
|
-
if (value == null) {
|
|
61
|
-
return value;
|
|
62
|
-
}
|
|
63
|
-
return {
|
|
64
|
-
'deleted_at': value['deletedAt'] == null ? undefined : (value['deletedAt'].toISOString()),
|
|
65
|
-
'comment_stripped': value['commentStripped'],
|
|
66
|
-
'comment_html': value['commentHtml'],
|
|
67
|
-
'attachments': value['attachments'],
|
|
68
|
-
'access': (0, AccessEnum_1.AccessEnumToJSON)(value['access']),
|
|
69
|
-
'external_source': value['externalSource'],
|
|
70
|
-
'external_id': value['externalId'],
|
|
71
|
-
'edited_at': value['editedAt'] == null ? undefined : (value['editedAt'].toISOString()),
|
|
72
|
-
'actor': value['actor'],
|
|
73
|
-
};
|
|
74
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
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.1
|
|
6
|
-
* Contact: support@plane.so
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*/
|
|
11
|
-
import type { AccessEnum } from './AccessEnum';
|
|
12
|
-
/**
|
|
13
|
-
* Serializer for creating work item comments.
|
|
14
|
-
*
|
|
15
|
-
* Handles comment creation with JSON and HTML content support,
|
|
16
|
-
* access control, and external integration tracking.
|
|
17
|
-
* @export
|
|
18
|
-
* @interface IssueCommentCreateRequest
|
|
19
|
-
*/
|
|
20
|
-
export interface IssueCommentCreateRequest {
|
|
21
|
-
/**
|
|
22
|
-
*
|
|
23
|
-
* @type {any}
|
|
24
|
-
* @memberof IssueCommentCreateRequest
|
|
25
|
-
*/
|
|
26
|
-
commentJson?: any | null;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @type {string}
|
|
30
|
-
* @memberof IssueCommentCreateRequest
|
|
31
|
-
*/
|
|
32
|
-
commentHtml?: string;
|
|
33
|
-
/**
|
|
34
|
-
*
|
|
35
|
-
* @type {AccessEnum}
|
|
36
|
-
* @memberof IssueCommentCreateRequest
|
|
37
|
-
*/
|
|
38
|
-
access?: AccessEnum;
|
|
39
|
-
/**
|
|
40
|
-
*
|
|
41
|
-
* @type {string}
|
|
42
|
-
* @memberof IssueCommentCreateRequest
|
|
43
|
-
*/
|
|
44
|
-
externalSource?: string | null;
|
|
45
|
-
/**
|
|
46
|
-
*
|
|
47
|
-
* @type {string}
|
|
48
|
-
* @memberof IssueCommentCreateRequest
|
|
49
|
-
*/
|
|
50
|
-
externalId?: string | null;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Check if a given object implements the IssueCommentCreateRequest interface.
|
|
54
|
-
*/
|
|
55
|
-
export declare function instanceOfIssueCommentCreateRequest(value: object): value is IssueCommentCreateRequest;
|
|
56
|
-
export declare function IssueCommentCreateRequestFromJSON(json: any): IssueCommentCreateRequest;
|
|
57
|
-
export declare function IssueCommentCreateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): IssueCommentCreateRequest;
|
|
58
|
-
export declare function IssueCommentCreateRequestToJSON(json: any): IssueCommentCreateRequest;
|
|
59
|
-
export declare function IssueCommentCreateRequestToJSONTyped(value?: IssueCommentCreateRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,57 +0,0 @@
|
|
|
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.1
|
|
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.instanceOfIssueCommentCreateRequest = instanceOfIssueCommentCreateRequest;
|
|
16
|
-
exports.IssueCommentCreateRequestFromJSON = IssueCommentCreateRequestFromJSON;
|
|
17
|
-
exports.IssueCommentCreateRequestFromJSONTyped = IssueCommentCreateRequestFromJSONTyped;
|
|
18
|
-
exports.IssueCommentCreateRequestToJSON = IssueCommentCreateRequestToJSON;
|
|
19
|
-
exports.IssueCommentCreateRequestToJSONTyped = IssueCommentCreateRequestToJSONTyped;
|
|
20
|
-
var AccessEnum_1 = require("./AccessEnum");
|
|
21
|
-
/**
|
|
22
|
-
* Check if a given object implements the IssueCommentCreateRequest interface.
|
|
23
|
-
*/
|
|
24
|
-
function instanceOfIssueCommentCreateRequest(value) {
|
|
25
|
-
return true;
|
|
26
|
-
}
|
|
27
|
-
function IssueCommentCreateRequestFromJSON(json) {
|
|
28
|
-
return IssueCommentCreateRequestFromJSONTyped(json, false);
|
|
29
|
-
}
|
|
30
|
-
function IssueCommentCreateRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (json == null) {
|
|
32
|
-
return json;
|
|
33
|
-
}
|
|
34
|
-
return {
|
|
35
|
-
'commentJson': json['comment_json'] == null ? undefined : json['comment_json'],
|
|
36
|
-
'commentHtml': json['comment_html'] == null ? undefined : json['comment_html'],
|
|
37
|
-
'access': json['access'] == null ? undefined : (0, AccessEnum_1.AccessEnumFromJSON)(json['access']),
|
|
38
|
-
'externalSource': json['external_source'] == null ? undefined : json['external_source'],
|
|
39
|
-
'externalId': json['external_id'] == null ? undefined : json['external_id'],
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
|
-
function IssueCommentCreateRequestToJSON(json) {
|
|
43
|
-
return IssueCommentCreateRequestToJSONTyped(json, false);
|
|
44
|
-
}
|
|
45
|
-
function IssueCommentCreateRequestToJSONTyped(value, ignoreDiscriminator) {
|
|
46
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
47
|
-
if (value == null) {
|
|
48
|
-
return value;
|
|
49
|
-
}
|
|
50
|
-
return {
|
|
51
|
-
'comment_json': value['commentJson'],
|
|
52
|
-
'comment_html': value['commentHtml'],
|
|
53
|
-
'access': (0, AccessEnum_1.AccessEnumToJSON)(value['access']),
|
|
54
|
-
'external_source': value['externalSource'],
|
|
55
|
-
'external_id': value['externalId'],
|
|
56
|
-
};
|
|
57
|
-
}
|
|
@@ -1,211 +0,0 @@
|
|
|
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.1
|
|
6
|
-
* Contact: support@plane.so
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*/
|
|
11
|
-
import type { PriorityEnum } from './PriorityEnum';
|
|
12
|
-
import type { Label } from './Label';
|
|
13
|
-
import type { UserLite } from './UserLite';
|
|
14
|
-
/**
|
|
15
|
-
* Comprehensive work item serializer with full relationship management.
|
|
16
|
-
*
|
|
17
|
-
* Handles complete work item lifecycle including assignees, labels, validation,
|
|
18
|
-
* and related model updates. Supports dynamic field expansion and HTML content processing.
|
|
19
|
-
* @export
|
|
20
|
-
* @interface IssueDetail
|
|
21
|
-
*/
|
|
22
|
-
export interface IssueDetail {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof IssueDetail
|
|
27
|
-
*/
|
|
28
|
-
readonly id?: string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {Array<UserLite>}
|
|
32
|
-
* @memberof IssueDetail
|
|
33
|
-
*/
|
|
34
|
-
assignees: Array<UserLite>;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {Array<Label>}
|
|
38
|
-
* @memberof IssueDetail
|
|
39
|
-
*/
|
|
40
|
-
labels: Array<Label>;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof IssueDetail
|
|
45
|
-
*/
|
|
46
|
-
typeId?: string | null;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {Date}
|
|
50
|
-
* @memberof IssueDetail
|
|
51
|
-
*/
|
|
52
|
-
readonly createdAt?: Date;
|
|
53
|
-
/**
|
|
54
|
-
*
|
|
55
|
-
* @type {Date}
|
|
56
|
-
* @memberof IssueDetail
|
|
57
|
-
*/
|
|
58
|
-
readonly updatedAt?: Date;
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {Date}
|
|
62
|
-
* @memberof IssueDetail
|
|
63
|
-
*/
|
|
64
|
-
deletedAt?: Date | null;
|
|
65
|
-
/**
|
|
66
|
-
*
|
|
67
|
-
* @type {number}
|
|
68
|
-
* @memberof IssueDetail
|
|
69
|
-
*/
|
|
70
|
-
point?: number | null;
|
|
71
|
-
/**
|
|
72
|
-
*
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof IssueDetail
|
|
75
|
-
*/
|
|
76
|
-
name: string;
|
|
77
|
-
/**
|
|
78
|
-
*
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof IssueDetail
|
|
81
|
-
*/
|
|
82
|
-
descriptionHtml?: string;
|
|
83
|
-
/**
|
|
84
|
-
*
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof IssueDetail
|
|
87
|
-
*/
|
|
88
|
-
descriptionStripped?: string | null;
|
|
89
|
-
/**
|
|
90
|
-
*
|
|
91
|
-
* @type {string}
|
|
92
|
-
* @memberof IssueDetail
|
|
93
|
-
*/
|
|
94
|
-
readonly descriptionBinary?: string | null;
|
|
95
|
-
/**
|
|
96
|
-
*
|
|
97
|
-
* @type {PriorityEnum}
|
|
98
|
-
* @memberof IssueDetail
|
|
99
|
-
*/
|
|
100
|
-
priority?: PriorityEnum;
|
|
101
|
-
/**
|
|
102
|
-
*
|
|
103
|
-
* @type {Date}
|
|
104
|
-
* @memberof IssueDetail
|
|
105
|
-
*/
|
|
106
|
-
startDate?: Date | null;
|
|
107
|
-
/**
|
|
108
|
-
*
|
|
109
|
-
* @type {Date}
|
|
110
|
-
* @memberof IssueDetail
|
|
111
|
-
*/
|
|
112
|
-
targetDate?: Date | null;
|
|
113
|
-
/**
|
|
114
|
-
*
|
|
115
|
-
* @type {number}
|
|
116
|
-
* @memberof IssueDetail
|
|
117
|
-
*/
|
|
118
|
-
sequenceId?: number;
|
|
119
|
-
/**
|
|
120
|
-
*
|
|
121
|
-
* @type {number}
|
|
122
|
-
* @memberof IssueDetail
|
|
123
|
-
*/
|
|
124
|
-
sortOrder?: number;
|
|
125
|
-
/**
|
|
126
|
-
*
|
|
127
|
-
* @type {Date}
|
|
128
|
-
* @memberof IssueDetail
|
|
129
|
-
*/
|
|
130
|
-
completedAt?: Date | null;
|
|
131
|
-
/**
|
|
132
|
-
*
|
|
133
|
-
* @type {Date}
|
|
134
|
-
* @memberof IssueDetail
|
|
135
|
-
*/
|
|
136
|
-
archivedAt?: Date | null;
|
|
137
|
-
/**
|
|
138
|
-
*
|
|
139
|
-
* @type {boolean}
|
|
140
|
-
* @memberof IssueDetail
|
|
141
|
-
*/
|
|
142
|
-
isDraft?: boolean;
|
|
143
|
-
/**
|
|
144
|
-
*
|
|
145
|
-
* @type {string}
|
|
146
|
-
* @memberof IssueDetail
|
|
147
|
-
*/
|
|
148
|
-
externalSource?: string | null;
|
|
149
|
-
/**
|
|
150
|
-
*
|
|
151
|
-
* @type {string}
|
|
152
|
-
* @memberof IssueDetail
|
|
153
|
-
*/
|
|
154
|
-
externalId?: string | null;
|
|
155
|
-
/**
|
|
156
|
-
*
|
|
157
|
-
* @type {string}
|
|
158
|
-
* @memberof IssueDetail
|
|
159
|
-
*/
|
|
160
|
-
createdBy?: string | null;
|
|
161
|
-
/**
|
|
162
|
-
*
|
|
163
|
-
* @type {string}
|
|
164
|
-
* @memberof IssueDetail
|
|
165
|
-
*/
|
|
166
|
-
readonly updatedBy?: string | null;
|
|
167
|
-
/**
|
|
168
|
-
*
|
|
169
|
-
* @type {string}
|
|
170
|
-
* @memberof IssueDetail
|
|
171
|
-
*/
|
|
172
|
-
readonly project?: string;
|
|
173
|
-
/**
|
|
174
|
-
*
|
|
175
|
-
* @type {string}
|
|
176
|
-
* @memberof IssueDetail
|
|
177
|
-
*/
|
|
178
|
-
readonly workspace?: string;
|
|
179
|
-
/**
|
|
180
|
-
*
|
|
181
|
-
* @type {string}
|
|
182
|
-
* @memberof IssueDetail
|
|
183
|
-
*/
|
|
184
|
-
parent?: string | null;
|
|
185
|
-
/**
|
|
186
|
-
*
|
|
187
|
-
* @type {string}
|
|
188
|
-
* @memberof IssueDetail
|
|
189
|
-
*/
|
|
190
|
-
state?: string | null;
|
|
191
|
-
/**
|
|
192
|
-
*
|
|
193
|
-
* @type {string}
|
|
194
|
-
* @memberof IssueDetail
|
|
195
|
-
*/
|
|
196
|
-
estimatePoint?: string | null;
|
|
197
|
-
/**
|
|
198
|
-
*
|
|
199
|
-
* @type {string}
|
|
200
|
-
* @memberof IssueDetail
|
|
201
|
-
*/
|
|
202
|
-
type?: string | null;
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* Check if a given object implements the IssueDetail interface.
|
|
206
|
-
*/
|
|
207
|
-
export declare function instanceOfIssueDetail(value: object): value is IssueDetail;
|
|
208
|
-
export declare function IssueDetailFromJSON(json: any): IssueDetail;
|
|
209
|
-
export declare function IssueDetailFromJSONTyped(json: any, ignoreDiscriminator: boolean): IssueDetail;
|
|
210
|
-
export declare function IssueDetailToJSON(json: any): IssueDetail;
|
|
211
|
-
export declare function IssueDetailToJSONTyped(value?: Omit<IssueDetail, 'id' | 'created_at' | 'updated_at' | 'description_binary' | 'updated_by' | 'project' | 'workspace'> | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -1,108 +0,0 @@
|
|
|
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.1
|
|
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.instanceOfIssueDetail = instanceOfIssueDetail;
|
|
16
|
-
exports.IssueDetailFromJSON = IssueDetailFromJSON;
|
|
17
|
-
exports.IssueDetailFromJSONTyped = IssueDetailFromJSONTyped;
|
|
18
|
-
exports.IssueDetailToJSON = IssueDetailToJSON;
|
|
19
|
-
exports.IssueDetailToJSONTyped = IssueDetailToJSONTyped;
|
|
20
|
-
var PriorityEnum_1 = require("./PriorityEnum");
|
|
21
|
-
var Label_1 = require("./Label");
|
|
22
|
-
var UserLite_1 = require("./UserLite");
|
|
23
|
-
/**
|
|
24
|
-
* Check if a given object implements the IssueDetail interface.
|
|
25
|
-
*/
|
|
26
|
-
function instanceOfIssueDetail(value) {
|
|
27
|
-
if (!('assignees' in value) || value['assignees'] === undefined)
|
|
28
|
-
return false;
|
|
29
|
-
if (!('labels' in value) || value['labels'] === undefined)
|
|
30
|
-
return false;
|
|
31
|
-
if (!('name' in value) || value['name'] === undefined)
|
|
32
|
-
return false;
|
|
33
|
-
return true;
|
|
34
|
-
}
|
|
35
|
-
function IssueDetailFromJSON(json) {
|
|
36
|
-
return IssueDetailFromJSONTyped(json, false);
|
|
37
|
-
}
|
|
38
|
-
function IssueDetailFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
-
if (json == null) {
|
|
40
|
-
return json;
|
|
41
|
-
}
|
|
42
|
-
return {
|
|
43
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
-
'assignees': (json['assignees'].map(UserLite_1.UserLiteFromJSON)),
|
|
45
|
-
'labels': (json['labels'].map(Label_1.LabelFromJSON)),
|
|
46
|
-
'typeId': json['type_id'] == null ? undefined : json['type_id'],
|
|
47
|
-
'createdAt': json['created_at'] == null ? undefined : (new Date(json['created_at'])),
|
|
48
|
-
'updatedAt': json['updated_at'] == null ? undefined : (new Date(json['updated_at'])),
|
|
49
|
-
'deletedAt': json['deleted_at'] == null ? undefined : (new Date(json['deleted_at'])),
|
|
50
|
-
'point': json['point'] == null ? undefined : json['point'],
|
|
51
|
-
'name': json['name'],
|
|
52
|
-
'descriptionHtml': json['description_html'] == null ? undefined : json['description_html'],
|
|
53
|
-
'descriptionStripped': json['description_stripped'] == null ? undefined : json['description_stripped'],
|
|
54
|
-
'descriptionBinary': json['description_binary'] == null ? undefined : json['description_binary'],
|
|
55
|
-
'priority': json['priority'] == null ? undefined : (0, PriorityEnum_1.PriorityEnumFromJSON)(json['priority']),
|
|
56
|
-
'startDate': json['start_date'] == null ? undefined : (new Date(json['start_date'])),
|
|
57
|
-
'targetDate': json['target_date'] == null ? undefined : (new Date(json['target_date'])),
|
|
58
|
-
'sequenceId': json['sequence_id'] == null ? undefined : json['sequence_id'],
|
|
59
|
-
'sortOrder': json['sort_order'] == null ? undefined : json['sort_order'],
|
|
60
|
-
'completedAt': json['completed_at'] == null ? undefined : (new Date(json['completed_at'])),
|
|
61
|
-
'archivedAt': json['archived_at'] == null ? undefined : (new Date(json['archived_at'])),
|
|
62
|
-
'isDraft': json['is_draft'] == null ? undefined : json['is_draft'],
|
|
63
|
-
'externalSource': json['external_source'] == null ? undefined : json['external_source'],
|
|
64
|
-
'externalId': json['external_id'] == null ? undefined : json['external_id'],
|
|
65
|
-
'createdBy': json['created_by'] == null ? undefined : json['created_by'],
|
|
66
|
-
'updatedBy': json['updated_by'] == null ? undefined : json['updated_by'],
|
|
67
|
-
'project': json['project'] == null ? undefined : json['project'],
|
|
68
|
-
'workspace': json['workspace'] == null ? undefined : json['workspace'],
|
|
69
|
-
'parent': json['parent'] == null ? undefined : json['parent'],
|
|
70
|
-
'state': json['state'] == null ? undefined : json['state'],
|
|
71
|
-
'estimatePoint': json['estimate_point'] == null ? undefined : json['estimate_point'],
|
|
72
|
-
'type': json['type'] == null ? undefined : json['type'],
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
function IssueDetailToJSON(json) {
|
|
76
|
-
return IssueDetailToJSONTyped(json, false);
|
|
77
|
-
}
|
|
78
|
-
function IssueDetailToJSONTyped(value, ignoreDiscriminator) {
|
|
79
|
-
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
80
|
-
if (value == null) {
|
|
81
|
-
return value;
|
|
82
|
-
}
|
|
83
|
-
return {
|
|
84
|
-
'assignees': (value['assignees'].map(UserLite_1.UserLiteToJSON)),
|
|
85
|
-
'labels': (value['labels'].map(Label_1.LabelToJSON)),
|
|
86
|
-
'type_id': value['typeId'],
|
|
87
|
-
'deleted_at': value['deletedAt'] == null ? undefined : (value['deletedAt'].toISOString()),
|
|
88
|
-
'point': value['point'],
|
|
89
|
-
'name': value['name'],
|
|
90
|
-
'description_html': value['descriptionHtml'],
|
|
91
|
-
'description_stripped': value['descriptionStripped'],
|
|
92
|
-
'priority': (0, PriorityEnum_1.PriorityEnumToJSON)(value['priority']),
|
|
93
|
-
'start_date': value['startDate'] == null ? undefined : (value['startDate'].toISOString().substring(0, 10)),
|
|
94
|
-
'target_date': value['targetDate'] == null ? undefined : (value['targetDate'].toISOString().substring(0, 10)),
|
|
95
|
-
'sequence_id': value['sequenceId'],
|
|
96
|
-
'sort_order': value['sortOrder'],
|
|
97
|
-
'completed_at': value['completedAt'] == null ? undefined : (value['completedAt'].toISOString()),
|
|
98
|
-
'archived_at': value['archivedAt'] == null ? undefined : (value['archivedAt'].toISOString().substring(0, 10)),
|
|
99
|
-
'is_draft': value['isDraft'],
|
|
100
|
-
'external_source': value['externalSource'],
|
|
101
|
-
'external_id': value['externalId'],
|
|
102
|
-
'created_by': value['createdBy'],
|
|
103
|
-
'parent': value['parent'],
|
|
104
|
-
'state': value['state'],
|
|
105
|
-
'estimate_point': value['estimatePoint'],
|
|
106
|
-
'type': value['type'],
|
|
107
|
-
};
|
|
108
|
-
}
|