@pikku/addon-jira 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +10 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +11 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +10 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +15879 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +8828 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +954 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +954 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +35 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +30 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +42 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +24318 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +24792 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +476 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +1725 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +3443 -0
- package/dist/.pikku/schemas/schemas/AddActorUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddActorUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddFieldToDefaultScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddFieldToDefaultScreenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddGadgetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddGadgetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddIssueTypesToIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddNotificationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddNotificationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddProjectRoleActorsToRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddProjectRoleActorsToRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddScreenTabOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddSharePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddSharePermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddUserToGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddUserToGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddVoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddVoteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWatcherInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWatcherOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceDeleteAddonPropertyDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AnalyseExpressionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AnalyseExpressionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppIssueFieldValueUpdateResourceUpdateIssueFieldsPutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppIssueFieldValueUpdateResourceUpdateIssueFieldsPutOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppendMappingsForIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AppendMappingsForIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ArchiveProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ArchiveProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignFieldConfigurationSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignFieldConfigurationSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeScreenSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignIssueTypeScreenSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignPermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignPermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignProjectsToCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignProjectsToCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignSchemeToProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/AssignSchemeToProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkDeleteIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersMigrationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersMigrationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkGetUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkSetIssuePropertiesByIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkSetIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/BulkSetIssuesPropertiesListInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CancelTaskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CancelTaskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChangeFilterOwnerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ChangeFilterOwnerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CopyDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CopyDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateComponentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueLinkTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateOrUpdateRemoteIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateOrUpdateRemoteIssueLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionGrantInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionGrantOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreatePriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectCategoryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateStatusesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUiModificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUiModificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeDraftFromParentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeDraftFromParentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowTransitionPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CreateWorkflowTransitionPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_jira.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteActorInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteAndReplaceVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteAndReplaceVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCommentPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDashboardItemPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDraftDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDraftDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteDraftWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFavouriteForFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFavouriteForFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteInactiveWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeletePermissionSchemeEntityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeletePermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeletePriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectAsynchronouslyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectRoleActorsFromRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectRoleActorsFromRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteRemoteIssueLinkByGlobalIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteRemoteIssueLinkByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteSharePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteStatusesByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteStatusesByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteUiModificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteUiModificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteUserPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWebhookByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DeleteWorklogPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DoTransitionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DoTransitionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DynamicModulesResourceGetModulesGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DynamicModulesResourceRegisterModulesPostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/DynamicModulesResourceRemoveModulesDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EditIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EditIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EvaluateJiraExpressionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/EvaluateJiraExpressionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForHumansInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForHumansOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForMachinesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ExpandAttachmentForMachinesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindAssignableUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindAssignableUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindBulkAssignableUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindBulkAssignableUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUserKeysByQueryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUserKeysByQueryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersAndGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersAndGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersByQueryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersByQueryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersForPickerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersForPickerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithAllPermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithAllPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithBrowsePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FindUsersWithBrowsePermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FullyUpdateProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FullyUpdateProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAccessibleProjectTypeByKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAccessibleProjectTypeByKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAdvancedSettingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllAccessibleProjectTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllApplicationRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllAvailableDashboardGadgetsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllDashboardsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllDashboardsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllFieldConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllGadgetsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllGadgetsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueTypeSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllIssueTypeSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllLabelsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllLabelsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllPermissionSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllPermissionSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectAvatarsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectAvatarsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectCategoriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllProjectTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabFieldsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllScreenTabsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllStatusesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllSystemAvatarsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllSystemAvatarsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersDefaultInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersDefaultOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllUsersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllWorkflowSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAllWorkflowSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAlternativeIssueTypesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAlternativeIssueTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApplicationRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApproximateApplicationLicenseCountInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApproximateApplicationLicenseCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetApproximateLicenseCountOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAssignedPermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAssignedPermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentContentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentContentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentThumbnailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAttachmentThumbnailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAuditRecordsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAuditRecordsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAutoCompleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAutoCompletePostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAutoCompletePostOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvailableScreenFieldsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvailableScreenFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvailableTimeTrackingImplementationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByIDInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByIDOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByOwnerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByOwnerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarImageByTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetAvatarsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetBannerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetBulkPermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetBulkPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsByIdsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsByIdsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetChangeLogsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsByIdsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsByIdsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCommentsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentRelatedIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetComponentRelatedIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetContextsForFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetContextsForFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCreateIssueMetaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCreateIssueMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCurrentUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCurrentUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldContextsForProjectsAndIssueTypesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldContextsForProjectsAndIssueTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetCustomFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardItemPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDashboardsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultShareScopeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultValuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultValuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDraftWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDynamicWebhooksForAppInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetDynamicWebhooksForAppOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetEditIssueMetaInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetEditIssueMetaOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetEventsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFailedWebhooksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFailedWebhooksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFavouriteFiltersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFavouriteFiltersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFeaturesForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFeaturesForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldAutoCompleteForQueryStringInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldAutoCompleteForQueryStringOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationItemsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationItemsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeMappingsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeMappingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeProjectMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldConfigurationSchemeProjectMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFieldsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFiltersPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetFiltersPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsDeletedSinceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsDeletedSinceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsModifiedSinceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIdsOfWorklogsModifiedSinceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIsWatchingIssueBulkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIsWatchingIssueBulkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueAllTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueLinkTypesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueNavigatorDefaultColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePickerResourceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePickerResourceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssuePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelMembersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelMembersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecurityLevelOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueSecuritySchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeMappingsForContextsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeMappingsForContextsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemeForProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemeForProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemesMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeSchemesMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeMappingsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeMappingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemeProjectAssociationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypeScreenSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypesForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueTypesForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWatchersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWatchersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetIssueWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetLicenseOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetLocaleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyFiltersInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyFiltersOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyPermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetMyPermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeToProjectMappingsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemeToProjectMappingsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetNotificationSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetOptionsForContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetOptionsForContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeGrantsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermittedProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPermittedProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPrecomputationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPrecomputationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPreferenceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPreferenceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetPriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectCategoryByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectCategoryByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectComponentsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectContextMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectContextMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectEmailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectIssueSecuritySchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectIssueSecuritySchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleActorsForRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleActorsForRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleDetailsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleDetailsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRolesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectRolesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectTypeByKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectTypeByKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectVersionsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectsForIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetProjectsForIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRecentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRecentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinkByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinkByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetRemoteIssueLinksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreenSchemesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreenSchemesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensForFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensForFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetScreensOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSecurityLevelsForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSecurityLevelsForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSelectableIssueFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSelectableIssueFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSelectedTimeTrackingImplementationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetServerInfoOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharePermissionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetSharedTimeTrackingConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusCategoriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusCategoryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusesByIdInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusesByIdOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTaskInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTaskOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTransitionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTransitionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTrashedFieldsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetTrashedFieldsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUiModificationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUiModificationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserDefaultColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserDefaultColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailBulkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailBulkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserEmailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserGroupsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserGroupsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUserPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUsersFromGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetUsersFromGroupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectNameInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetValidProjectNameOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionRelatedIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionRelatedIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionUnresolvedIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVersionUnresolvedIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVisibleIssueFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVisibleIssueFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVotesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetVotesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeDraftOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeProjectAssociationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowSchemeProjectAssociationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionPropertiesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionPropertiesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowsPaginatedInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorkflowsPaginatedOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyKeysInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyKeysOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogsForIdsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/GetWorklogsForIdsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LinkIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/LinkIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MatchIssuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MatchIssuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MergeVersionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MergeVersionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrateQueriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrateQueriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrationResourceUpdateEntityPropertiesValuePutInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrationResourceWorkflowRuleSearchPostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MigrationResourceWorkflowRuleSearchPostOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MovePrioritiesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MovePrioritiesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveResolutionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveResolutionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveScreenTabOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/MoveVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/NotifyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/NotifyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ParseJqlQueriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ParseJqlQueriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PartialUpdateProjectRoleInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PartialUpdateProjectRoleOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/PublishDraftWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RefreshWebhooksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RefreshWebhooksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RegisterDynamicWebhooksInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RegisterDynamicWebhooksOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveAttachmentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveCustomFieldContextFromProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveCustomFieldContextFromProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveGadgetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveGadgetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypeFromIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypeFromIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromGlobalFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveIssueTypesFromGlobalFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveMappingsFromIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveMappingsFromIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveNotificationFromNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveNotificationFromNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemovePreferenceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveProjectCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveScreenTabFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveUserFromGroupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveUserInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveVoteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RemoveWatcherInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RenameScreenTabInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RenameScreenTabOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderCustomFieldOptionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderCustomFieldOptionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderIssueTypesInIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReorderIssueTypesInIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ReplaceIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ResetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ResetUserColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/RestoreOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SanitiseJqlQueriesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SanitiseJqlQueriesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlPostInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchForIssuesUsingJqlPostOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchPrioritiesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchPrioritiesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchProjectsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchProjectsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchResolutionsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SearchResolutionsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SelectTimeTrackingImplementationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SelectTimeTrackingImplementationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetActorsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetActorsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetApplicationPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetApplicationPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetBannerInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetBannerOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetCommentPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetCommentPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDashboardItemPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDashboardItemPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultPriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultPriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultShareScopeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultShareScopeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultValuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetDefaultValuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFavouriteForFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFavouriteForFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFieldConfigurationSchemeMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetFieldConfigurationSchemeMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueNavigatorDefaultColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueNavigatorDefaultColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssuePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssuePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueTypePropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetIssueTypePropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetPreferenceInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetPreferenceOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetProjectPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetProjectPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetSharedTimeTrackingConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetSharedTimeTrackingConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetUserPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeDraftIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeDraftIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorkflowSchemeIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorklogPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SetWorklogPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StoreAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/StoreAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ToggleFeatureForProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ToggleFeatureForProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TrashCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TrashCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCommentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCommentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateComponentInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateComponentOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldContextInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldContextOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldValueInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateCustomFieldValueOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDashboardInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDashboardOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftDefaultWorkflowInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftDefaultWorkflowOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateDraftWorkflowMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationItemsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationItemsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFieldConfigurationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFilterInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateFilterOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateGadgetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateGadgetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueFieldOptionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueFieldOptionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueLinkTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueLinkTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateIssueTypeScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateMultipleCustomFieldValuesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateMultipleCustomFieldValuesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateNotificationSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateNotificationSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePermissionSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePermissionSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePrecomputationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePrecomputationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePriorityInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdatePriorityOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectAvatarInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectAvatarOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectCategoryInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectCategoryOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectEmailInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectEmailOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateProjectOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateRemoteIssueLinkInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateRemoteIssueLinkOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateResolutionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateResolutionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateScreenSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateStatusesInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateStatusesOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateUiModificationInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateUiModificationOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateVersionInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateVersionOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowMappingInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowMappingOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeDraftInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeDraftOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowSchemeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionPropertyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionPropertyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorklogInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/UpdateWorklogOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ValidateProjectKeyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/ValidateProjectKeyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_JIRA_BASE_URL.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +12 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +11 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +21 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/addActorUsers.function.d.ts +231 -0
- package/dist/src/functions/addActorUsers.function.d.ts.map +1 -0
- package/dist/src/functions/addActorUsers.function.js +70 -0
- package/dist/src/functions/addActorUsers.function.js.map +1 -0
- package/dist/src/functions/addAttachment.function.d.ts +121 -0
- package/dist/src/functions/addAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/addAttachment.function.js +45 -0
- package/dist/src/functions/addAttachment.function.js.map +1 -0
- package/dist/src/functions/addComment.function.d.ts +271 -0
- package/dist/src/functions/addComment.function.d.ts.map +1 -0
- package/dist/src/functions/addComment.function.js +81 -0
- package/dist/src/functions/addComment.function.js.map +1 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.d.ts +13 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.d.ts.map +1 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.js +18 -0
- package/dist/src/functions/addFieldToDefaultScreen.function.js.map +1 -0
- package/dist/src/functions/addGadget.function.d.ts +98 -0
- package/dist/src/functions/addGadget.function.d.ts.map +1 -0
- package/dist/src/functions/addGadget.function.js +37 -0
- package/dist/src/functions/addGadget.function.js.map +1 -0
- package/dist/src/functions/addIssueTypesToContext.function.d.ts +21 -0
- package/dist/src/functions/addIssueTypesToContext.function.d.ts.map +1 -0
- package/dist/src/functions/addIssueTypesToContext.function.js +20 -0
- package/dist/src/functions/addIssueTypesToContext.function.js.map +1 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.d.ts +17 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.js +19 -0
- package/dist/src/functions/addIssueTypesToIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/addNotifications.function.d.ts +49 -0
- package/dist/src/functions/addNotifications.function.d.ts.map +1 -0
- package/dist/src/functions/addNotifications.function.js +27 -0
- package/dist/src/functions/addNotifications.function.js.map +1 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.d.ts +227 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.d.ts.map +1 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.js +69 -0
- package/dist/src/functions/addProjectRoleActorsToRole.function.js.map +1 -0
- package/dist/src/functions/addScreenTab.function.d.ts +29 -0
- package/dist/src/functions/addScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/addScreenTab.function.js +22 -0
- package/dist/src/functions/addScreenTab.function.js.map +1 -0
- package/dist/src/functions/addScreenTabField.function.d.ts +33 -0
- package/dist/src/functions/addScreenTabField.function.d.ts.map +1 -0
- package/dist/src/functions/addScreenTabField.function.js +23 -0
- package/dist/src/functions/addScreenTabField.function.js.map +1 -0
- package/dist/src/functions/addSharePermission.function.d.ts +48 -0
- package/dist/src/functions/addSharePermission.function.d.ts.map +1 -0
- package/dist/src/functions/addSharePermission.function.js +25 -0
- package/dist/src/functions/addSharePermission.function.js.map +1 -0
- package/dist/src/functions/addUserToGroup.function.d.ts +137 -0
- package/dist/src/functions/addUserToGroup.function.d.ts.map +1 -0
- package/dist/src/functions/addUserToGroup.function.js +49 -0
- package/dist/src/functions/addUserToGroup.function.js.map +1 -0
- package/dist/src/functions/addVote.function.d.ts +13 -0
- package/dist/src/functions/addVote.function.d.ts.map +1 -0
- package/dist/src/functions/addVote.function.js +18 -0
- package/dist/src/functions/addVote.function.js.map +1 -0
- package/dist/src/functions/addWatcher.function.d.ts +17 -0
- package/dist/src/functions/addWatcher.function.d.ts.map +1 -0
- package/dist/src/functions/addWatcher.function.js +19 -0
- package/dist/src/functions/addWatcher.function.js.map +1 -0
- package/dist/src/functions/addWorklog.function.d.ts +312 -0
- package/dist/src/functions/addWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/addWorklog.function.js +90 -0
- package/dist/src/functions/addWorklog.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.d.ts +16 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.js +17 -0
- package/dist/src/functions/addonPropertiesResourceDeleteAddonPropertyDelete.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.d.ts +33 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.js +23 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertiesGet.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.d.ts +29 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.js +22 -0
- package/dist/src/functions/addonPropertiesResourceGetAddonPropertyGet.function.js.map +1 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.d.ts +33 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.d.ts.map +1 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.js +23 -0
- package/dist/src/functions/addonPropertiesResourcePutAddonPropertyPut.function.js.map +1 -0
- package/dist/src/functions/analyseExpression.function.d.ts +97 -0
- package/dist/src/functions/analyseExpression.function.d.ts.map +1 -0
- package/dist/src/functions/analyseExpression.function.js +37 -0
- package/dist/src/functions/analyseExpression.function.js.map +1 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.d.ts +60 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.d.ts.map +1 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.js +28 -0
- package/dist/src/functions/appIssueFieldValueUpdateResourceUpdateIssueFieldsPut.function.js.map +1 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.d.ts +29 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.js +22 -0
- package/dist/src/functions/appendMappingsForIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/archiveProject.function.d.ts +13 -0
- package/dist/src/functions/archiveProject.function.d.ts.map +1 -0
- package/dist/src/functions/archiveProject.function.js +18 -0
- package/dist/src/functions/archiveProject.function.js.map +1 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignFieldConfigurationSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/assignIssue.function.d.ts +25 -0
- package/dist/src/functions/assignIssue.function.d.ts.map +1 -0
- package/dist/src/functions/assignIssue.function.js +21 -0
- package/dist/src/functions/assignIssue.function.js.map +1 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignIssueTypeSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignIssueTypeScreenSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/assignPermissionScheme.function.d.ts +188 -0
- package/dist/src/functions/assignPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/assignPermissionScheme.function.js +60 -0
- package/dist/src/functions/assignPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.d.ts +21 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.js +20 -0
- package/dist/src/functions/assignProjectsToCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/assignSchemeToProject.function.d.ts +17 -0
- package/dist/src/functions/assignSchemeToProject.function.d.ts.map +1 -0
- package/dist/src/functions/assignSchemeToProject.function.js +19 -0
- package/dist/src/functions/assignSchemeToProject.function.js.map +1 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.d.ts +20 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.js +18 -0
- package/dist/src/functions/bulkDeleteIssueProperty.function.js.map +1 -0
- package/dist/src/functions/bulkGetGroups.function.d.ts +77 -0
- package/dist/src/functions/bulkGetGroups.function.d.ts.map +1 -0
- package/dist/src/functions/bulkGetGroups.function.js +34 -0
- package/dist/src/functions/bulkGetGroups.function.js.map +1 -0
- package/dist/src/functions/bulkGetUsers.function.d.ts +302 -0
- package/dist/src/functions/bulkGetUsers.function.d.ts.map +1 -0
- package/dist/src/functions/bulkGetUsers.function.js +89 -0
- package/dist/src/functions/bulkGetUsers.function.js.map +1 -0
- package/dist/src/functions/bulkGetUsersMigration.function.d.ts +41 -0
- package/dist/src/functions/bulkGetUsersMigration.function.d.ts.map +1 -0
- package/dist/src/functions/bulkGetUsersMigration.function.js +25 -0
- package/dist/src/functions/bulkGetUsersMigration.function.js.map +1 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.d.ts +179 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.d.ts.map +1 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.js +56 -0
- package/dist/src/functions/bulkSetIssuePropertiesByIssue.function.js.map +1 -0
- package/dist/src/functions/bulkSetIssueProperty.function.d.ts +40 -0
- package/dist/src/functions/bulkSetIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/bulkSetIssueProperty.function.js +23 -0
- package/dist/src/functions/bulkSetIssueProperty.function.js.map +1 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.d.ts +171 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.d.ts.map +1 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.js +54 -0
- package/dist/src/functions/bulkSetIssuesPropertiesList.function.js.map +1 -0
- package/dist/src/functions/cancelTask.function.d.ts +13 -0
- package/dist/src/functions/cancelTask.function.d.ts.map +1 -0
- package/dist/src/functions/cancelTask.function.js +18 -0
- package/dist/src/functions/cancelTask.function.js.map +1 -0
- package/dist/src/functions/changeFilterOwner.function.d.ts +17 -0
- package/dist/src/functions/changeFilterOwner.function.d.ts.map +1 -0
- package/dist/src/functions/changeFilterOwner.function.js +19 -0
- package/dist/src/functions/changeFilterOwner.function.js.map +1 -0
- package/dist/src/functions/copyDashboard.function.d.ts +5 -0
- package/dist/src/functions/copyDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/copyDashboard.function.js +16 -0
- package/dist/src/functions/copyDashboard.function.js.map +1 -0
- package/dist/src/functions/createComponent.function.d.ts +827 -0
- package/dist/src/functions/createComponent.function.d.ts.map +1 -0
- package/dist/src/functions/createComponent.function.js +214 -0
- package/dist/src/functions/createComponent.function.js.map +1 -0
- package/dist/src/functions/createCustomField.function.d.ts +206 -0
- package/dist/src/functions/createCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/createCustomField.function.js +61 -0
- package/dist/src/functions/createCustomField.function.js.map +1 -0
- package/dist/src/functions/createCustomFieldContext.function.d.ts +53 -0
- package/dist/src/functions/createCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/createCustomFieldContext.function.js +28 -0
- package/dist/src/functions/createCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/createCustomFieldOption.function.d.ts +65 -0
- package/dist/src/functions/createCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/createCustomFieldOption.function.js +31 -0
- package/dist/src/functions/createCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/createDashboard.function.d.ts +5 -0
- package/dist/src/functions/createDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/createDashboard.function.js +16 -0
- package/dist/src/functions/createDashboard.function.js.map +1 -0
- package/dist/src/functions/createFieldConfiguration.function.d.ts +37 -0
- package/dist/src/functions/createFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/createFieldConfiguration.function.js +24 -0
- package/dist/src/functions/createFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.d.ts +33 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.js +23 -0
- package/dist/src/functions/createFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/createFilter.function.d.ts +5 -0
- package/dist/src/functions/createFilter.function.d.ts.map +1 -0
- package/dist/src/functions/createFilter.function.js +16 -0
- package/dist/src/functions/createFilter.function.js.map +1 -0
- package/dist/src/functions/createGroup.function.d.ts +125 -0
- package/dist/src/functions/createGroup.function.d.ts.map +1 -0
- package/dist/src/functions/createGroup.function.js +46 -0
- package/dist/src/functions/createGroup.function.js.map +1 -0
- package/dist/src/functions/createIssue.function.d.ts +477 -0
- package/dist/src/functions/createIssue.function.d.ts.map +1 -0
- package/dist/src/functions/createIssue.function.js +134 -0
- package/dist/src/functions/createIssue.function.js.map +1 -0
- package/dist/src/functions/createIssueFieldOption.function.d.ts +159 -0
- package/dist/src/functions/createIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueFieldOption.function.js +50 -0
- package/dist/src/functions/createIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/createIssueLinkType.function.d.ts +49 -0
- package/dist/src/functions/createIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueLinkType.function.js +27 -0
- package/dist/src/functions/createIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/createIssueType.function.d.ts +167 -0
- package/dist/src/functions/createIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueType.function.js +54 -0
- package/dist/src/functions/createIssueType.function.js.map +1 -0
- package/dist/src/functions/createIssueTypeAvatar.function.d.ts +61 -0
- package/dist/src/functions/createIssueTypeAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueTypeAvatar.function.js +30 -0
- package/dist/src/functions/createIssueTypeAvatar.function.js.map +1 -0
- package/dist/src/functions/createIssueTypeScheme.function.d.ts +33 -0
- package/dist/src/functions/createIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueTypeScheme.function.js +23 -0
- package/dist/src/functions/createIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.d.ts +41 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.js +25 -0
- package/dist/src/functions/createIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/createIssues.function.d.ts +525 -0
- package/dist/src/functions/createIssues.function.d.ts.map +1 -0
- package/dist/src/functions/createIssues.function.js +146 -0
- package/dist/src/functions/createIssues.function.js.map +1 -0
- package/dist/src/functions/createNotificationScheme.function.d.ts +61 -0
- package/dist/src/functions/createNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createNotificationScheme.function.js +30 -0
- package/dist/src/functions/createNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.d.ts +121 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.js +45 -0
- package/dist/src/functions/createOrUpdateRemoteIssueLink.function.js.map +1 -0
- package/dist/src/functions/createPermissionGrant.function.d.ts +85 -0
- package/dist/src/functions/createPermissionGrant.function.d.ts.map +1 -0
- package/dist/src/functions/createPermissionGrant.function.js +36 -0
- package/dist/src/functions/createPermissionGrant.function.js.map +1 -0
- package/dist/src/functions/createPermissionScheme.function.d.ts +331 -0
- package/dist/src/functions/createPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createPermissionScheme.function.js +94 -0
- package/dist/src/functions/createPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/createPriority.function.d.ts +44 -0
- package/dist/src/functions/createPriority.function.d.ts.map +1 -0
- package/dist/src/functions/createPriority.function.js +23 -0
- package/dist/src/functions/createPriority.function.js.map +1 -0
- package/dist/src/functions/createProject.function.d.ts +132 -0
- package/dist/src/functions/createProject.function.d.ts.map +1 -0
- package/dist/src/functions/createProject.function.js +39 -0
- package/dist/src/functions/createProject.function.js.map +1 -0
- package/dist/src/functions/createProjectAvatar.function.d.ts +61 -0
- package/dist/src/functions/createProjectAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/createProjectAvatar.function.js +30 -0
- package/dist/src/functions/createProjectAvatar.function.js.map +1 -0
- package/dist/src/functions/createProjectCategory.function.d.ts +37 -0
- package/dist/src/functions/createProjectCategory.function.d.ts.map +1 -0
- package/dist/src/functions/createProjectCategory.function.js +24 -0
- package/dist/src/functions/createProjectCategory.function.js.map +1 -0
- package/dist/src/functions/createProjectRole.function.d.ts +219 -0
- package/dist/src/functions/createProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/createProjectRole.function.js +67 -0
- package/dist/src/functions/createProjectRole.function.js.map +1 -0
- package/dist/src/functions/createResolution.function.d.ts +25 -0
- package/dist/src/functions/createResolution.function.d.ts.map +1 -0
- package/dist/src/functions/createResolution.function.js +21 -0
- package/dist/src/functions/createResolution.function.js.map +1 -0
- package/dist/src/functions/createScreen.function.d.ts +132 -0
- package/dist/src/functions/createScreen.function.d.ts.map +1 -0
- package/dist/src/functions/createScreen.function.js +46 -0
- package/dist/src/functions/createScreen.function.js.map +1 -0
- package/dist/src/functions/createScreenScheme.function.d.ts +49 -0
- package/dist/src/functions/createScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createScreenScheme.function.js +27 -0
- package/dist/src/functions/createScreenScheme.function.js.map +1 -0
- package/dist/src/functions/createStatuses.function.d.ts +135 -0
- package/dist/src/functions/createStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/createStatuses.function.js +45 -0
- package/dist/src/functions/createStatuses.function.js.map +1 -0
- package/dist/src/functions/createUiModification.function.d.ts +61 -0
- package/dist/src/functions/createUiModification.function.d.ts.map +1 -0
- package/dist/src/functions/createUiModification.function.js +30 -0
- package/dist/src/functions/createUiModification.function.js.map +1 -0
- package/dist/src/functions/createUser.function.d.ts +274 -0
- package/dist/src/functions/createUser.function.d.ts.map +1 -0
- package/dist/src/functions/createUser.function.js +82 -0
- package/dist/src/functions/createUser.function.js.map +1 -0
- package/dist/src/functions/createVersion.function.d.ts +173 -0
- package/dist/src/functions/createVersion.function.d.ts.map +1 -0
- package/dist/src/functions/createVersion.function.js +58 -0
- package/dist/src/functions/createVersion.function.js.map +1 -0
- package/dist/src/functions/createWorkflow.function.d.ts +183 -0
- package/dist/src/functions/createWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflow.function.js +58 -0
- package/dist/src/functions/createWorkflow.function.js.map +1 -0
- package/dist/src/functions/createWorkflowScheme.function.d.ts +465 -0
- package/dist/src/functions/createWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflowScheme.function.js +128 -0
- package/dist/src/functions/createWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.d.ts +449 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.js +124 -0
- package/dist/src/functions/createWorkflowSchemeDraftFromParent.function.js.map +1 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.d.ts +48 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.d.ts.map +1 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.js +26 -0
- package/dist/src/functions/createWorkflowTransitionProperty.function.js.map +1 -0
- package/dist/src/functions/deleteActor.function.d.ts +28 -0
- package/dist/src/functions/deleteActor.function.d.ts.map +1 -0
- package/dist/src/functions/deleteActor.function.js +20 -0
- package/dist/src/functions/deleteActor.function.js.map +1 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.d.ts +37 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.d.ts.map +1 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.js +24 -0
- package/dist/src/functions/deleteAndReplaceVersion.function.js.map +1 -0
- package/dist/src/functions/deleteAvatar.function.d.ts +23 -0
- package/dist/src/functions/deleteAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/deleteAvatar.function.js +18 -0
- package/dist/src/functions/deleteAvatar.function.js.map +1 -0
- package/dist/src/functions/deleteComment.function.d.ts +16 -0
- package/dist/src/functions/deleteComment.function.d.ts.map +1 -0
- package/dist/src/functions/deleteComment.function.js +17 -0
- package/dist/src/functions/deleteComment.function.js.map +1 -0
- package/dist/src/functions/deleteCommentProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteCommentProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCommentProperty.function.js +17 -0
- package/dist/src/functions/deleteCommentProperty.function.js.map +1 -0
- package/dist/src/functions/deleteComponent.function.d.ts +16 -0
- package/dist/src/functions/deleteComponent.function.d.ts.map +1 -0
- package/dist/src/functions/deleteComponent.function.js +17 -0
- package/dist/src/functions/deleteComponent.function.js.map +1 -0
- package/dist/src/functions/deleteCustomField.function.d.ts +12 -0
- package/dist/src/functions/deleteCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCustomField.function.js +16 -0
- package/dist/src/functions/deleteCustomField.function.js.map +1 -0
- package/dist/src/functions/deleteCustomFieldContext.function.d.ts +17 -0
- package/dist/src/functions/deleteCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCustomFieldContext.function.js +19 -0
- package/dist/src/functions/deleteCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/deleteCustomFieldOption.function.d.ts +20 -0
- package/dist/src/functions/deleteCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/deleteCustomFieldOption.function.js +18 -0
- package/dist/src/functions/deleteCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/deleteDashboard.function.d.ts +12 -0
- package/dist/src/functions/deleteDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDashboard.function.js +16 -0
- package/dist/src/functions/deleteDashboard.function.js.map +1 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.d.ts +20 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.js +18 -0
- package/dist/src/functions/deleteDashboardItemProperty.function.js.map +1 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.d.ts +453 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.js +125 -0
- package/dist/src/functions/deleteDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.d.ts +449 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.js +124 -0
- package/dist/src/functions/deleteDraftDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.d.ts +16 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.js +17 -0
- package/dist/src/functions/deleteDraftWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.d.ts +17 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.js +19 -0
- package/dist/src/functions/deleteFavouriteForFilter.function.js.map +1 -0
- package/dist/src/functions/deleteFieldConfiguration.function.d.ts +13 -0
- package/dist/src/functions/deleteFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFieldConfiguration.function.js +18 -0
- package/dist/src/functions/deleteFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.js +18 -0
- package/dist/src/functions/deleteFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/deleteFilter.function.d.ts +12 -0
- package/dist/src/functions/deleteFilter.function.d.ts.map +1 -0
- package/dist/src/functions/deleteFilter.function.js +16 -0
- package/dist/src/functions/deleteFilter.function.js.map +1 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.d.ts +12 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.js +16 -0
- package/dist/src/functions/deleteInactiveWorkflow.function.js.map +1 -0
- package/dist/src/functions/deleteIssue.function.d.ts +19 -0
- package/dist/src/functions/deleteIssue.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssue.function.js +17 -0
- package/dist/src/functions/deleteIssue.function.js.map +1 -0
- package/dist/src/functions/deleteIssueFieldOption.function.d.ts +17 -0
- package/dist/src/functions/deleteIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueFieldOption.function.js +19 -0
- package/dist/src/functions/deleteIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/deleteIssueLink.function.d.ts +12 -0
- package/dist/src/functions/deleteIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueLink.function.js +16 -0
- package/dist/src/functions/deleteIssueLink.function.js.map +1 -0
- package/dist/src/functions/deleteIssueLinkType.function.d.ts +12 -0
- package/dist/src/functions/deleteIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueLinkType.function.js +16 -0
- package/dist/src/functions/deleteIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/deleteIssueProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueProperty.function.js +17 -0
- package/dist/src/functions/deleteIssueProperty.function.js.map +1 -0
- package/dist/src/functions/deleteIssueType.function.d.ts +16 -0
- package/dist/src/functions/deleteIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueType.function.js +17 -0
- package/dist/src/functions/deleteIssueType.function.js.map +1 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.js +17 -0
- package/dist/src/functions/deleteIssueTypeProperty.function.js.map +1 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.js +18 -0
- package/dist/src/functions/deleteIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.js +18 -0
- package/dist/src/functions/deleteIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/deleteNotificationScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteNotificationScheme.function.js +18 -0
- package/dist/src/functions/deleteNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/deletePermissionScheme.function.d.ts +12 -0
- package/dist/src/functions/deletePermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deletePermissionScheme.function.js +16 -0
- package/dist/src/functions/deletePermissionScheme.function.js.map +1 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.d.ts +16 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.d.ts.map +1 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.js +17 -0
- package/dist/src/functions/deletePermissionSchemeEntity.function.js.map +1 -0
- package/dist/src/functions/deletePriority.function.d.ts +16 -0
- package/dist/src/functions/deletePriority.function.d.ts.map +1 -0
- package/dist/src/functions/deletePriority.function.js +17 -0
- package/dist/src/functions/deletePriority.function.js.map +1 -0
- package/dist/src/functions/deleteProject.function.d.ts +16 -0
- package/dist/src/functions/deleteProject.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProject.function.js +17 -0
- package/dist/src/functions/deleteProject.function.js.map +1 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.d.ts +12 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.js +16 -0
- package/dist/src/functions/deleteProjectAsynchronously.function.js.map +1 -0
- package/dist/src/functions/deleteProjectAvatar.function.d.ts +16 -0
- package/dist/src/functions/deleteProjectAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectAvatar.function.js +17 -0
- package/dist/src/functions/deleteProjectAvatar.function.js.map +1 -0
- package/dist/src/functions/deleteProjectProperty.function.d.ts +16 -0
- package/dist/src/functions/deleteProjectProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectProperty.function.js +17 -0
- package/dist/src/functions/deleteProjectProperty.function.js.map +1 -0
- package/dist/src/functions/deleteProjectRole.function.d.ts +16 -0
- package/dist/src/functions/deleteProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectRole.function.js +17 -0
- package/dist/src/functions/deleteProjectRole.function.js.map +1 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.d.ts +227 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.d.ts.map +1 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.js +69 -0
- package/dist/src/functions/deleteProjectRoleActorsFromRole.function.js.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.d.ts +16 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.d.ts.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.js +17 -0
- package/dist/src/functions/deleteRemoteIssueLinkByGlobalId.function.js.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.d.ts +16 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.d.ts.map +1 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.js +17 -0
- package/dist/src/functions/deleteRemoteIssueLinkById.function.js.map +1 -0
- package/dist/src/functions/deleteResolution.function.d.ts +16 -0
- package/dist/src/functions/deleteResolution.function.d.ts.map +1 -0
- package/dist/src/functions/deleteResolution.function.js +17 -0
- package/dist/src/functions/deleteResolution.function.js.map +1 -0
- package/dist/src/functions/deleteScreen.function.d.ts +12 -0
- package/dist/src/functions/deleteScreen.function.d.ts.map +1 -0
- package/dist/src/functions/deleteScreen.function.js +16 -0
- package/dist/src/functions/deleteScreen.function.js.map +1 -0
- package/dist/src/functions/deleteScreenScheme.function.d.ts +12 -0
- package/dist/src/functions/deleteScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteScreenScheme.function.js +16 -0
- package/dist/src/functions/deleteScreenScheme.function.js.map +1 -0
- package/dist/src/functions/deleteScreenTab.function.d.ts +16 -0
- package/dist/src/functions/deleteScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/deleteScreenTab.function.js +17 -0
- package/dist/src/functions/deleteScreenTab.function.js.map +1 -0
- package/dist/src/functions/deleteSharePermission.function.d.ts +16 -0
- package/dist/src/functions/deleteSharePermission.function.d.ts.map +1 -0
- package/dist/src/functions/deleteSharePermission.function.js +17 -0
- package/dist/src/functions/deleteSharePermission.function.js.map +1 -0
- package/dist/src/functions/deleteStatusesById.function.d.ts +13 -0
- package/dist/src/functions/deleteStatusesById.function.d.ts.map +1 -0
- package/dist/src/functions/deleteStatusesById.function.js +18 -0
- package/dist/src/functions/deleteStatusesById.function.js.map +1 -0
- package/dist/src/functions/deleteUiModification.function.d.ts +13 -0
- package/dist/src/functions/deleteUiModification.function.d.ts.map +1 -0
- package/dist/src/functions/deleteUiModification.function.js +18 -0
- package/dist/src/functions/deleteUiModification.function.js.map +1 -0
- package/dist/src/functions/deleteUserProperty.function.d.ts +24 -0
- package/dist/src/functions/deleteUserProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteUserProperty.function.js +19 -0
- package/dist/src/functions/deleteUserProperty.function.js.map +1 -0
- package/dist/src/functions/deleteWebhookById.function.d.ts +12 -0
- package/dist/src/functions/deleteWebhookById.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWebhookById.function.js +16 -0
- package/dist/src/functions/deleteWebhookById.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowMapping.function.d.ts +20 -0
- package/dist/src/functions/deleteWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowMapping.function.js +18 -0
- package/dist/src/functions/deleteWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowScheme.function.d.ts +13 -0
- package/dist/src/functions/deleteWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowScheme.function.js +18 -0
- package/dist/src/functions/deleteWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.d.ts +12 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.js +16 -0
- package/dist/src/functions/deleteWorkflowSchemeDraft.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.d.ts +453 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.js +125 -0
- package/dist/src/functions/deleteWorkflowSchemeDraftIssueType.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.d.ts +457 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.js +126 -0
- package/dist/src/functions/deleteWorkflowSchemeIssueType.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.d.ts +27 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.js +19 -0
- package/dist/src/functions/deleteWorkflowTransitionProperty.function.js.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.d.ts +73 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.js +33 -0
- package/dist/src/functions/deleteWorkflowTransitionRuleConfigurations.function.js.map +1 -0
- package/dist/src/functions/deleteWorklog.function.d.ts +41 -0
- package/dist/src/functions/deleteWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorklog.function.js +22 -0
- package/dist/src/functions/deleteWorklog.function.js.map +1 -0
- package/dist/src/functions/deleteWorklogProperty.function.d.ts +20 -0
- package/dist/src/functions/deleteWorklogProperty.function.d.ts.map +1 -0
- package/dist/src/functions/deleteWorklogProperty.function.js +18 -0
- package/dist/src/functions/deleteWorklogProperty.function.js.map +1 -0
- package/dist/src/functions/doTransition.function.d.ts +373 -0
- package/dist/src/functions/doTransition.function.d.ts.map +1 -0
- package/dist/src/functions/doTransition.function.js +108 -0
- package/dist/src/functions/doTransition.function.js.map +1 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.d.ts +12 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.d.ts.map +1 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.js +16 -0
- package/dist/src/functions/dynamicModulesResourceGetModulesGet.function.js.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.d.ts +12 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.d.ts.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.js +16 -0
- package/dist/src/functions/dynamicModulesResourceRegisterModulesPost.function.js.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.d.ts +12 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.d.ts.map +1 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.js +16 -0
- package/dist/src/functions/dynamicModulesResourceRemoveModulesDelete.function.js.map +1 -0
- package/dist/src/functions/editIssue.function.d.ts +385 -0
- package/dist/src/functions/editIssue.function.d.ts.map +1 -0
- package/dist/src/functions/editIssue.function.js +111 -0
- package/dist/src/functions/editIssue.function.js.map +1 -0
- package/dist/src/functions/evaluateJiraExpression.function.d.ts +277 -0
- package/dist/src/functions/evaluateJiraExpression.function.d.ts.map +1 -0
- package/dist/src/functions/evaluateJiraExpression.function.js +83 -0
- package/dist/src/functions/evaluateJiraExpression.function.js.map +1 -0
- package/dist/src/functions/expandAttachmentForHumans.function.d.ts +61 -0
- package/dist/src/functions/expandAttachmentForHumans.function.d.ts.map +1 -0
- package/dist/src/functions/expandAttachmentForHumans.function.js +30 -0
- package/dist/src/functions/expandAttachmentForHumans.function.js.map +1 -0
- package/dist/src/functions/expandAttachmentForMachines.function.d.ts +49 -0
- package/dist/src/functions/expandAttachmentForMachines.function.d.ts.map +1 -0
- package/dist/src/functions/expandAttachmentForMachines.function.js +27 -0
- package/dist/src/functions/expandAttachmentForMachines.function.js.map +1 -0
- package/dist/src/functions/findAssignableUsers.function.d.ts +290 -0
- package/dist/src/functions/findAssignableUsers.function.d.ts.map +1 -0
- package/dist/src/functions/findAssignableUsers.function.js +86 -0
- package/dist/src/functions/findAssignableUsers.function.js.map +1 -0
- package/dist/src/functions/findBulkAssignableUsers.function.d.ts +274 -0
- package/dist/src/functions/findBulkAssignableUsers.function.d.ts.map +1 -0
- package/dist/src/functions/findBulkAssignableUsers.function.js +82 -0
- package/dist/src/functions/findBulkAssignableUsers.function.js.map +1 -0
- package/dist/src/functions/findGroups.function.d.ts +93 -0
- package/dist/src/functions/findGroups.function.d.ts.map +1 -0
- package/dist/src/functions/findGroups.function.js +35 -0
- package/dist/src/functions/findGroups.function.js.map +1 -0
- package/dist/src/functions/findUserKeysByQuery.function.d.ts +65 -0
- package/dist/src/functions/findUserKeysByQuery.function.d.ts.map +1 -0
- package/dist/src/functions/findUserKeysByQuery.function.js +31 -0
- package/dist/src/functions/findUserKeysByQuery.function.js.map +1 -0
- package/dist/src/functions/findUsers.function.d.ts +274 -0
- package/dist/src/functions/findUsers.function.d.ts.map +1 -0
- package/dist/src/functions/findUsers.function.js +82 -0
- package/dist/src/functions/findUsers.function.js.map +1 -0
- package/dist/src/functions/findUsersAndGroups.function.d.ts +179 -0
- package/dist/src/functions/findUsersAndGroups.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersAndGroups.function.js +53 -0
- package/dist/src/functions/findUsersAndGroups.function.js.map +1 -0
- package/dist/src/functions/findUsersByQuery.function.d.ts +294 -0
- package/dist/src/functions/findUsersByQuery.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersByQuery.function.js +87 -0
- package/dist/src/functions/findUsersByQuery.function.js.map +1 -0
- package/dist/src/functions/findUsersForPicker.function.d.ts +81 -0
- package/dist/src/functions/findUsersForPicker.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersForPicker.function.js +35 -0
- package/dist/src/functions/findUsersForPicker.function.js.map +1 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.d.ts +282 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.js +84 -0
- package/dist/src/functions/findUsersWithAllPermissions.function.js.map +1 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.d.ts +278 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.d.ts.map +1 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.js +83 -0
- package/dist/src/functions/findUsersWithBrowsePermission.function.js.map +1 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.d.ts +223 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.js +68 -0
- package/dist/src/functions/fullyUpdateProjectRole.function.js.map +1 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.d.ts +42 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.d.ts.map +1 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.js +24 -0
- package/dist/src/functions/getAccessibleProjectTypeByKey.function.js.map +1 -0
- package/dist/src/functions/getAdvancedSettings.function.d.ts +44 -0
- package/dist/src/functions/getAdvancedSettings.function.d.ts.map +1 -0
- package/dist/src/functions/getAdvancedSettings.function.js +24 -0
- package/dist/src/functions/getAdvancedSettings.function.js.map +1 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.d.ts +28 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.js +18 -0
- package/dist/src/functions/getAllAccessibleProjectTypes.function.js.map +1 -0
- package/dist/src/functions/getAllApplicationRoles.function.d.ts +96 -0
- package/dist/src/functions/getAllApplicationRoles.function.d.ts.map +1 -0
- package/dist/src/functions/getAllApplicationRoles.function.js +37 -0
- package/dist/src/functions/getAllApplicationRoles.function.js.map +1 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.d.ts +28 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.d.ts.map +1 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.js +20 -0
- package/dist/src/functions/getAllAvailableDashboardGadgets.function.js.map +1 -0
- package/dist/src/functions/getAllDashboards.function.d.ts +24 -0
- package/dist/src/functions/getAllDashboards.function.d.ts.map +1 -0
- package/dist/src/functions/getAllDashboards.function.js +20 -0
- package/dist/src/functions/getAllDashboards.function.js.map +1 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.d.ts +69 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.js +32 -0
- package/dist/src/functions/getAllFieldConfigurationSchemes.function.js.map +1 -0
- package/dist/src/functions/getAllFieldConfigurations.function.d.ts +73 -0
- package/dist/src/functions/getAllFieldConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/getAllFieldConfigurations.function.js +33 -0
- package/dist/src/functions/getAllFieldConfigurations.function.js.map +1 -0
- package/dist/src/functions/getAllGadgets.function.d.ts +82 -0
- package/dist/src/functions/getAllGadgets.function.d.ts.map +1 -0
- package/dist/src/functions/getAllGadgets.function.js +33 -0
- package/dist/src/functions/getAllGadgets.function.js.map +1 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.d.ts +130 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.js +45 -0
- package/dist/src/functions/getAllIssueFieldOptions.function.js.map +1 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.d.ts +96 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.js +37 -0
- package/dist/src/functions/getAllIssueTypeSchemes.function.js.map +1 -0
- package/dist/src/functions/getAllLabels.function.d.ts +49 -0
- package/dist/src/functions/getAllLabels.function.d.ts.map +1 -0
- package/dist/src/functions/getAllLabels.function.js +25 -0
- package/dist/src/functions/getAllLabels.function.js.map +1 -0
- package/dist/src/functions/getAllPermissionSchemes.function.d.ts +188 -0
- package/dist/src/functions/getAllPermissionSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllPermissionSchemes.function.js +60 -0
- package/dist/src/functions/getAllPermissionSchemes.function.js.map +1 -0
- package/dist/src/functions/getAllPermissions.function.d.ts +47 -0
- package/dist/src/functions/getAllPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getAllPermissions.function.js +24 -0
- package/dist/src/functions/getAllPermissions.function.js.map +1 -0
- package/dist/src/functions/getAllProjectAvatars.function.d.ts +89 -0
- package/dist/src/functions/getAllProjectAvatars.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectAvatars.function.js +37 -0
- package/dist/src/functions/getAllProjectAvatars.function.js.map +1 -0
- package/dist/src/functions/getAllProjectCategories.function.d.ts +24 -0
- package/dist/src/functions/getAllProjectCategories.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectCategories.function.js +19 -0
- package/dist/src/functions/getAllProjectCategories.function.js.map +1 -0
- package/dist/src/functions/getAllProjectRoles.function.d.ts +206 -0
- package/dist/src/functions/getAllProjectRoles.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectRoles.function.js +62 -0
- package/dist/src/functions/getAllProjectRoles.function.js.map +1 -0
- package/dist/src/functions/getAllProjectTypes.function.d.ts +28 -0
- package/dist/src/functions/getAllProjectTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllProjectTypes.function.js +20 -0
- package/dist/src/functions/getAllProjectTypes.function.js.map +1 -0
- package/dist/src/functions/getAllScreenTabFields.function.d.ts +33 -0
- package/dist/src/functions/getAllScreenTabFields.function.d.ts.map +1 -0
- package/dist/src/functions/getAllScreenTabFields.function.js +23 -0
- package/dist/src/functions/getAllScreenTabFields.function.js.map +1 -0
- package/dist/src/functions/getAllScreenTabs.function.d.ts +29 -0
- package/dist/src/functions/getAllScreenTabs.function.d.ts.map +1 -0
- package/dist/src/functions/getAllScreenTabs.function.js +22 -0
- package/dist/src/functions/getAllScreenTabs.function.js.map +1 -0
- package/dist/src/functions/getAllStatuses.function.d.ts +89 -0
- package/dist/src/functions/getAllStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/getAllStatuses.function.js +37 -0
- package/dist/src/functions/getAllStatuses.function.js.map +1 -0
- package/dist/src/functions/getAllSystemAvatars.function.d.ts +57 -0
- package/dist/src/functions/getAllSystemAvatars.function.d.ts.map +1 -0
- package/dist/src/functions/getAllSystemAvatars.function.js +28 -0
- package/dist/src/functions/getAllSystemAvatars.function.js.map +1 -0
- package/dist/src/functions/getAllUsers.function.d.ts +258 -0
- package/dist/src/functions/getAllUsers.function.d.ts.map +1 -0
- package/dist/src/functions/getAllUsers.function.js +78 -0
- package/dist/src/functions/getAllUsers.function.js.map +1 -0
- package/dist/src/functions/getAllUsersDefault.function.d.ts +258 -0
- package/dist/src/functions/getAllUsersDefault.function.d.ts.map +1 -0
- package/dist/src/functions/getAllUsersDefault.function.js +78 -0
- package/dist/src/functions/getAllUsersDefault.function.js.map +1 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.d.ts +485 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.js +133 -0
- package/dist/src/functions/getAllWorkflowSchemes.function.js.map +1 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.d.ts +152 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.js +51 -0
- package/dist/src/functions/getAlternativeIssueTypes.function.js.map +1 -0
- package/dist/src/functions/getApplicationProperty.function.d.ts +61 -0
- package/dist/src/functions/getApplicationProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getApplicationProperty.function.js +30 -0
- package/dist/src/functions/getApplicationProperty.function.js.map +1 -0
- package/dist/src/functions/getApplicationRole.function.d.ts +105 -0
- package/dist/src/functions/getApplicationRole.function.d.ts.map +1 -0
- package/dist/src/functions/getApplicationRole.function.js +41 -0
- package/dist/src/functions/getApplicationRole.function.js.map +1 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.d.ts +25 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.d.ts.map +1 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.js +21 -0
- package/dist/src/functions/getApproximateApplicationLicenseCount.function.js.map +1 -0
- package/dist/src/functions/getApproximateLicenseCount.function.d.ts +16 -0
- package/dist/src/functions/getApproximateLicenseCount.function.d.ts.map +1 -0
- package/dist/src/functions/getApproximateLicenseCount.function.js +17 -0
- package/dist/src/functions/getApproximateLicenseCount.function.js.map +1 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.d.ts +184 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.js +59 -0
- package/dist/src/functions/getAssignedPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/getAttachment.function.d.ts +298 -0
- package/dist/src/functions/getAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachment.function.js +88 -0
- package/dist/src/functions/getAttachment.function.js.map +1 -0
- package/dist/src/functions/getAttachmentContent.function.d.ts +17 -0
- package/dist/src/functions/getAttachmentContent.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachmentContent.function.js +19 -0
- package/dist/src/functions/getAttachmentContent.function.js.map +1 -0
- package/dist/src/functions/getAttachmentMeta.function.d.ts +16 -0
- package/dist/src/functions/getAttachmentMeta.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachmentMeta.function.js +17 -0
- package/dist/src/functions/getAttachmentMeta.function.js.map +1 -0
- package/dist/src/functions/getAttachmentThumbnail.function.d.ts +29 -0
- package/dist/src/functions/getAttachmentThumbnail.function.d.ts.map +1 -0
- package/dist/src/functions/getAttachmentThumbnail.function.js +22 -0
- package/dist/src/functions/getAttachmentThumbnail.function.js.map +1 -0
- package/dist/src/functions/getAuditRecords.function.d.ts +161 -0
- package/dist/src/functions/getAuditRecords.function.d.ts.map +1 -0
- package/dist/src/functions/getAuditRecords.function.js +55 -0
- package/dist/src/functions/getAuditRecords.function.js.map +1 -0
- package/dist/src/functions/getAutoComplete.function.d.ts +99 -0
- package/dist/src/functions/getAutoComplete.function.d.ts.map +1 -0
- package/dist/src/functions/getAutoComplete.function.js +34 -0
- package/dist/src/functions/getAutoComplete.function.js.map +1 -0
- package/dist/src/functions/getAutoCompletePost.function.d.ts +112 -0
- package/dist/src/functions/getAutoCompletePost.function.d.ts.map +1 -0
- package/dist/src/functions/getAutoCompletePost.function.js +39 -0
- package/dist/src/functions/getAutoCompletePost.function.js.map +1 -0
- package/dist/src/functions/getAvailableScreenFields.function.d.ts +25 -0
- package/dist/src/functions/getAvailableScreenFields.function.d.ts.map +1 -0
- package/dist/src/functions/getAvailableScreenFields.function.js +21 -0
- package/dist/src/functions/getAvailableScreenFields.function.js.map +1 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.d.ts +20 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.d.ts.map +1 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.js +18 -0
- package/dist/src/functions/getAvailableTimeTrackingImplementations.function.js.map +1 -0
- package/dist/src/functions/getAvatarImageByID.function.d.ts +37 -0
- package/dist/src/functions/getAvatarImageByID.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatarImageByID.function.js +21 -0
- package/dist/src/functions/getAvatarImageByID.function.js.map +1 -0
- package/dist/src/functions/getAvatarImageByOwner.function.d.ts +37 -0
- package/dist/src/functions/getAvatarImageByOwner.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatarImageByOwner.function.js +21 -0
- package/dist/src/functions/getAvatarImageByOwner.function.js.map +1 -0
- package/dist/src/functions/getAvatarImageByType.function.d.ts +33 -0
- package/dist/src/functions/getAvatarImageByType.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatarImageByType.function.js +20 -0
- package/dist/src/functions/getAvatarImageByType.function.js.map +1 -0
- package/dist/src/functions/getAvatars.function.d.ts +96 -0
- package/dist/src/functions/getAvatars.function.d.ts.map +1 -0
- package/dist/src/functions/getAvatars.function.js +38 -0
- package/dist/src/functions/getAvatars.function.js.map +1 -0
- package/dist/src/functions/getBanner.function.d.ts +31 -0
- package/dist/src/functions/getBanner.function.d.ts.map +1 -0
- package/dist/src/functions/getBanner.function.js +20 -0
- package/dist/src/functions/getBanner.function.js.map +1 -0
- package/dist/src/functions/getBulkPermissions.function.d.ts +65 -0
- package/dist/src/functions/getBulkPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getBulkPermissions.function.js +31 -0
- package/dist/src/functions/getBulkPermissions.function.js.map +1 -0
- package/dist/src/functions/getChangeLogs.function.d.ts +301 -0
- package/dist/src/functions/getChangeLogs.function.d.ts.map +1 -0
- package/dist/src/functions/getChangeLogs.function.js +90 -0
- package/dist/src/functions/getChangeLogs.function.js.map +1 -0
- package/dist/src/functions/getChangeLogsByIds.function.d.ts +285 -0
- package/dist/src/functions/getChangeLogsByIds.function.d.ts.map +1 -0
- package/dist/src/functions/getChangeLogsByIds.function.js +86 -0
- package/dist/src/functions/getChangeLogsByIds.function.js.map +1 -0
- package/dist/src/functions/getColumns.function.d.ts +25 -0
- package/dist/src/functions/getColumns.function.d.ts.map +1 -0
- package/dist/src/functions/getColumns.function.js +21 -0
- package/dist/src/functions/getColumns.function.js.map +1 -0
- package/dist/src/functions/getComment.function.d.ts +232 -0
- package/dist/src/functions/getComment.function.d.ts.map +1 -0
- package/dist/src/functions/getComment.function.js +72 -0
- package/dist/src/functions/getComment.function.js.map +1 -0
- package/dist/src/functions/getCommentProperty.function.d.ts +29 -0
- package/dist/src/functions/getCommentProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getCommentProperty.function.js +22 -0
- package/dist/src/functions/getCommentProperty.function.js.map +1 -0
- package/dist/src/functions/getCommentPropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getCommentPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getCommentPropertyKeys.function.js +23 -0
- package/dist/src/functions/getCommentPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getComments.function.d.ts +264 -0
- package/dist/src/functions/getComments.function.d.ts.map +1 -0
- package/dist/src/functions/getComments.function.js +79 -0
- package/dist/src/functions/getComments.function.js.map +1 -0
- package/dist/src/functions/getCommentsByIds.function.d.ts +260 -0
- package/dist/src/functions/getCommentsByIds.function.d.ts.map +1 -0
- package/dist/src/functions/getCommentsByIds.function.js +79 -0
- package/dist/src/functions/getCommentsByIds.function.js.map +1 -0
- package/dist/src/functions/getComponent.function.d.ts +802 -0
- package/dist/src/functions/getComponent.function.d.ts.map +1 -0
- package/dist/src/functions/getComponent.function.js +209 -0
- package/dist/src/functions/getComponent.function.js.map +1 -0
- package/dist/src/functions/getComponentRelatedIssues.function.d.ts +25 -0
- package/dist/src/functions/getComponentRelatedIssues.function.d.ts.map +1 -0
- package/dist/src/functions/getComponentRelatedIssues.function.js +21 -0
- package/dist/src/functions/getComponentRelatedIssues.function.js.map +1 -0
- package/dist/src/functions/getConfiguration.function.d.ts +69 -0
- package/dist/src/functions/getConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/getConfiguration.function.js +28 -0
- package/dist/src/functions/getConfiguration.function.js.map +1 -0
- package/dist/src/functions/getContextsForField.function.d.ts +89 -0
- package/dist/src/functions/getContextsForField.function.d.ts.map +1 -0
- package/dist/src/functions/getContextsForField.function.js +37 -0
- package/dist/src/functions/getContextsForField.function.js.map +1 -0
- package/dist/src/functions/getCreateIssueMeta.function.d.ts +312 -0
- package/dist/src/functions/getCreateIssueMeta.function.d.ts.map +1 -0
- package/dist/src/functions/getCreateIssueMeta.function.js +91 -0
- package/dist/src/functions/getCreateIssueMeta.function.js.map +1 -0
- package/dist/src/functions/getCurrentUser.function.d.ts +254 -0
- package/dist/src/functions/getCurrentUser.function.d.ts.map +1 -0
- package/dist/src/functions/getCurrentUser.function.js +77 -0
- package/dist/src/functions/getCurrentUser.function.js.map +1 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.d.ts +93 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.js +38 -0
- package/dist/src/functions/getCustomFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.d.ts +85 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.js +36 -0
- package/dist/src/functions/getCustomFieldContextsForProjectsAndIssueTypes.function.js.map +1 -0
- package/dist/src/functions/getCustomFieldOption.function.d.ts +25 -0
- package/dist/src/functions/getCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/getCustomFieldOption.function.js +21 -0
- package/dist/src/functions/getCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/getDashboard.function.d.ts +13 -0
- package/dist/src/functions/getDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboard.function.js +18 -0
- package/dist/src/functions/getDashboard.function.js.map +1 -0
- package/dist/src/functions/getDashboardItemProperty.function.d.ts +33 -0
- package/dist/src/functions/getDashboardItemProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboardItemProperty.function.js +23 -0
- package/dist/src/functions/getDashboardItemProperty.function.js.map +1 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.d.ts +37 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.js +24 -0
- package/dist/src/functions/getDashboardItemPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getDashboardsPaginated.function.d.ts +76 -0
- package/dist/src/functions/getDashboardsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getDashboardsPaginated.function.js +28 -0
- package/dist/src/functions/getDashboardsPaginated.function.js.map +1 -0
- package/dist/src/functions/getDefaultShareScope.function.d.ts +16 -0
- package/dist/src/functions/getDefaultShareScope.function.d.ts.map +1 -0
- package/dist/src/functions/getDefaultShareScope.function.js +16 -0
- package/dist/src/functions/getDefaultShareScope.function.js.map +1 -0
- package/dist/src/functions/getDefaultValues.function.d.ts +509 -0
- package/dist/src/functions/getDefaultValues.function.d.ts.map +1 -0
- package/dist/src/functions/getDefaultValues.function.js +142 -0
- package/dist/src/functions/getDefaultValues.function.js.map +1 -0
- package/dist/src/functions/getDefaultWorkflow.function.d.ts +29 -0
- package/dist/src/functions/getDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getDefaultWorkflow.function.js +22 -0
- package/dist/src/functions/getDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.d.ts +25 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.js +21 -0
- package/dist/src/functions/getDraftDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/getDraftWorkflow.function.d.ts +37 -0
- package/dist/src/functions/getDraftWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getDraftWorkflow.function.js +24 -0
- package/dist/src/functions/getDraftWorkflow.function.js.map +1 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.d.ts +86 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.d.ts.map +1 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.js +34 -0
- package/dist/src/functions/getDynamicWebhooksForApp.function.js.map +1 -0
- package/dist/src/functions/getEditIssueMeta.function.d.ts +101 -0
- package/dist/src/functions/getEditIssueMeta.function.d.ts.map +1 -0
- package/dist/src/functions/getEditIssueMeta.function.js +40 -0
- package/dist/src/functions/getEditIssueMeta.function.js.map +1 -0
- package/dist/src/functions/getEvents.function.d.ts +16 -0
- package/dist/src/functions/getEvents.function.d.ts.map +1 -0
- package/dist/src/functions/getEvents.function.js +17 -0
- package/dist/src/functions/getEvents.function.js.map +1 -0
- package/dist/src/functions/getFailedWebhooks.function.d.ts +53 -0
- package/dist/src/functions/getFailedWebhooks.function.d.ts.map +1 -0
- package/dist/src/functions/getFailedWebhooks.function.js +28 -0
- package/dist/src/functions/getFailedWebhooks.function.js.map +1 -0
- package/dist/src/functions/getFavouriteFilters.function.d.ts +13 -0
- package/dist/src/functions/getFavouriteFilters.function.d.ts.map +1 -0
- package/dist/src/functions/getFavouriteFilters.function.js +18 -0
- package/dist/src/functions/getFavouriteFilters.function.js.map +1 -0
- package/dist/src/functions/getFeaturesForProject.function.d.ts +61 -0
- package/dist/src/functions/getFeaturesForProject.function.d.ts.map +1 -0
- package/dist/src/functions/getFeaturesForProject.function.js +29 -0
- package/dist/src/functions/getFeaturesForProject.function.js.map +1 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.d.ts +45 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.js +26 -0
- package/dist/src/functions/getFieldAutoCompleteForQueryString.function.js.map +1 -0
- package/dist/src/functions/getFieldConfigurationItems.function.d.ts +77 -0
- package/dist/src/functions/getFieldConfigurationItems.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldConfigurationItems.function.js +34 -0
- package/dist/src/functions/getFieldConfigurationItems.function.js.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.d.ts +69 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.js +32 -0
- package/dist/src/functions/getFieldConfigurationSchemeMappings.function.js.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.d.ts +81 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.js +35 -0
- package/dist/src/functions/getFieldConfigurationSchemeProjectMapping.function.js.map +1 -0
- package/dist/src/functions/getFields.function.d.ts +171 -0
- package/dist/src/functions/getFields.function.d.ts.map +1 -0
- package/dist/src/functions/getFields.function.js +54 -0
- package/dist/src/functions/getFields.function.js.map +1 -0
- package/dist/src/functions/getFieldsPaginated.function.d.ts +184 -0
- package/dist/src/functions/getFieldsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getFieldsPaginated.function.js +55 -0
- package/dist/src/functions/getFieldsPaginated.function.js.map +1 -0
- package/dist/src/functions/getFilter.function.d.ts +21 -0
- package/dist/src/functions/getFilter.function.d.ts.map +1 -0
- package/dist/src/functions/getFilter.function.js +20 -0
- package/dist/src/functions/getFilter.function.js.map +1 -0
- package/dist/src/functions/getFiltersPaginated.function.d.ts +79 -0
- package/dist/src/functions/getFiltersPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getFiltersPaginated.function.js +29 -0
- package/dist/src/functions/getFiltersPaginated.function.js.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.d.ts +69 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.d.ts.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.js +32 -0
- package/dist/src/functions/getIdsOfWorklogsDeletedSince.function.js.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.d.ts +73 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.d.ts.map +1 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.js +33 -0
- package/dist/src/functions/getIdsOfWorklogsModifiedSince.function.js.map +1 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.d.ts +21 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.d.ts.map +1 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.js +20 -0
- package/dist/src/functions/getIsWatchingIssueBulk.function.js.map +1 -0
- package/dist/src/functions/getIssue.function.d.ts +853 -0
- package/dist/src/functions/getIssue.function.d.ts.map +1 -0
- package/dist/src/functions/getIssue.function.js +228 -0
- package/dist/src/functions/getIssue.function.js.map +1 -0
- package/dist/src/functions/getIssueAllTypes.function.d.ts +143 -0
- package/dist/src/functions/getIssueAllTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueAllTypes.function.js +47 -0
- package/dist/src/functions/getIssueAllTypes.function.js.map +1 -0
- package/dist/src/functions/getIssueFieldOption.function.d.ts +94 -0
- package/dist/src/functions/getIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueFieldOption.function.js +36 -0
- package/dist/src/functions/getIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/getIssueLink.function.d.ts +1073 -0
- package/dist/src/functions/getIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueLink.function.js +276 -0
- package/dist/src/functions/getIssueLink.function.js.map +1 -0
- package/dist/src/functions/getIssueLinkType.function.d.ts +37 -0
- package/dist/src/functions/getIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueLinkType.function.js +24 -0
- package/dist/src/functions/getIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/getIssueLinkTypes.function.d.ts +36 -0
- package/dist/src/functions/getIssueLinkTypes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueLinkTypes.function.js +22 -0
- package/dist/src/functions/getIssueLinkTypes.function.js.map +1 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.d.ts +16 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.js +17 -0
- package/dist/src/functions/getIssueNavigatorDefaultColumns.function.js.map +1 -0
- package/dist/src/functions/getIssuePickerResource.function.d.ts +93 -0
- package/dist/src/functions/getIssuePickerResource.function.d.ts.map +1 -0
- package/dist/src/functions/getIssuePickerResource.function.js +38 -0
- package/dist/src/functions/getIssuePickerResource.function.js.map +1 -0
- package/dist/src/functions/getIssueProperty.function.d.ts +29 -0
- package/dist/src/functions/getIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueProperty.function.js +22 -0
- package/dist/src/functions/getIssueProperty.function.js.map +1 -0
- package/dist/src/functions/getIssuePropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getIssuePropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getIssuePropertyKeys.function.js +23 -0
- package/dist/src/functions/getIssuePropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getIssueSecurityLevel.function.d.ts +41 -0
- package/dist/src/functions/getIssueSecurityLevel.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecurityLevel.function.js +25 -0
- package/dist/src/functions/getIssueSecurityLevel.function.js.map +1 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.d.ts +97 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.js +39 -0
- package/dist/src/functions/getIssueSecurityLevelMembers.function.js.map +1 -0
- package/dist/src/functions/getIssueSecurityScheme.function.d.ts +69 -0
- package/dist/src/functions/getIssueSecurityScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecurityScheme.function.js +32 -0
- package/dist/src/functions/getIssueSecurityScheme.function.js.map +1 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.d.ts +68 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.js +30 -0
- package/dist/src/functions/getIssueSecuritySchemes.function.js.map +1 -0
- package/dist/src/functions/getIssueType.function.d.ts +152 -0
- package/dist/src/functions/getIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueType.function.js +51 -0
- package/dist/src/functions/getIssueType.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.d.ts +73 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.js +33 -0
- package/dist/src/functions/getIssueTypeMappingsForContexts.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeProperty.function.d.ts +29 -0
- package/dist/src/functions/getIssueTypeProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeProperty.function.js +22 -0
- package/dist/src/functions/getIssueTypeProperty.function.js.map +1 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.js +23 -0
- package/dist/src/functions/getIssueTypePropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.d.ts +89 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.js +37 -0
- package/dist/src/functions/getIssueTypeSchemeForProjects.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.d.ts +65 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.js +31 -0
- package/dist/src/functions/getIssueTypeSchemesMapping.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.d.ts +69 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.js +32 -0
- package/dist/src/functions/getIssueTypeScreenSchemeMappings.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.d.ts +81 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.js +35 -0
- package/dist/src/functions/getIssueTypeScreenSchemeProjectAssociations.function.js.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.d.ts +88 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.js +35 -0
- package/dist/src/functions/getIssueTypeScreenSchemes.function.js.map +1 -0
- package/dist/src/functions/getIssueTypesForProject.function.d.ts +156 -0
- package/dist/src/functions/getIssueTypesForProject.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueTypesForProject.function.js +52 -0
- package/dist/src/functions/getIssueTypesForProject.function.js.map +1 -0
- package/dist/src/functions/getIssueWatchers.function.d.ts +97 -0
- package/dist/src/functions/getIssueWatchers.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueWatchers.function.js +39 -0
- package/dist/src/functions/getIssueWatchers.function.js.map +1 -0
- package/dist/src/functions/getIssueWorklog.function.d.ts +268 -0
- package/dist/src/functions/getIssueWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/getIssueWorklog.function.js +81 -0
- package/dist/src/functions/getIssueWorklog.function.js.map +1 -0
- package/dist/src/functions/getLicense.function.d.ts +28 -0
- package/dist/src/functions/getLicense.function.d.ts.map +1 -0
- package/dist/src/functions/getLicense.function.js +19 -0
- package/dist/src/functions/getLicense.function.js.map +1 -0
- package/dist/src/functions/getLocale.function.d.ts +12 -0
- package/dist/src/functions/getLocale.function.d.ts.map +1 -0
- package/dist/src/functions/getLocale.function.js +16 -0
- package/dist/src/functions/getLocale.function.js.map +1 -0
- package/dist/src/functions/getMyFilters.function.d.ts +17 -0
- package/dist/src/functions/getMyFilters.function.d.ts.map +1 -0
- package/dist/src/functions/getMyFilters.function.js +19 -0
- package/dist/src/functions/getMyFilters.function.js.map +1 -0
- package/dist/src/functions/getMyPermissions.function.d.ts +84 -0
- package/dist/src/functions/getMyPermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getMyPermissions.function.js +35 -0
- package/dist/src/functions/getMyPermissions.function.js.map +1 -0
- package/dist/src/functions/getNotificationScheme.function.d.ts +706 -0
- package/dist/src/functions/getNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getNotificationScheme.function.js +182 -0
- package/dist/src/functions/getNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.d.ts +69 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.d.ts.map +1 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.js +32 -0
- package/dist/src/functions/getNotificationSchemeToProjectMappings.function.js.map +1 -0
- package/dist/src/functions/getNotificationSchemes.function.d.ts +754 -0
- package/dist/src/functions/getNotificationSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getNotificationSchemes.function.js +194 -0
- package/dist/src/functions/getNotificationSchemes.function.js.map +1 -0
- package/dist/src/functions/getOptionsForContext.function.d.ts +85 -0
- package/dist/src/functions/getOptionsForContext.function.d.ts.map +1 -0
- package/dist/src/functions/getOptionsForContext.function.js +36 -0
- package/dist/src/functions/getOptionsForContext.function.js.map +1 -0
- package/dist/src/functions/getPermissionScheme.function.d.ts +184 -0
- package/dist/src/functions/getPermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getPermissionScheme.function.js +59 -0
- package/dist/src/functions/getPermissionScheme.function.js.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.d.ts +61 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.d.ts.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.js +30 -0
- package/dist/src/functions/getPermissionSchemeGrant.function.js.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.d.ts +69 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.d.ts.map +1 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.js +32 -0
- package/dist/src/functions/getPermissionSchemeGrants.function.js.map +1 -0
- package/dist/src/functions/getPermittedProjects.function.d.ts +33 -0
- package/dist/src/functions/getPermittedProjects.function.d.ts.map +1 -0
- package/dist/src/functions/getPermittedProjects.function.js +23 -0
- package/dist/src/functions/getPermittedProjects.function.js.map +1 -0
- package/dist/src/functions/getPrecomputations.function.d.ts +105 -0
- package/dist/src/functions/getPrecomputations.function.d.ts.map +1 -0
- package/dist/src/functions/getPrecomputations.function.js +37 -0
- package/dist/src/functions/getPrecomputations.function.js.map +1 -0
- package/dist/src/functions/getPreference.function.d.ts +13 -0
- package/dist/src/functions/getPreference.function.d.ts.map +1 -0
- package/dist/src/functions/getPreference.function.js +18 -0
- package/dist/src/functions/getPreference.function.js.map +1 -0
- package/dist/src/functions/getPriority.function.d.ts +45 -0
- package/dist/src/functions/getPriority.function.d.ts.map +1 -0
- package/dist/src/functions/getPriority.function.js +26 -0
- package/dist/src/functions/getPriority.function.js.map +1 -0
- package/dist/src/functions/getProject.function.d.ts +21 -0
- package/dist/src/functions/getProject.function.d.ts.map +1 -0
- package/dist/src/functions/getProject.function.js +20 -0
- package/dist/src/functions/getProject.function.js.map +1 -0
- package/dist/src/functions/getProjectCategoryById.function.d.ts +33 -0
- package/dist/src/functions/getProjectCategoryById.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectCategoryById.function.js +23 -0
- package/dist/src/functions/getProjectCategoryById.function.js.map +1 -0
- package/dist/src/functions/getProjectComponents.function.d.ts +806 -0
- package/dist/src/functions/getProjectComponents.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectComponents.function.js +210 -0
- package/dist/src/functions/getProjectComponents.function.js.map +1 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.d.ts +863 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.js +221 -0
- package/dist/src/functions/getProjectComponentsPaginated.function.js.map +1 -0
- package/dist/src/functions/getProjectContextMapping.function.d.ts +73 -0
- package/dist/src/functions/getProjectContextMapping.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectContextMapping.function.js +33 -0
- package/dist/src/functions/getProjectContextMapping.function.js.map +1 -0
- package/dist/src/functions/getProjectEmail.function.d.ts +25 -0
- package/dist/src/functions/getProjectEmail.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectEmail.function.js +21 -0
- package/dist/src/functions/getProjectEmail.function.js.map +1 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.d.ts +69 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.js +32 -0
- package/dist/src/functions/getProjectIssueSecurityScheme.function.js.map +1 -0
- package/dist/src/functions/getProjectProperty.function.d.ts +29 -0
- package/dist/src/functions/getProjectProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectProperty.function.js +22 -0
- package/dist/src/functions/getProjectProperty.function.js.map +1 -0
- package/dist/src/functions/getProjectPropertyKeys.function.d.ts +33 -0
- package/dist/src/functions/getProjectPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectPropertyKeys.function.js +23 -0
- package/dist/src/functions/getProjectPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getProjectRole.function.d.ts +223 -0
- package/dist/src/functions/getProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRole.function.js +68 -0
- package/dist/src/functions/getProjectRole.function.js.map +1 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.d.ts +215 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.js +66 -0
- package/dist/src/functions/getProjectRoleActorsForRole.function.js.map +1 -0
- package/dist/src/functions/getProjectRoleById.function.d.ts +215 -0
- package/dist/src/functions/getProjectRoleById.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoleById.function.js +66 -0
- package/dist/src/functions/getProjectRoleById.function.js.map +1 -0
- package/dist/src/functions/getProjectRoleDetails.function.d.ts +156 -0
- package/dist/src/functions/getProjectRoleDetails.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoleDetails.function.js +52 -0
- package/dist/src/functions/getProjectRoleDetails.function.js.map +1 -0
- package/dist/src/functions/getProjectRoles.function.d.ts +13 -0
- package/dist/src/functions/getProjectRoles.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectRoles.function.js +18 -0
- package/dist/src/functions/getProjectRoles.function.js.map +1 -0
- package/dist/src/functions/getProjectTypeByKey.function.d.ts +42 -0
- package/dist/src/functions/getProjectTypeByKey.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectTypeByKey.function.js +24 -0
- package/dist/src/functions/getProjectTypeByKey.function.js.map +1 -0
- package/dist/src/functions/getProjectVersions.function.d.ts +141 -0
- package/dist/src/functions/getProjectVersions.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectVersions.function.js +50 -0
- package/dist/src/functions/getProjectVersions.function.js.map +1 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.d.ts +209 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.js +63 -0
- package/dist/src/functions/getProjectVersionsPaginated.function.js.map +1 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.d.ts +137 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.js +48 -0
- package/dist/src/functions/getProjectsForIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/getRecent.function.d.ts +17 -0
- package/dist/src/functions/getRecent.function.d.ts.map +1 -0
- package/dist/src/functions/getRecent.function.js +19 -0
- package/dist/src/functions/getRecent.function.js.map +1 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.d.ts +125 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.d.ts.map +1 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.js +46 -0
- package/dist/src/functions/getRemoteIssueLinkById.function.js.map +1 -0
- package/dist/src/functions/getRemoteIssueLinks.function.d.ts +125 -0
- package/dist/src/functions/getRemoteIssueLinks.function.d.ts.map +1 -0
- package/dist/src/functions/getRemoteIssueLinks.function.js +46 -0
- package/dist/src/functions/getRemoteIssueLinks.function.js.map +1 -0
- package/dist/src/functions/getResolution.function.d.ts +33 -0
- package/dist/src/functions/getResolution.function.d.ts.map +1 -0
- package/dist/src/functions/getResolution.function.js +23 -0
- package/dist/src/functions/getResolution.function.js.map +1 -0
- package/dist/src/functions/getScreenSchemes.function.d.ts +164 -0
- package/dist/src/functions/getScreenSchemes.function.d.ts.map +1 -0
- package/dist/src/functions/getScreenSchemes.function.js +54 -0
- package/dist/src/functions/getScreenSchemes.function.js.map +1 -0
- package/dist/src/functions/getScreens.function.d.ts +191 -0
- package/dist/src/functions/getScreens.function.d.ts.map +1 -0
- package/dist/src/functions/getScreens.function.js +58 -0
- package/dist/src/functions/getScreens.function.js.map +1 -0
- package/dist/src/functions/getScreensForField.function.d.ts +188 -0
- package/dist/src/functions/getScreensForField.function.d.ts.map +1 -0
- package/dist/src/functions/getScreensForField.function.js +60 -0
- package/dist/src/functions/getScreensForField.function.js.map +1 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.d.ts +49 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.d.ts.map +1 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.js +27 -0
- package/dist/src/functions/getSecurityLevelsForProject.function.js.map +1 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.d.ts +134 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.js +46 -0
- package/dist/src/functions/getSelectableIssueFieldOptions.function.js.map +1 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.d.ts +20 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.d.ts.map +1 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.js +18 -0
- package/dist/src/functions/getSelectedTimeTrackingImplementation.function.js.map +1 -0
- package/dist/src/functions/getServerInfo.function.d.ts +64 -0
- package/dist/src/functions/getServerInfo.function.d.ts.map +1 -0
- package/dist/src/functions/getServerInfo.function.js +29 -0
- package/dist/src/functions/getServerInfo.function.js.map +1 -0
- package/dist/src/functions/getSharePermission.function.d.ts +17 -0
- package/dist/src/functions/getSharePermission.function.d.ts.map +1 -0
- package/dist/src/functions/getSharePermission.function.js +19 -0
- package/dist/src/functions/getSharePermission.function.js.map +1 -0
- package/dist/src/functions/getSharePermissions.function.d.ts +13 -0
- package/dist/src/functions/getSharePermissions.function.d.ts.map +1 -0
- package/dist/src/functions/getSharePermissions.function.js +18 -0
- package/dist/src/functions/getSharePermissions.function.js.map +1 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.d.ts +33 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.js +19 -0
- package/dist/src/functions/getSharedTimeTrackingConfiguration.function.js.map +1 -0
- package/dist/src/functions/getStatus.function.d.ts +65 -0
- package/dist/src/functions/getStatus.function.d.ts.map +1 -0
- package/dist/src/functions/getStatus.function.js +31 -0
- package/dist/src/functions/getStatus.function.js.map +1 -0
- package/dist/src/functions/getStatusCategories.function.d.ts +28 -0
- package/dist/src/functions/getStatusCategories.function.d.ts.map +1 -0
- package/dist/src/functions/getStatusCategories.function.js +20 -0
- package/dist/src/functions/getStatusCategories.function.js.map +1 -0
- package/dist/src/functions/getStatusCategory.function.d.ts +37 -0
- package/dist/src/functions/getStatusCategory.function.d.ts.map +1 -0
- package/dist/src/functions/getStatusCategory.function.js +24 -0
- package/dist/src/functions/getStatusCategory.function.js.map +1 -0
- package/dist/src/functions/getStatuses.function.d.ts +56 -0
- package/dist/src/functions/getStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/getStatuses.function.js +27 -0
- package/dist/src/functions/getStatuses.function.js.map +1 -0
- package/dist/src/functions/getStatusesById.function.d.ts +92 -0
- package/dist/src/functions/getStatusesById.function.d.ts.map +1 -0
- package/dist/src/functions/getStatusesById.function.js +36 -0
- package/dist/src/functions/getStatusesById.function.js.map +1 -0
- package/dist/src/functions/getTask.function.d.ts +77 -0
- package/dist/src/functions/getTask.function.d.ts.map +1 -0
- package/dist/src/functions/getTask.function.js +32 -0
- package/dist/src/functions/getTask.function.js.map +1 -0
- package/dist/src/functions/getTransitions.function.d.ts +217 -0
- package/dist/src/functions/getTransitions.function.d.ts.map +1 -0
- package/dist/src/functions/getTransitions.function.js +69 -0
- package/dist/src/functions/getTransitions.function.js.map +1 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.d.ts +174 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.js +54 -0
- package/dist/src/functions/getTrashedFieldsPaginated.function.js.map +1 -0
- package/dist/src/functions/getUiModifications.function.d.ts +105 -0
- package/dist/src/functions/getUiModifications.function.d.ts.map +1 -0
- package/dist/src/functions/getUiModifications.function.js +41 -0
- package/dist/src/functions/getUiModifications.function.js.map +1 -0
- package/dist/src/functions/getUser.function.d.ts +266 -0
- package/dist/src/functions/getUser.function.d.ts.map +1 -0
- package/dist/src/functions/getUser.function.js +80 -0
- package/dist/src/functions/getUser.function.js.map +1 -0
- package/dist/src/functions/getUserDefaultColumns.function.d.ts +29 -0
- package/dist/src/functions/getUserDefaultColumns.function.d.ts.map +1 -0
- package/dist/src/functions/getUserDefaultColumns.function.js +22 -0
- package/dist/src/functions/getUserDefaultColumns.function.js.map +1 -0
- package/dist/src/functions/getUserEmail.function.d.ts +25 -0
- package/dist/src/functions/getUserEmail.function.d.ts.map +1 -0
- package/dist/src/functions/getUserEmail.function.js +21 -0
- package/dist/src/functions/getUserEmail.function.js.map +1 -0
- package/dist/src/functions/getUserEmailBulk.function.d.ts +25 -0
- package/dist/src/functions/getUserEmailBulk.function.d.ts.map +1 -0
- package/dist/src/functions/getUserEmailBulk.function.js +21 -0
- package/dist/src/functions/getUserEmailBulk.function.js.map +1 -0
- package/dist/src/functions/getUserGroups.function.d.ts +37 -0
- package/dist/src/functions/getUserGroups.function.d.ts.map +1 -0
- package/dist/src/functions/getUserGroups.function.js +24 -0
- package/dist/src/functions/getUserGroups.function.js.map +1 -0
- package/dist/src/functions/getUserProperty.function.d.ts +37 -0
- package/dist/src/functions/getUserProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getUserProperty.function.js +24 -0
- package/dist/src/functions/getUserProperty.function.js.map +1 -0
- package/dist/src/functions/getUserPropertyKeys.function.d.ts +41 -0
- package/dist/src/functions/getUserPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getUserPropertyKeys.function.js +25 -0
- package/dist/src/functions/getUserPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getUsersFromGroup.function.d.ts +125 -0
- package/dist/src/functions/getUsersFromGroup.function.d.ts.map +1 -0
- package/dist/src/functions/getUsersFromGroup.function.js +46 -0
- package/dist/src/functions/getUsersFromGroup.function.js.map +1 -0
- package/dist/src/functions/getValidProjectKey.function.d.ts +13 -0
- package/dist/src/functions/getValidProjectKey.function.d.ts.map +1 -0
- package/dist/src/functions/getValidProjectKey.function.js +18 -0
- package/dist/src/functions/getValidProjectKey.function.js.map +1 -0
- package/dist/src/functions/getValidProjectName.function.d.ts +13 -0
- package/dist/src/functions/getValidProjectName.function.d.ts.map +1 -0
- package/dist/src/functions/getValidProjectName.function.js +18 -0
- package/dist/src/functions/getValidProjectName.function.js.map +1 -0
- package/dist/src/functions/getVersion.function.d.ts +141 -0
- package/dist/src/functions/getVersion.function.d.ts.map +1 -0
- package/dist/src/functions/getVersion.function.js +50 -0
- package/dist/src/functions/getVersion.function.js.map +1 -0
- package/dist/src/functions/getVersionRelatedIssues.function.d.ts +53 -0
- package/dist/src/functions/getVersionRelatedIssues.function.d.ts.map +1 -0
- package/dist/src/functions/getVersionRelatedIssues.function.js +28 -0
- package/dist/src/functions/getVersionRelatedIssues.function.js.map +1 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.d.ts +29 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.d.ts.map +1 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.js +22 -0
- package/dist/src/functions/getVersionUnresolvedIssues.function.js.map +1 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.d.ts +134 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.js +46 -0
- package/dist/src/functions/getVisibleIssueFieldOptions.function.js.map +1 -0
- package/dist/src/functions/getVotes.function.d.ts +274 -0
- package/dist/src/functions/getVotes.function.d.ts.map +1 -0
- package/dist/src/functions/getVotes.function.js +82 -0
- package/dist/src/functions/getVotes.function.js.map +1 -0
- package/dist/src/functions/getWorkflow.function.d.ts +41 -0
- package/dist/src/functions/getWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflow.function.js +25 -0
- package/dist/src/functions/getWorkflow.function.js.map +1 -0
- package/dist/src/functions/getWorkflowScheme.function.d.ts +453 -0
- package/dist/src/functions/getWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowScheme.function.js +125 -0
- package/dist/src/functions/getWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.d.ts +449 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.js +124 -0
- package/dist/src/functions/getWorkflowSchemeDraft.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.d.ts +33 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.js +23 -0
- package/dist/src/functions/getWorkflowSchemeDraftIssueType.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.d.ts +37 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.js +24 -0
- package/dist/src/functions/getWorkflowSchemeIssueType.function.js.map +1 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.d.ts +469 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.js +129 -0
- package/dist/src/functions/getWorkflowSchemeProjectAssociations.function.js.map +1 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.d.ts +48 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.js +26 -0
- package/dist/src/functions/getWorkflowTransitionProperties.function.js.map +1 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.d.ts +253 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.js +77 -0
- package/dist/src/functions/getWorkflowTransitionRuleConfigurations.function.js.map +1 -0
- package/dist/src/functions/getWorkflowsPaginated.function.d.ts +394 -0
- package/dist/src/functions/getWorkflowsPaginated.function.d.ts.map +1 -0
- package/dist/src/functions/getWorkflowsPaginated.function.js +111 -0
- package/dist/src/functions/getWorkflowsPaginated.function.js.map +1 -0
- package/dist/src/functions/getWorklog.function.d.ts +236 -0
- package/dist/src/functions/getWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklog.function.js +73 -0
- package/dist/src/functions/getWorklog.function.js.map +1 -0
- package/dist/src/functions/getWorklogProperty.function.d.ts +33 -0
- package/dist/src/functions/getWorklogProperty.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklogProperty.function.js +23 -0
- package/dist/src/functions/getWorklogProperty.function.js.map +1 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.d.ts +37 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.js +24 -0
- package/dist/src/functions/getWorklogPropertyKeys.function.js.map +1 -0
- package/dist/src/functions/getWorklogsForIds.function.d.ts +232 -0
- package/dist/src/functions/getWorklogsForIds.function.d.ts.map +1 -0
- package/dist/src/functions/getWorklogsForIds.function.js +72 -0
- package/dist/src/functions/getWorklogsForIds.function.js.map +1 -0
- package/dist/src/functions/linkIssues.function.d.ts +1272 -0
- package/dist/src/functions/linkIssues.function.d.ts.map +1 -0
- package/dist/src/functions/linkIssues.function.js +325 -0
- package/dist/src/functions/linkIssues.function.js.map +1 -0
- package/dist/src/functions/matchIssues.function.d.ts +37 -0
- package/dist/src/functions/matchIssues.function.d.ts.map +1 -0
- package/dist/src/functions/matchIssues.function.js +24 -0
- package/dist/src/functions/matchIssues.function.js.map +1 -0
- package/dist/src/functions/mergeVersions.function.d.ts +17 -0
- package/dist/src/functions/mergeVersions.function.d.ts.map +1 -0
- package/dist/src/functions/mergeVersions.function.js +19 -0
- package/dist/src/functions/mergeVersions.function.js.map +1 -0
- package/dist/src/functions/migrateQueries.function.d.ts +37 -0
- package/dist/src/functions/migrateQueries.function.d.ts.map +1 -0
- package/dist/src/functions/migrateQueries.function.js +24 -0
- package/dist/src/functions/migrateQueries.function.js.map +1 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.d.ts +46 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.d.ts.map +1 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.js +22 -0
- package/dist/src/functions/migrationResourceUpdateEntityPropertiesValuePut.function.js.map +1 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.d.ts +217 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.d.ts.map +1 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.js +69 -0
- package/dist/src/functions/migrationResourceWorkflowRuleSearchPost.function.js.map +1 -0
- package/dist/src/functions/movePriorities.function.d.ts +21 -0
- package/dist/src/functions/movePriorities.function.d.ts.map +1 -0
- package/dist/src/functions/movePriorities.function.js +20 -0
- package/dist/src/functions/movePriorities.function.js.map +1 -0
- package/dist/src/functions/moveResolutions.function.d.ts +21 -0
- package/dist/src/functions/moveResolutions.function.d.ts.map +1 -0
- package/dist/src/functions/moveResolutions.function.js +20 -0
- package/dist/src/functions/moveResolutions.function.js.map +1 -0
- package/dist/src/functions/moveScreenTab.function.d.ts +21 -0
- package/dist/src/functions/moveScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/moveScreenTab.function.js +20 -0
- package/dist/src/functions/moveScreenTab.function.js.map +1 -0
- package/dist/src/functions/moveScreenTabField.function.d.ts +34 -0
- package/dist/src/functions/moveScreenTabField.function.d.ts.map +1 -0
- package/dist/src/functions/moveScreenTabField.function.js +22 -0
- package/dist/src/functions/moveScreenTabField.function.js.map +1 -0
- package/dist/src/functions/moveVersion.function.d.ts +150 -0
- package/dist/src/functions/moveVersion.function.d.ts.map +1 -0
- package/dist/src/functions/moveVersion.function.js +51 -0
- package/dist/src/functions/moveVersion.function.js.map +1 -0
- package/dist/src/functions/notify.function.d.ts +189 -0
- package/dist/src/functions/notify.function.d.ts.map +1 -0
- package/dist/src/functions/notify.function.js +62 -0
- package/dist/src/functions/notify.function.js.map +1 -0
- package/dist/src/functions/parseJqlQueries.function.d.ts +892 -0
- package/dist/src/functions/parseJqlQueries.function.d.ts.map +1 -0
- package/dist/src/functions/parseJqlQueries.function.js +305 -0
- package/dist/src/functions/parseJqlQueries.function.js.map +1 -0
- package/dist/src/functions/partialUpdateProjectRole.function.d.ts +223 -0
- package/dist/src/functions/partialUpdateProjectRole.function.d.ts.map +1 -0
- package/dist/src/functions/partialUpdateProjectRole.function.js +68 -0
- package/dist/src/functions/partialUpdateProjectRole.function.js.map +1 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.d.ts +36 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.js +22 -0
- package/dist/src/functions/publishDraftWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/refreshWebhooks.function.d.ts +21 -0
- package/dist/src/functions/refreshWebhooks.function.d.ts.map +1 -0
- package/dist/src/functions/refreshWebhooks.function.js +20 -0
- package/dist/src/functions/refreshWebhooks.function.js.map +1 -0
- package/dist/src/functions/registerDynamicWebhooks.function.d.ts +66 -0
- package/dist/src/functions/registerDynamicWebhooks.function.d.ts.map +1 -0
- package/dist/src/functions/registerDynamicWebhooks.function.js +29 -0
- package/dist/src/functions/registerDynamicWebhooks.function.js.map +1 -0
- package/dist/src/functions/removeAttachment.function.d.ts +12 -0
- package/dist/src/functions/removeAttachment.function.d.ts.map +1 -0
- package/dist/src/functions/removeAttachment.function.js +16 -0
- package/dist/src/functions/removeAttachment.function.js.map +1 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.d.ts +21 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.d.ts.map +1 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.js +20 -0
- package/dist/src/functions/removeCustomFieldContextFromProjects.function.js.map +1 -0
- package/dist/src/functions/removeGadget.function.d.ts +17 -0
- package/dist/src/functions/removeGadget.function.d.ts.map +1 -0
- package/dist/src/functions/removeGadget.function.js +19 -0
- package/dist/src/functions/removeGadget.function.js.map +1 -0
- package/dist/src/functions/removeGroup.function.d.ts +24 -0
- package/dist/src/functions/removeGroup.function.d.ts.map +1 -0
- package/dist/src/functions/removeGroup.function.js +19 -0
- package/dist/src/functions/removeGroup.function.js.map +1 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.d.ts +17 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.js +19 -0
- package/dist/src/functions/removeIssueTypeFromIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.d.ts +21 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.d.ts.map +1 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.js +20 -0
- package/dist/src/functions/removeIssueTypesFromContext.function.js.map +1 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.d.ts +17 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.js +19 -0
- package/dist/src/functions/removeIssueTypesFromGlobalFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.d.ts +17 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.js +19 -0
- package/dist/src/functions/removeMappingsFromIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.d.ts +17 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.js +19 -0
- package/dist/src/functions/removeNotificationFromNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/removePreference.function.d.ts +12 -0
- package/dist/src/functions/removePreference.function.d.ts.map +1 -0
- package/dist/src/functions/removePreference.function.js +16 -0
- package/dist/src/functions/removePreference.function.js.map +1 -0
- package/dist/src/functions/removeProjectCategory.function.d.ts +12 -0
- package/dist/src/functions/removeProjectCategory.function.d.ts.map +1 -0
- package/dist/src/functions/removeProjectCategory.function.js +16 -0
- package/dist/src/functions/removeProjectCategory.function.js.map +1 -0
- package/dist/src/functions/removeScreenTabField.function.d.ts +20 -0
- package/dist/src/functions/removeScreenTabField.function.d.ts.map +1 -0
- package/dist/src/functions/removeScreenTabField.function.js +18 -0
- package/dist/src/functions/removeScreenTabField.function.js.map +1 -0
- package/dist/src/functions/removeUser.function.d.ts +20 -0
- package/dist/src/functions/removeUser.function.d.ts.map +1 -0
- package/dist/src/functions/removeUser.function.js +18 -0
- package/dist/src/functions/removeUser.function.js.map +1 -0
- package/dist/src/functions/removeUserFromGroup.function.d.ts +24 -0
- package/dist/src/functions/removeUserFromGroup.function.d.ts.map +1 -0
- package/dist/src/functions/removeUserFromGroup.function.js +19 -0
- package/dist/src/functions/removeUserFromGroup.function.js.map +1 -0
- package/dist/src/functions/removeVote.function.d.ts +12 -0
- package/dist/src/functions/removeVote.function.d.ts.map +1 -0
- package/dist/src/functions/removeVote.function.js +16 -0
- package/dist/src/functions/removeVote.function.js.map +1 -0
- package/dist/src/functions/removeWatcher.function.d.ts +20 -0
- package/dist/src/functions/removeWatcher.function.d.ts.map +1 -0
- package/dist/src/functions/removeWatcher.function.js +18 -0
- package/dist/src/functions/removeWatcher.function.js.map +1 -0
- package/dist/src/functions/renameScreenTab.function.d.ts +33 -0
- package/dist/src/functions/renameScreenTab.function.d.ts.map +1 -0
- package/dist/src/functions/renameScreenTab.function.js +23 -0
- package/dist/src/functions/renameScreenTab.function.js.map +1 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.d.ts +32 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.d.ts.map +1 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.js +22 -0
- package/dist/src/functions/reorderCustomFieldOptions.function.js.map +1 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.d.ts +28 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.js +21 -0
- package/dist/src/functions/reorderIssueTypesInIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/replaceIssueFieldOption.function.d.ts +32 -0
- package/dist/src/functions/replaceIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/replaceIssueFieldOption.function.js +21 -0
- package/dist/src/functions/replaceIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/resetColumns.function.d.ts +12 -0
- package/dist/src/functions/resetColumns.function.d.ts.map +1 -0
- package/dist/src/functions/resetColumns.function.js +16 -0
- package/dist/src/functions/resetColumns.function.js.map +1 -0
- package/dist/src/functions/resetUserColumns.function.d.ts +16 -0
- package/dist/src/functions/resetUserColumns.function.d.ts.map +1 -0
- package/dist/src/functions/resetUserColumns.function.js +17 -0
- package/dist/src/functions/resetUserColumns.function.js.map +1 -0
- package/dist/src/functions/restore.function.d.ts +13 -0
- package/dist/src/functions/restore.function.d.ts.map +1 -0
- package/dist/src/functions/restore.function.js +18 -0
- package/dist/src/functions/restore.function.js.map +1 -0
- package/dist/src/functions/restoreCustomField.function.d.ts +13 -0
- package/dist/src/functions/restoreCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/restoreCustomField.function.js +18 -0
- package/dist/src/functions/restoreCustomField.function.js.map +1 -0
- package/dist/src/functions/sanitiseJqlQueries.function.d.ts +69 -0
- package/dist/src/functions/sanitiseJqlQueries.function.d.ts.map +1 -0
- package/dist/src/functions/sanitiseJqlQueries.function.js +32 -0
- package/dist/src/functions/sanitiseJqlQueries.function.js.map +1 -0
- package/dist/src/functions/search.function.d.ts +140 -0
- package/dist/src/functions/search.function.d.ts.map +1 -0
- package/dist/src/functions/search.function.js +48 -0
- package/dist/src/functions/search.function.js.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.d.ts +931 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.d.ts.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.js +246 -0
- package/dist/src/functions/searchForIssuesUsingJql.function.js.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.d.ts +931 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.d.ts.map +1 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.js +246 -0
- package/dist/src/functions/searchForIssuesUsingJqlPost.function.js.map +1 -0
- package/dist/src/functions/searchPriorities.function.d.ts +89 -0
- package/dist/src/functions/searchPriorities.function.d.ts.map +1 -0
- package/dist/src/functions/searchPriorities.function.js +37 -0
- package/dist/src/functions/searchPriorities.function.js.map +1 -0
- package/dist/src/functions/searchProjects.function.d.ts +94 -0
- package/dist/src/functions/searchProjects.function.d.ts.map +1 -0
- package/dist/src/functions/searchProjects.function.js +30 -0
- package/dist/src/functions/searchProjects.function.js.map +1 -0
- package/dist/src/functions/searchResolutions.function.d.ts +85 -0
- package/dist/src/functions/searchResolutions.function.d.ts.map +1 -0
- package/dist/src/functions/searchResolutions.function.js +36 -0
- package/dist/src/functions/searchResolutions.function.js.map +1 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.d.ts +17 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.d.ts.map +1 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.js +19 -0
- package/dist/src/functions/selectTimeTrackingImplementation.function.js.map +1 -0
- package/dist/src/functions/setActors.function.d.ts +223 -0
- package/dist/src/functions/setActors.function.d.ts.map +1 -0
- package/dist/src/functions/setActors.function.js +68 -0
- package/dist/src/functions/setActors.function.js.map +1 -0
- package/dist/src/functions/setApplicationProperty.function.d.ts +57 -0
- package/dist/src/functions/setApplicationProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setApplicationProperty.function.js +29 -0
- package/dist/src/functions/setApplicationProperty.function.js.map +1 -0
- package/dist/src/functions/setBanner.function.d.ts +25 -0
- package/dist/src/functions/setBanner.function.d.ts.map +1 -0
- package/dist/src/functions/setBanner.function.js +21 -0
- package/dist/src/functions/setBanner.function.js.map +1 -0
- package/dist/src/functions/setColumns.function.d.ts +17 -0
- package/dist/src/functions/setColumns.function.d.ts.map +1 -0
- package/dist/src/functions/setColumns.function.js +19 -0
- package/dist/src/functions/setColumns.function.js.map +1 -0
- package/dist/src/functions/setCommentProperty.function.d.ts +21 -0
- package/dist/src/functions/setCommentProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setCommentProperty.function.js +20 -0
- package/dist/src/functions/setCommentProperty.function.js.map +1 -0
- package/dist/src/functions/setDashboardItemProperty.function.d.ts +25 -0
- package/dist/src/functions/setDashboardItemProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setDashboardItemProperty.function.js +21 -0
- package/dist/src/functions/setDashboardItemProperty.function.js.map +1 -0
- package/dist/src/functions/setDefaultPriority.function.d.ts +13 -0
- package/dist/src/functions/setDefaultPriority.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultPriority.function.js +18 -0
- package/dist/src/functions/setDefaultPriority.function.js.map +1 -0
- package/dist/src/functions/setDefaultResolution.function.d.ts +13 -0
- package/dist/src/functions/setDefaultResolution.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultResolution.function.js +18 -0
- package/dist/src/functions/setDefaultResolution.function.js.map +1 -0
- package/dist/src/functions/setDefaultShareScope.function.d.ts +29 -0
- package/dist/src/functions/setDefaultShareScope.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultShareScope.function.js +20 -0
- package/dist/src/functions/setDefaultShareScope.function.js.map +1 -0
- package/dist/src/functions/setDefaultValues.function.d.ts +469 -0
- package/dist/src/functions/setDefaultValues.function.d.ts.map +1 -0
- package/dist/src/functions/setDefaultValues.function.js +132 -0
- package/dist/src/functions/setDefaultValues.function.js.map +1 -0
- package/dist/src/functions/setFavouriteForFilter.function.d.ts +17 -0
- package/dist/src/functions/setFavouriteForFilter.function.d.ts.map +1 -0
- package/dist/src/functions/setFavouriteForFilter.function.js +19 -0
- package/dist/src/functions/setFavouriteForFilter.function.js.map +1 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.d.ts +29 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.d.ts.map +1 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.js +22 -0
- package/dist/src/functions/setFieldConfigurationSchemeMapping.function.js.map +1 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.d.ts +13 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.d.ts.map +1 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.js +18 -0
- package/dist/src/functions/setIssueNavigatorDefaultColumns.function.js.map +1 -0
- package/dist/src/functions/setIssueProperty.function.d.ts +21 -0
- package/dist/src/functions/setIssueProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setIssueProperty.function.js +20 -0
- package/dist/src/functions/setIssueProperty.function.js.map +1 -0
- package/dist/src/functions/setIssueTypeProperty.function.d.ts +21 -0
- package/dist/src/functions/setIssueTypeProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setIssueTypeProperty.function.js +20 -0
- package/dist/src/functions/setIssueTypeProperty.function.js.map +1 -0
- package/dist/src/functions/setPreference.function.d.ts +17 -0
- package/dist/src/functions/setPreference.function.d.ts.map +1 -0
- package/dist/src/functions/setPreference.function.js +19 -0
- package/dist/src/functions/setPreference.function.js.map +1 -0
- package/dist/src/functions/setProjectProperty.function.d.ts +21 -0
- package/dist/src/functions/setProjectProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setProjectProperty.function.js +20 -0
- package/dist/src/functions/setProjectProperty.function.js.map +1 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.d.ts +63 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.js +26 -0
- package/dist/src/functions/setSharedTimeTrackingConfiguration.function.js.map +1 -0
- package/dist/src/functions/setUserColumns.function.d.ts +17 -0
- package/dist/src/functions/setUserColumns.function.d.ts.map +1 -0
- package/dist/src/functions/setUserColumns.function.js +19 -0
- package/dist/src/functions/setUserColumns.function.js.map +1 -0
- package/dist/src/functions/setUserProperty.function.d.ts +29 -0
- package/dist/src/functions/setUserProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setUserProperty.function.js +22 -0
- package/dist/src/functions/setUserProperty.function.js.map +1 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.d.ts +461 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.js +127 -0
- package/dist/src/functions/setWorkflowSchemeDraftIssueType.function.js.map +1 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.d.ts +461 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.js +127 -0
- package/dist/src/functions/setWorkflowSchemeIssueType.function.js.map +1 -0
- package/dist/src/functions/setWorklogProperty.function.d.ts +25 -0
- package/dist/src/functions/setWorklogProperty.function.d.ts.map +1 -0
- package/dist/src/functions/setWorklogProperty.function.js +21 -0
- package/dist/src/functions/setWorklogProperty.function.js.map +1 -0
- package/dist/src/functions/storeAvatar.function.d.ts +68 -0
- package/dist/src/functions/storeAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/storeAvatar.function.js +31 -0
- package/dist/src/functions/storeAvatar.function.js.map +1 -0
- package/dist/src/functions/toggleFeatureForProject.function.d.ts +73 -0
- package/dist/src/functions/toggleFeatureForProject.function.d.ts.map +1 -0
- package/dist/src/functions/toggleFeatureForProject.function.js +31 -0
- package/dist/src/functions/toggleFeatureForProject.function.js.map +1 -0
- package/dist/src/functions/trashCustomField.function.d.ts +13 -0
- package/dist/src/functions/trashCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/trashCustomField.function.js +18 -0
- package/dist/src/functions/trashCustomField.function.js.map +1 -0
- package/dist/src/functions/updateComment.function.d.ts +283 -0
- package/dist/src/functions/updateComment.function.d.ts.map +1 -0
- package/dist/src/functions/updateComment.function.js +84 -0
- package/dist/src/functions/updateComment.function.js.map +1 -0
- package/dist/src/functions/updateComponent.function.d.ts +831 -0
- package/dist/src/functions/updateComponent.function.d.ts.map +1 -0
- package/dist/src/functions/updateComponent.function.js +215 -0
- package/dist/src/functions/updateComponent.function.js.map +1 -0
- package/dist/src/functions/updateCustomField.function.d.ts +39 -0
- package/dist/src/functions/updateCustomField.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomField.function.js +21 -0
- package/dist/src/functions/updateCustomField.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.d.ts +37 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.js +24 -0
- package/dist/src/functions/updateCustomFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldContext.function.d.ts +25 -0
- package/dist/src/functions/updateCustomFieldContext.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldContext.function.js +21 -0
- package/dist/src/functions/updateCustomFieldContext.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldOption.function.d.ts +61 -0
- package/dist/src/functions/updateCustomFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldOption.function.js +30 -0
- package/dist/src/functions/updateCustomFieldOption.function.js.map +1 -0
- package/dist/src/functions/updateCustomFieldValue.function.d.ts +33 -0
- package/dist/src/functions/updateCustomFieldValue.function.d.ts.map +1 -0
- package/dist/src/functions/updateCustomFieldValue.function.js +23 -0
- package/dist/src/functions/updateCustomFieldValue.function.js.map +1 -0
- package/dist/src/functions/updateDashboard.function.d.ts +5 -0
- package/dist/src/functions/updateDashboard.function.d.ts.map +1 -0
- package/dist/src/functions/updateDashboard.function.js +16 -0
- package/dist/src/functions/updateDashboard.function.js.map +1 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.d.ts +17 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.js +19 -0
- package/dist/src/functions/updateDefaultScreenScheme.function.js.map +1 -0
- package/dist/src/functions/updateDefaultWorkflow.function.d.ts +457 -0
- package/dist/src/functions/updateDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/updateDefaultWorkflow.function.js +126 -0
- package/dist/src/functions/updateDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.d.ts +457 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.d.ts.map +1 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.js +126 -0
- package/dist/src/functions/updateDraftDefaultWorkflow.function.js.map +1 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.d.ts +469 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.js +129 -0
- package/dist/src/functions/updateDraftWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/updateFieldConfiguration.function.d.ts +21 -0
- package/dist/src/functions/updateFieldConfiguration.function.d.ts.map +1 -0
- package/dist/src/functions/updateFieldConfiguration.function.js +20 -0
- package/dist/src/functions/updateFieldConfiguration.function.js.map +1 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.d.ts +41 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.d.ts.map +1 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.js +25 -0
- package/dist/src/functions/updateFieldConfigurationItems.function.js.map +1 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.d.ts +21 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.js +20 -0
- package/dist/src/functions/updateFieldConfigurationScheme.function.js.map +1 -0
- package/dist/src/functions/updateFilter.function.d.ts +5 -0
- package/dist/src/functions/updateFilter.function.d.ts.map +1 -0
- package/dist/src/functions/updateFilter.function.js +16 -0
- package/dist/src/functions/updateFilter.function.js.map +1 -0
- package/dist/src/functions/updateGadget.function.d.ts +41 -0
- package/dist/src/functions/updateGadget.function.d.ts.map +1 -0
- package/dist/src/functions/updateGadget.function.js +25 -0
- package/dist/src/functions/updateGadget.function.js.map +1 -0
- package/dist/src/functions/updateIssueFieldOption.function.d.ts +167 -0
- package/dist/src/functions/updateIssueFieldOption.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueFieldOption.function.js +52 -0
- package/dist/src/functions/updateIssueFieldOption.function.js.map +1 -0
- package/dist/src/functions/updateIssueLinkType.function.d.ts +53 -0
- package/dist/src/functions/updateIssueLinkType.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueLinkType.function.js +28 -0
- package/dist/src/functions/updateIssueLinkType.function.js.map +1 -0
- package/dist/src/functions/updateIssueType.function.d.ts +164 -0
- package/dist/src/functions/updateIssueType.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueType.function.js +54 -0
- package/dist/src/functions/updateIssueType.function.js.map +1 -0
- package/dist/src/functions/updateIssueTypeScheme.function.d.ts +25 -0
- package/dist/src/functions/updateIssueTypeScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueTypeScheme.function.js +21 -0
- package/dist/src/functions/updateIssueTypeScheme.function.js.map +1 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.d.ts +21 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.js +20 -0
- package/dist/src/functions/updateIssueTypeScreenScheme.function.js.map +1 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.d.ts +33 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.d.ts.map +1 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.js +23 -0
- package/dist/src/functions/updateMultipleCustomFieldValues.function.js.map +1 -0
- package/dist/src/functions/updateNotificationScheme.function.d.ts +21 -0
- package/dist/src/functions/updateNotificationScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateNotificationScheme.function.js +20 -0
- package/dist/src/functions/updateNotificationScheme.function.js.map +1 -0
- package/dist/src/functions/updatePermissionScheme.function.d.ts +335 -0
- package/dist/src/functions/updatePermissionScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updatePermissionScheme.function.js +95 -0
- package/dist/src/functions/updatePermissionScheme.function.js.map +1 -0
- package/dist/src/functions/updatePrecomputations.function.d.ts +25 -0
- package/dist/src/functions/updatePrecomputations.function.d.ts.map +1 -0
- package/dist/src/functions/updatePrecomputations.function.js +17 -0
- package/dist/src/functions/updatePrecomputations.function.js.map +1 -0
- package/dist/src/functions/updatePriority.function.d.ts +40 -0
- package/dist/src/functions/updatePriority.function.d.ts.map +1 -0
- package/dist/src/functions/updatePriority.function.js +22 -0
- package/dist/src/functions/updatePriority.function.js.map +1 -0
- package/dist/src/functions/updateProject.function.d.ts +68 -0
- package/dist/src/functions/updateProject.function.d.ts.map +1 -0
- package/dist/src/functions/updateProject.function.js +31 -0
- package/dist/src/functions/updateProject.function.js.map +1 -0
- package/dist/src/functions/updateProjectAvatar.function.d.ts +17 -0
- package/dist/src/functions/updateProjectAvatar.function.d.ts.map +1 -0
- package/dist/src/functions/updateProjectAvatar.function.js +19 -0
- package/dist/src/functions/updateProjectAvatar.function.js.map +1 -0
- package/dist/src/functions/updateProjectCategory.function.d.ts +41 -0
- package/dist/src/functions/updateProjectCategory.function.d.ts.map +1 -0
- package/dist/src/functions/updateProjectCategory.function.js +25 -0
- package/dist/src/functions/updateProjectCategory.function.js.map +1 -0
- package/dist/src/functions/updateProjectEmail.function.d.ts +21 -0
- package/dist/src/functions/updateProjectEmail.function.d.ts.map +1 -0
- package/dist/src/functions/updateProjectEmail.function.js +20 -0
- package/dist/src/functions/updateProjectEmail.function.js.map +1 -0
- package/dist/src/functions/updateRemoteIssueLink.function.d.ts +113 -0
- package/dist/src/functions/updateRemoteIssueLink.function.d.ts.map +1 -0
- package/dist/src/functions/updateRemoteIssueLink.function.js +43 -0
- package/dist/src/functions/updateRemoteIssueLink.function.js.map +1 -0
- package/dist/src/functions/updateResolution.function.d.ts +21 -0
- package/dist/src/functions/updateResolution.function.d.ts.map +1 -0
- package/dist/src/functions/updateResolution.function.js +20 -0
- package/dist/src/functions/updateResolution.function.js.map +1 -0
- package/dist/src/functions/updateScreen.function.d.ts +136 -0
- package/dist/src/functions/updateScreen.function.d.ts.map +1 -0
- package/dist/src/functions/updateScreen.function.js +47 -0
- package/dist/src/functions/updateScreen.function.js.map +1 -0
- package/dist/src/functions/updateScreenScheme.function.d.ts +45 -0
- package/dist/src/functions/updateScreenScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateScreenScheme.function.js +26 -0
- package/dist/src/functions/updateScreenScheme.function.js.map +1 -0
- package/dist/src/functions/updateStatuses.function.d.ts +37 -0
- package/dist/src/functions/updateStatuses.function.d.ts.map +1 -0
- package/dist/src/functions/updateStatuses.function.js +23 -0
- package/dist/src/functions/updateStatuses.function.js.map +1 -0
- package/dist/src/functions/updateUiModification.function.d.ts +53 -0
- package/dist/src/functions/updateUiModification.function.d.ts.map +1 -0
- package/dist/src/functions/updateUiModification.function.js +28 -0
- package/dist/src/functions/updateUiModification.function.js.map +1 -0
- package/dist/src/functions/updateVersion.function.d.ts +177 -0
- package/dist/src/functions/updateVersion.function.d.ts.map +1 -0
- package/dist/src/functions/updateVersion.function.js +59 -0
- package/dist/src/functions/updateVersion.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowMapping.function.d.ts +469 -0
- package/dist/src/functions/updateWorkflowMapping.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowMapping.function.js +129 -0
- package/dist/src/functions/updateWorkflowMapping.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowScheme.function.d.ts +469 -0
- package/dist/src/functions/updateWorkflowScheme.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowScheme.function.js +129 -0
- package/dist/src/functions/updateWorkflowScheme.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.d.ts +469 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.js +129 -0
- package/dist/src/functions/updateWorkflowSchemeDraft.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.d.ts +48 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.js +26 -0
- package/dist/src/functions/updateWorkflowTransitionProperty.function.js.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.d.ts +225 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.js +71 -0
- package/dist/src/functions/updateWorkflowTransitionRuleConfigurations.function.js.map +1 -0
- package/dist/src/functions/updateWorklog.function.d.ts +312 -0
- package/dist/src/functions/updateWorklog.function.d.ts.map +1 -0
- package/dist/src/functions/updateWorklog.function.js +90 -0
- package/dist/src/functions/updateWorklog.function.js.map +1 -0
- package/dist/src/functions/validateProjectKey.function.d.ts +29 -0
- package/dist/src/functions/validateProjectKey.function.d.ts.map +1 -0
- package/dist/src/functions/validateProjectKey.function.js +22 -0
- package/dist/src/functions/validateProjectKey.function.js.map +1 -0
- package/dist/src/index.d.ts +475 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +475 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/jira-api.service.d.ts +10 -0
- package/dist/src/jira-api.service.d.ts.map +1 -0
- package/dist/src/jira-api.service.js +6191 -0
- package/dist/src/jira-api.service.js.map +1 -0
- package/dist/src/jira.credential.d.ts +5 -0
- package/dist/src/jira.credential.d.ts.map +1 -0
- package/dist/src/jira.credential.js +13 -0
- package/dist/src/jira.credential.js.map +1 -0
- package/dist/src/jira.types.d.ts +7 -0
- package/dist/src/jira.types.d.ts.map +1 -0
- package/dist/src/jira.types.js +8 -0
- package/dist/src/jira.types.js.map +1 -0
- package/dist/src/jira.variable.d.ts +5 -0
- package/dist/src/jira.variable.d.ts.map +1 -0
- package/dist/src/jira.variable.js +11 -0
- package/dist/src/jira.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +14 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectIdOrKey":{"type":"string","description":"The project ID or project key (case sensitive)."},"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs."},"group":{"description":"The name of the group to add. This parameter cannot be used with the `groupId` parameter. As a group's name can change, use of `groupId` is recommended.","type":"array","items":{"type":"string"}},"groupId":{"description":"The ID of the group to add. This parameter cannot be used with the `group` parameter.","type":"array","items":{"type":"string"}},"user":{"description":"The user account ID of the user to add.","type":"array","items":{"type":"string"}}},"required":["projectIdOrKey","id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"actors":{"description":"The list of users who act in this role.","type":"array","items":{"type":"object","properties":{"actorGroup":{"type":"object","properties":{"displayName":{"description":"The display name of the group.","type":"string"},"groupId":{"description":"The ID of the group.","type":"string"},"name":{"description":"The name of the group. As a group's name can change, use of `groupId` is recommended to identify the group.","type":"string"}},"additionalProperties":false},"actorUser":{"type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.","type":"string","maxLength":128}},"additionalProperties":false},"avatarUrl":{"description":"The avatar of the role actor.","type":"string","format":"uri"},"displayName":{"description":"The display name of the role actor. For users, depending on the user’s privacy setting, this may return an alternative value for the user's name.","type":"string"},"id":{"description":"The ID of the role actor.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"type":{"description":"The type of role actor.","type":"string","enum":["atlassian-group-role-actor","atlassian-user-role-actor"]}},"additionalProperties":false}},"admin":{"description":"Whether this role is the admin role for the project.","type":"boolean"},"currentUserRole":{"description":"Whether the calling user is part of this role.","type":"boolean"},"default":{"description":"Whether this role is the default role for the project","type":"boolean"},"description":{"description":"The description of the project role.","type":"string"},"id":{"description":"The ID of the project role.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the project role.","type":"string"},"roleConfigurable":{"description":"Whether the roles are configurable for this project.","type":"boolean"},"scope":{"description":"The scope of the role. Indicated for roles associated with [next-gen projects](https://confluence.atlassian.com/x/loMyO).","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL the project role details.","type":"string","format":"uri"},"translatedName":{"description":"The translated name of the project role.","type":"string"}},"additionalProperties":false,"description":"Details about the roles in a project."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue that attachments are added to."},"body":{"type":"string"}},"required":["issueIdOrKey","body"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"author":{"description":"Details of the user who added the attachment.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false},"content":{"description":"The content of the attachment.","type":"string"},"created":{"description":"The datetime the attachment was created.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"filename":{"description":"The file name of the attachment.","type":"string"},"id":{"description":"The ID of the attachment.","type":"string"},"mimeType":{"description":"The MIME type of the attachment.","type":"string"},"self":{"description":"The URL of the attachment details response.","type":"string"},"size":{"description":"The size of the attachment.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"thumbnail":{"description":"The URL of a thumbnail representing the attachment.","type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue."},"expand":{"description":"Use [expand](#expansion) to include additional information about comments in the response. This parameter accepts `renderedBody`, which returns the comment body rendered in HTML.","type":"string"},"body":{"description":"The comment text in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/)."},"properties":{"description":"A list of comment properties. Optional on create and update.","type":"array","items":{"type":"object","properties":{"key":{"description":"The key of the property. Required on create and update.","type":"string"},"value":{"description":"The value of the property. Required on create and update."}},"additionalProperties":false}},"visibility":{"description":"The group or role to which this comment is visible. Optional on create and update.","type":"object","properties":{"identifier":{"description":"The ID of the group or the name of the role that visibility of this item is restricted to.","anyOf":[{"type":"string"},{"type":"null"}]},"type":{"description":"Whether visibility of this item is restricted to a group or role.","type":"string","enum":["group","role"]},"value":{"description":"The name of the group or role that visibility of this item is restricted to. Please note that the name of a group is mutable, to reliably identify a group use `identifier`.","type":"string"}},"additionalProperties":false}},"required":["issueIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"author":{"description":"The ID of the user who created the comment.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false},"body":{"description":"The comment text in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/)."},"created":{"description":"The date and time at which the comment was created.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"id":{"description":"The ID of the comment.","type":"string"},"jsdAuthorCanSeeRequest":{"description":"Whether the comment was added from an email sent by a person who is not part of the issue. See [Allow external emails to be added as comments on issues](https://support.atlassian.com/jira-service-management-cloud/docs/allow-external-emails-to-be-added-as-comments-on-issues/)for information on setting up this feature.","type":"boolean"},"jsdPublic":{"description":"Whether the comment is visible in Jira Service Desk. Defaults to true when comments are created in the Jira Cloud Platform. This includes when the site doesn't use Jira Service Desk or the project isn't a Jira Service Desk project and, therefore, there is no Jira Service Desk for the issue to be visible on. To create a comment with its visibility in Jira Service Desk set to false, use the Jira Service Desk REST API [Create request comment](https://developer.atlassian.com/cloud/jira/service-desk/rest/#api-rest-servicedeskapi-request-issueIdOrKey-comment-post) operation.","type":"boolean"},"properties":{"description":"A list of comment properties. Optional on create and update.","type":"array","items":{"type":"object","properties":{"key":{"description":"The key of the property. Required on create and update.","type":"string"},"value":{"description":"The value of the property. Required on create and update."}},"additionalProperties":false}},"renderedBody":{"description":"The rendered version of the comment.","type":"string"},"self":{"description":"The URL of the comment.","type":"string"},"updateAuthor":{"description":"The ID of the user who updated the comment last.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false},"updated":{"description":"The date and time at which the comment was updated last.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"visibility":{"description":"The group or role to which this comment is visible. Optional on create and update.","type":"object","properties":{"identifier":{"description":"The ID of the group or the name of the role that visibility of this item is restricted to.","anyOf":[{"type":"string"},{"type":"null"}]},"type":{"description":"Whether visibility of this item is restricted to a group or role.","type":"string","enum":["group","role"]},"value":{"description":"The name of the group or role that visibility of this item is restricted to. Please note that the name of a group is mutable, to reliably identify a group use `identifier`.","type":"string"}},"additionalProperties":false}},"additionalProperties":false,"description":"A comment."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldId":{"type":"string","description":"The ID of the field."}},"required":["fieldId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"dashboardId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the dashboard."},"color":{"description":"The color of the gadget. Should be one of `blue`, `red`, `yellow`, `green`, `cyan`, `purple`, `gray`, or `white`.","type":"string"},"ignoreUriAndModuleKeyValidation":{"description":"Whether to ignore the validation of module key and URI. For example, when a gadget is created that is a part of an application that isn't installed.","type":"boolean"},"moduleKey":{"description":"The module key of the gadget type. Can't be provided with `uri`.","type":"string"},"position":{"description":"The position of the gadget. When the gadget is placed into the position, other gadgets in the same column are moved down to accommodate it.","type":"object","properties":{"The column position of the gadget.":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"The row position of the gadget.":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["The column position of the gadget.","The row position of the gadget."],"additionalProperties":false},"title":{"description":"The title of the gadget.","type":"string"},"uri":{"description":"The URI of the gadget type. Can't be provided with `moduleKey`.","type":"string"}},"required":["dashboardId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"color":{"type":"string","enum":["blue","red","yellow","green","cyan","purple","gray","white"],"description":"The color of the gadget. Should be one of `blue`, `red`, `yellow`, `green`, `cyan`, `purple`, `gray`, or `white`."},"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the gadget instance."},"moduleKey":{"description":"The module key of the gadget type.","type":"string"},"position":{"type":"object","properties":{"The column position of the gadget.":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"The row position of the gadget.":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"required":["The column position of the gadget.","The row position of the gadget."],"additionalProperties":false,"description":"The position of the gadget."},"title":{"type":"string","description":"The title of the gadget."},"uri":{"description":"The URI of the gadget type.","type":"string"}},"required":["color","id","position","title"],"additionalProperties":false,"description":"Details of a gadget."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldId":{"type":"string","description":"The ID of the custom field."},"contextId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the context."},"issueTypeIds":{"type":"array","items":{"type":"string"},"description":"The list of issue type IDs."}},"required":["fieldId","contextId","issueTypeIds"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueTypeSchemeId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the issue type scheme."},"issueTypeIds":{"type":"array","items":{"type":"string"},"description":"The list of issue type IDs."}},"required":["issueTypeSchemeId","issueTypeIds"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","description":"The ID of the notification scheme."},"notificationSchemeEvents":{"type":"array","items":{"type":"object","properties":{"event":{"type":"object","properties":{"id":{"type":"string","description":"The ID of the notification scheme event."}},"required":["id"],"additionalProperties":false,"description":"The ID of the event."},"notifications":{"type":"array","items":{"type":"object","properties":{"notificationType":{"type":"string","description":"The notification type, e.g `CurrentAssignee`, `Group`, `EmailAddress`."},"parameter":{"description":"The value corresponding to the specified notification type.","type":"string"}},"required":["notificationType"],"additionalProperties":false},"description":"The list of notifications mapped to a specified event."}},"required":["event","notifications"],"additionalProperties":false},"description":"The list of notifications which should be added to the notification scheme."}},"required":["id","notificationSchemeEvents"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the project role. Use [Get all project roles](#api-rest-api-3-role-get) to get a list of project role IDs."},"group":{"description":"The name of the group to add as a default actor. This parameter cannot be used with the `groupId` parameter. As a group's name can change,use of `groupId` is recommended. This parameter accepts a comma-separated list. For example, `\"group\":[\"project-admin\", \"jira-developers\"]`.","type":"array","items":{"type":"string"}},"groupId":{"description":"The ID of the group to add as a default actor. This parameter cannot be used with the `group` parameter This parameter accepts a comma-separated list. For example, `\"groupId\":[\"77f6ab39-e755-4570-a6ae-2d7a8df0bcb8\", \"0c011f85-69ed-49c4-a801-3b18d0f771bc\"]`.","type":"array","items":{"type":"string"}},"user":{"description":"The account IDs of the users to add as default actors. This parameter accepts a comma-separated list. For example, `\"user\":[\"5b10a2844c20165700ede21g\", \"5b109f2e9729b51b54dc274d\"]`.","type":"array","items":{"type":"string"}}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"actors":{"description":"The list of users who act in this role.","type":"array","items":{"type":"object","properties":{"actorGroup":{"type":"object","properties":{"displayName":{"description":"The display name of the group.","type":"string"},"groupId":{"description":"The ID of the group.","type":"string"},"name":{"description":"The name of the group. As a group's name can change, use of `groupId` is recommended to identify the group.","type":"string"}},"additionalProperties":false},"actorUser":{"type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.","type":"string","maxLength":128}},"additionalProperties":false},"avatarUrl":{"description":"The avatar of the role actor.","type":"string","format":"uri"},"displayName":{"description":"The display name of the role actor. For users, depending on the user’s privacy setting, this may return an alternative value for the user's name.","type":"string"},"id":{"description":"The ID of the role actor.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"type":{"description":"The type of role actor.","type":"string","enum":["atlassian-group-role-actor","atlassian-user-role-actor"]}},"additionalProperties":false}},"admin":{"description":"Whether this role is the admin role for the project.","type":"boolean"},"currentUserRole":{"description":"Whether the calling user is part of this role.","type":"boolean"},"default":{"description":"Whether this role is the default role for the project","type":"boolean"},"description":{"description":"The description of the project role.","type":"string"},"id":{"description":"The ID of the project role.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"description":"The name of the project role.","type":"string"},"roleConfigurable":{"description":"Whether the roles are configurable for this project.","type":"boolean"},"scope":{"description":"The scope of the role. Indicated for roles associated with [next-gen projects](https://confluence.atlassian.com/x/loMyO).","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL the project role details.","type":"string","format":"uri"},"translatedName":{"description":"The translated name of the project role.","type":"string"}},"additionalProperties":false,"description":"Details about the roles in a project."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"screenId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the screen."},"tabId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the screen tab."},"fieldId":{"type":"string","description":"The ID of the field to add."}},"required":["screenId","tabId","fieldId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The ID of the screen tab field.","type":"string"},"name":{"description":"The name of the screen tab field. Required on create and update. The maximum length is 255 characters.","type":"string"}},"additionalProperties":false,"description":"A screen tab field."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"screenId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the screen."},"name":{"type":"string","description":"The name of the screen tab. The maximum length is 255 characters."}},"required":["screenId","name"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The ID of the screen tab.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"type":"string","description":"The name of the screen tab. The maximum length is 255 characters."}},"required":["name"],"additionalProperties":false,"description":"A screen tab."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the filter."},"accountId":{"description":"The user account ID that the filter is shared with. For a request, specify the `accountId` property for the user.","type":"string"},"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products.For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*. Cannot be provided with `groupname`.","type":"string"},"groupname":{"description":"The name of the group to share the filter with. Set `type` to `group`. Please note that the name of a group is mutable, to reliably identify a group use `groupId`.","type":"string"},"projectId":{"description":"The ID of the project to share the filter with. Set `type` to `project`.","type":"string"},"projectRoleId":{"description":"The ID of the project role to share the filter with. Set `type` to `projectRole` and the `projectId` for the project that the role is in.","type":"string"},"rights":{"description":"The rights for the share permission.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"type":{"type":"string","enum":["user","project","group","projectRole","global","authenticated"],"description":"The type of the share permission.Specify the type as follows:\n\n * `user` Share with a user.\n * `group` Share with a group. Specify `groupname` as well.\n * `project` Share with a project. Specify `projectId` as well.\n * `projectRole` Share with a project role in a project. Specify `projectId` and `projectRoleId` as well.\n * `global` Share globally, including anonymous users. If set, this type overrides all existing share permissions and must be deleted before any non-global share permissions is set.\n * `authenticated` Share with all logged-in users. This shows as `loggedin` in the response. If set, this type overrides all existing share permissions and must be deleted before any non-global share permissions is set."}},"required":["id","type"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"groupname":{"description":"As a group's name can change, use of `groupId` is recommended to identify a group. \nThe name of the group. This parameter cannot be used with the `groupId` parameter.","type":"string"},"groupId":{"description":"The ID of the group. This parameter cannot be used with the `groupName` parameter.","type":"string"},"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"name":{"description":"This property is no longer available. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"expand":{"description":"Expand options that include additional group details in the response.","type":"string"},"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"},"users":{"description":"A paginated list of the users that are members of the group. A maximum of 50 users is returned in the list, to access additional users append `[start-index:end-index]` to the expand request. For example, to access the next 50 users, use`?expand=users[51:100]`.","type":"object","properties":{"end-index":{"description":"The index of the last item returned on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"items":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false}},"max-results":{"description":"The maximum number of results that could be on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"size":{"description":"The number of items on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"start-index":{"description":"The index of the first item returned on the page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue."}},"required":["issueIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue."},"body":{"type":"string"}},"required":["issueIdOrKey","body"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key the issue."},"notifyUsers":{"default":true,"description":"Whether users watching the issue are notified by email.","type":"boolean"},"adjustEstimate":{"default":"auto","description":"Defines how to update the issue's time estimate, the options are:\n\n * `new` Sets the estimate to a specific value, defined in `newEstimate`.\n * `leave` Leaves the estimate unchanged.\n * `manual` Reduces the estimate by amount specified in `reduceBy`.\n * `auto` Reduces the estimate by the value of `timeSpent` in the worklog.","type":"string","enum":["new","leave","manual","auto"]},"newEstimate":{"description":"The value to set as the issue's remaining time estimate, as days (\\#d), hours (\\#h), or minutes (\\#m or \\#). For example, *2d*. Required when `adjustEstimate` is `new`.","type":"string"},"reduceBy":{"description":"The amount to reduce the issue's remaining estimate by, as days (\\#d), hours (\\#h), or minutes (\\#m). For example, *2d*. Required when `adjustEstimate` is `manual`.","type":"string"},"expand":{"default":"","description":"Use [expand](#expansion) to include additional information about work logs in the response. This parameter accepts `properties`, which returns worklog properties.","type":"string"},"overrideEditableFlag":{"default":false,"description":"Whether the worklog entry should be added to the issue even if the issue is not editable, because jira.issue.editable set to false or missing. For example, the issue is closed. Connect and Forge app users with *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg) can use this flag.","type":"boolean"},"comment":{"description":"A comment about the worklog in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/). Optional when creating or updating a worklog."},"properties":{"description":"Details of properties for the worklog. Optional when creating or updating a worklog.","type":"array","items":{"type":"object","properties":{"key":{"description":"The key of the property. Required on create and update.","type":"string"},"value":{"description":"The value of the property. Required on create and update."}},"additionalProperties":false}},"started":{"description":"The datetime on which the worklog effort was started. Required when creating a worklog. Optional when updating a worklog.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"timeSpent":{"description":"The time spent working on the issue as days (\\#d), hours (\\#h), or minutes (\\#m or \\#). Required when creating a worklog if `timeSpentSeconds` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpentSecond` is provided.","type":"string"},"timeSpentSeconds":{"description":"The time in seconds spent working on the issue. Required when creating a worklog if `timeSpent` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpent` is provided.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"visibility":{"description":"Details about any restrictions in the visibility of the worklog. Optional when creating or updating a worklog.","type":"object","properties":{"identifier":{"description":"The ID of the group or the name of the role that visibility of this item is restricted to.","anyOf":[{"type":"string"},{"type":"null"}]},"type":{"description":"Whether visibility of this item is restricted to a group or role.","type":"string","enum":["group","role"]},"value":{"description":"The name of the group or role that visibility of this item is restricted to. Please note that the name of a group is mutable, to reliably identify a group use `identifier`.","type":"string"}},"additionalProperties":false}},"required":["issueIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"author":{"description":"Details of the user who created the worklog.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false},"comment":{"description":"A comment about the worklog in [Atlassian Document Format](https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/). Optional when creating or updating a worklog."},"created":{"description":"The datetime on which the worklog was created.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"id":{"description":"The ID of the worklog record.","type":"string"},"issueId":{"description":"The ID of the issue this worklog is for.","type":"string"},"properties":{"description":"Details of properties for the worklog. Optional when creating or updating a worklog.","type":"array","items":{"type":"object","properties":{"key":{"description":"The key of the property. Required on create and update.","type":"string"},"value":{"description":"The value of the property. Required on create and update."}},"additionalProperties":false}},"self":{"description":"The URL of the worklog item.","type":"string","format":"uri"},"started":{"description":"The datetime on which the worklog effort was started. Required when creating a worklog. Optional when updating a worklog.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"timeSpent":{"description":"The time spent working on the issue as days (\\#d), hours (\\#h), or minutes (\\#m or \\#). Required when creating a worklog if `timeSpentSeconds` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpentSecond` is provided.","type":"string"},"timeSpentSeconds":{"description":"The time in seconds spent working on the issue. Required when creating a worklog if `timeSpent` isn't provided. Optional when updating a worklog. Cannot be provided if `timeSpent` is provided.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"updateAuthor":{"description":"Details of the user who last updated the worklog.","type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"accountType":{"description":"The type of account represented by this user. This will be one of 'atlassian' (normal users), 'app' (application user) or 'customer' (Jira Service Desk customer user)","type":"string"},"active":{"description":"Whether the user is active.","type":"boolean"},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy settings, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy settings, this may be returned as null.","type":"string"},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy settings, this may be returned as null.","type":"string"}},"additionalProperties":false},"updated":{"description":"The datetime on which the worklog was last updated.","type":"string","format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"},"visibility":{"description":"Details about any restrictions in the visibility of the worklog. Optional when creating or updating a worklog.","type":"object","properties":{"identifier":{"description":"The ID of the group or the name of the role that visibility of this item is restricted to.","anyOf":[{"type":"string"},{"type":"null"}]},"type":{"description":"Whether visibility of this item is restricted to a group or role.","type":"string","enum":["group","role"]},"value":{"description":"The name of the group or role that visibility of this item is restricted to. Please note that the name of a group is mutable, to reliably identify a group use `identifier`.","type":"string"}},"additionalProperties":false}},"additionalProperties":false,"description":"Details of a worklog."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"addonKey":{"type":"string","description":"The key of the app, as defined in its descriptor."},"propertyKey":{"type":"string","description":"The key of the property."}},"required":["addonKey","propertyKey"],"additionalProperties":false}
|
package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetInput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"addonKey":{"type":"string","description":"The key of the app, as defined in its descriptor."}},"required":["addonKey"],"additionalProperties":false}
|
package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertiesGetOutput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"keys":{"description":"Property key details.","type":"array","items":{"type":"object","properties":{"key":{"description":"The key of the property.","type":"string"},"self":{"description":"The URL of the property.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"List of property keys."}
|
package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetInput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"addonKey":{"type":"string","description":"The key of the app, as defined in its descriptor."},"propertyKey":{"type":"string","description":"The key of the property."}},"required":["addonKey","propertyKey"],"additionalProperties":false}
|
package/dist/.pikku/schemas/schemas/AddonPropertiesResourceGetAddonPropertyGetOutput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"key":{"description":"The key of the property. Required on create and update.","type":"string"},"value":{"description":"The value of the property. Required on create and update."}},"additionalProperties":false,"description":"An entity property, for more information see [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/)."}
|
package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutInput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"addonKey":{"type":"string","description":"The key of the app, as defined in its descriptor."},"propertyKey":{"type":"string","description":"The key of the property."},"body":{}},"required":["addonKey","propertyKey","body"],"additionalProperties":false}
|
package/dist/.pikku/schemas/schemas/AddonPropertiesResourcePutAddonPropertyPutOutput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"message":{"type":"string","description":"The human-readable message that describes the result."},"statusCode":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The status code of the response."}},"required":["message","statusCode"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"check":{"default":"syntax","description":"The check to perform:\n\n * `syntax` Each expression's syntax is checked to ensure the expression can be parsed. Also, syntactic limits are validated. For example, the expression's length.\n * `type` EXPERIMENTAL. Each expression is type checked and the final type of the expression inferred. Any type errors that would result in the expression failure at runtime are reported. For example, accessing properties that don't exist or passing the wrong number of arguments to functions. Also performs the syntax check.\n * `complexity` EXPERIMENTAL. Determines the formulae for how many [expensive operations](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#expensive-operations) each expression may execute.","type":"string","enum":["syntax","type","complexity"]},"contextVariables":{"description":"Context variables and their types. The type checker assumes that [common context variables](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#context-variables), such as `issue` or `project`, are available in context and sets their type. Use this property to override the default types or provide details of new variables.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","description":"Context variables and their types. The type checker assumes that <a href=\"https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#context-variables\">common context variables</a>, such as <code>issue</code> or <code>project</code>, are available in context and sets their type. Use this property to override the default types or provide details of new variables."}},"expressions":{"type":"array","items":{"type":"string"},"description":"The list of Jira expressions to analyse."}},"required":["expressions"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"complexity":{"description":"Details about the complexity of the analysed Jira expression.","type":"object","properties":{"expensiveOperations":{"type":"string","description":"Information that can be used to determine how many [expensive operations](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#expensive-operations) the evaluation of the expression will perform. This information may be a formula or number. For example:\n\n * `issues.map(i => i.comments)` performs as many expensive operations as there are issues on the issues list. So this parameter returns `N`, where `N` is the size of issue list.\n * `new Issue(10010).comments` gets comments for one issue, so its complexity is `2` (`1` to retrieve issue 10010 from the database plus `1` to get its comments)."},"variables":{"description":"Variables used in the formula, mapped to the parts of the expression they refer to.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string","description":"Variables used in the formula, mapped to the parts of the expression they refer to."}}},"required":["expensiveOperations"],"additionalProperties":false},"errors":{"description":"A list of validation errors. Not included if the expression is valid.","type":"array","items":{"type":"object","properties":{"column":{"description":"The text column in which the error occurred.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"expression":{"description":"The part of the expression in which the error occurred.","type":"string"},"line":{"description":"The text line in which the error occurred.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"message":{"type":"string","description":"Details about the error."},"type":{"type":"string","enum":["syntax","type","other"],"description":"The error type."}},"required":["message","type"],"additionalProperties":false}},"expression":{"type":"string","description":"The analysed expression."},"type":{"description":"EXPERIMENTAL. The inferred type of the expression.","type":"string"},"valid":{"type":"boolean","description":"Whether the expression is valid and the interpreter will evaluate it. Note that the expression may fail at runtime (for example, if it executes too many expensive operations)."}},"required":["expression","valid"],"additionalProperties":false},"description":"The results of Jira expressions analysis."}},"required":["results"],"additionalProperties":false,"description":"Details about the analysed Jira expression."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"Atlassian-Transfer-Id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$","description":"The ID of the transfer."},"updateValueList":{"description":"The list of custom field update details.","type":"array","items":{"type":"object","properties":{"_type":{"type":"string","enum":["StringIssueField","NumberIssueField","RichTextIssueField","SingleSelectIssueField","MultiSelectIssueField","TextIssueField"],"description":"The type of custom field."},"fieldID":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The custom field ID."},"issueID":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The issue ID."},"number":{"description":"The value of number type custom field when `_type` is `NumberIssueField`.","type":"number"},"optionID":{"description":"The value of single select and multiselect custom field type when `_type` is `SingleSelectIssueField` or `MultiSelectIssueField`.","type":"string"},"richText":{"description":"The value of richText type custom field when `_type` is `RichTextIssueField`.","type":"string"},"string":{"description":"The value of string type custom field when `_type` is `StringIssueField`.","type":"string"},"text":{"description":"The value of of text custom field type when `_type` is `TextIssueField`.","type":"string"}},"required":["_type","fieldID","issueID"],"additionalProperties":false}}},"required":["Atlassian-Transfer-Id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueTypeScreenSchemeId":{"type":"string","description":"The ID of the issue type screen scheme."},"issueTypeMappings":{"type":"array","items":{"type":"object","properties":{"issueTypeId":{"type":"string","description":"The ID of the issue type or *default*. Only issue types used in classic projects are accepted. An entry for *default* must be provided and defines the mapping for all issue types without a screen scheme."},"screenSchemeId":{"type":"string","description":"The ID of the screen scheme. Only screen schemes used in classic projects are accepted."}},"required":["issueTypeId","screenSchemeId"],"additionalProperties":false},"description":"The list of issue type to screen scheme mappings. A *default* entry cannot be specified because a default entry is added when an issue type screen scheme is created."}},"required":["issueTypeScreenSchemeId","issueTypeMappings"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectIdOrKey":{"type":"string","description":"The project ID or project key (case sensitive)."}},"required":["projectIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldConfigurationSchemeId":{"description":"The ID of the field configuration scheme. If the field configuration scheme ID is `null`, the operation assigns the default field configuration scheme.","type":"string"},"projectId":{"type":"string","description":"The ID of the project."}},"required":["projectId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueIdOrKey":{"type":"string","description":"The ID or key of the issue to be assigned."},"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.","type":"string","maxLength":128},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"}},"required":["issueIdOrKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueTypeSchemeId":{"type":"string","description":"The ID of the issue type scheme."},"projectId":{"type":"string","description":"The ID of the project."}},"required":["issueTypeSchemeId","projectId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issueTypeScreenSchemeId":{"description":"The ID of the issue type screen scheme.","type":"string"},"projectId":{"description":"The ID of the project.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectKeyOrId":{"type":"string","description":"The project ID or project key (case sensitive)."},"expand":{"description":"Use [expand](#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Note that permissions are included when you specify any value. Expand options include:\n\n * `all` Returns all expandable information.\n * `field` Returns information about the custom field granted the permission.\n * `group` Returns information about the group that is granted the permission.\n * `permissions` Returns all permission grants for each permission scheme.\n * `projectRole` Returns information about the project role granted the permission.\n * `user` Returns information about the user who is granted the permission.","type":"string"},"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the permission scheme to associate with the project. Use the [Get all permission schemes](#api-rest-api-3-permissionscheme-get) resource to get a list of permission scheme IDs."}},"required":["projectKeyOrId","id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"description":{"description":"A description for the permission scheme.","type":"string"},"expand":{"description":"The expand options available for the permission scheme.","type":"string"},"id":{"description":"The ID of the permission scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"name":{"type":"string","description":"The name of the permission scheme. Must be unique."},"permissions":{"description":"The permission scheme to create or update. See [About permission schemes and grants](../api-group-permission-schemes/#about-permission-schemes-and-grants) for more information.","type":"array","items":{"type":"object","properties":{"holder":{"description":"The user or group being granted the permission. It consists of a `type`, a type-dependent `parameter` and a type-dependent `value`. See [Holder object](../api-group-permission-schemes/#holder-object) in *Get all permission schemes* for more information.","type":"object","properties":{"expand":{"description":"Expand options that include additional permission holder details in the response.","type":"string"},"parameter":{"description":"As a group's name can change, use of `value` is recommended. The identifier associated withthe `type` value that defines the holder of the permission.","type":"string"},"type":{"type":"string","description":"The type of permission holder."},"value":{"description":"The identifier associated with the `type` value that defines the holder of the permission.","type":"string"}},"required":["type"],"additionalProperties":false},"id":{"description":"The ID of the permission granted details.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"permission":{"description":"The permission to grant. This permission can be one of the built-in permissions or a custom permission added by an app. See [Built-in permissions](../api-group-permission-schemes/#built-in-permissions) in *Get all permission schemes* for more information about the built-in permissions. See the [project permission](https://developer.atlassian.com/cloud/jira/platform/modules/project-permission/) and [global permission](https://developer.atlassian.com/cloud/jira/platform/modules/global-permission/) module documentation for more information about custom permissions.","type":"string"},"self":{"description":"The URL of the permission granted details.","type":"string","format":"uri"}},"additionalProperties":false}},"scope":{"description":"The scope of the permission scheme.","type":"object","properties":{"project":{"description":"The project the item has scope in.","type":"object","properties":{"avatarUrls":{"description":"The URLs of the project's avatars.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"id":{"description":"The ID of the project.","type":"string"},"key":{"description":"The key of the project.","type":"string"},"name":{"description":"The name of the project.","type":"string"},"projectCategory":{"description":"The category the project belongs to.","type":"object","properties":{"description":{"description":"The name of the project category.","type":"string"},"id":{"description":"The ID of the project category.","type":"string"},"name":{"description":"The description of the project category.","type":"string"},"self":{"description":"The URL of the project category.","type":"string"}},"additionalProperties":false},"projectTypeKey":{"description":"The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.","type":"string","enum":["software","service_desk","business"]},"self":{"description":"The URL of the project details.","type":"string"},"simplified":{"description":"Whether or not the project is simplified.","type":"boolean"}},"additionalProperties":false},"type":{"description":"The type of scope.","type":"string","enum":["PROJECT","TEMPLATE"]}},"additionalProperties":false},"self":{"description":"The URL of the permission scheme.","type":"string","format":"uri"}},"required":["name"],"additionalProperties":false,"description":"Details of a permission scheme."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fieldId":{"type":"string","description":"The ID of the custom field."},"contextId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the context."},"projectIds":{"type":"array","items":{"type":"string"},"description":"The IDs of projects."}},"required":["fieldId","contextId","projectIds"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"projectId":{"type":"string","description":"The ID of the project."},"workflowSchemeId":{"description":"The ID of the workflow scheme. If the workflow scheme ID is `null`, the operation assigns the default workflow scheme.","type":"string"}},"required":["projectId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"propertyKey":{"type":"string","description":"The key of the property."},"currentValue":{"description":"The value of properties to perform the bulk operation on."},"entityIds":{"description":"List of issues to perform the bulk delete operation on.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}}},"required":["propertyKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":50,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"groupId":{"description":"The ID of a group. To specify multiple IDs, pass multiple `groupId` parameters. For example, `groupId=5b10a2844c20165700ede21g&groupId=5b10ac8d82e05b22cc7d4ef5`.","type":"array","items":{"type":"string"}},"groupName":{"description":"The name of a group. To specify multiple names, pass multiple `groupName` parameters. For example, `groupName=administrators&groupName=jira-software-users`.","type":"array","items":{"type":"string"}},"accessType":{"description":"The access level of a group. Valid values: 'site-admin', 'admin', 'user'.","type":"string"},"applicationKey":{"description":"The application key of the product user groups to search for. Valid values: 'jira-servicedesk', 'jira-software', 'jira-product-discovery', 'jira-core'.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of the group.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":10,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"username":{"description":"This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"array","items":{"type":"string"}},"key":{"description":"This parameter is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"array","items":{"type":"string"}},"accountId":{"type":"array","items":{"type":"string"},"description":"The account ID of a user. To specify multiple users, pass multiple `accountId` parameters. For example, `accountId=5b10a2844c20165700ede21g&accountId=5b10ac8d82e05b22cc7d4ef5`."}},"required":["accountId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"startAt":{"default":0,"description":"The index of the first item to return in a page of results (page offset).","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"maxResults":{"default":10,"description":"The maximum number of items to return per page.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"username":{"description":"Username of a user. To specify multiple users, pass multiple copies of this parameter. For example, `username=fred&username=barney`. Required if `key` isn't provided. Cannot be provided if `key` is present.","type":"array","items":{"type":"string"}},"key":{"description":"Key of a user. To specify multiple users, pass multiple copies of this parameter. For example, `key=fred&key=barney`. Required if `username` isn't provided. Cannot be provided if `username` is present.","type":"array","items":{"type":"string"}}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"array","items":{"type":"object","properties":{"accountId":{"type":"string"},"key":{"type":"string"},"username":{"type":"string"}},"additionalProperties":false}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"isLast":{"description":"Whether this is the last page.","type":"boolean"},"maxResults":{"description":"The maximum number of items that could be returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"nextPage":{"description":"If there is another page of results, the URL of the next page.","type":"string","format":"uri"},"self":{"description":"The URL of the page.","type":"string","format":"uri"},"startAt":{"description":"The index of the first item returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"total":{"description":"The number of items returned.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"values":{"description":"The list of items.","type":"array","items":{"type":"object","properties":{"accountId":{"description":"The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required in requests.","type":"string","maxLength":128},"accountType":{"description":"The user account type. Can take the following values:\n\n * `atlassian` regular Atlassian user account\n * `app` system account used for Connect applications and OAuth to represent external systems\n * `customer` Jira Service Desk account representing an external service desk","type":"string","enum":["atlassian","app","customer","unknown"]},"active":{"description":"Whether the user is active.","type":"boolean"},"applicationRoles":{"description":"The application roles the user is assigned to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"defaultGroups":{"description":"The groups that are granted default access for this application role. As a group's name can change, use of `defaultGroupsDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"defaultGroupsDetails":{"description":"The groups that are granted default access for this application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"defined":{"description":"Deprecated.","type":"boolean"},"groupDetails":{"description":"The groups associated with the application role.","type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"groups":{"description":"The groups associated with the application role. As a group's name can change, use of `groupDetails` is recommended to identify a groups.","type":"array","items":{"type":"string"}},"hasUnlimitedSeats":{"type":"boolean"},"key":{"description":"The key of the application role.","type":"string"},"name":{"description":"The display name of the application role.","type":"string"},"numberOfSeats":{"description":"The maximum count of users on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"platform":{"description":"Indicates if the application role belongs to Jira platform (`jira-core`).","type":"boolean"},"remainingSeats":{"description":"The count of users remaining on your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"selectedByDefault":{"description":"Determines whether this application role should be selected by default on user creation.","type":"boolean"},"userCount":{"description":"The number of users counting against your license.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"userCountDescription":{"description":"The [type of users](https://confluence.atlassian.com/x/lRW3Ng) being counted against your license.","type":"string"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"avatarUrls":{"description":"The avatars of the user.","type":"object","properties":{"16x16":{"description":"The URL of the item's 16x16 pixel avatar.","type":"string","format":"uri"},"24x24":{"description":"The URL of the item's 24x24 pixel avatar.","type":"string","format":"uri"},"32x32":{"description":"The URL of the item's 32x32 pixel avatar.","type":"string","format":"uri"},"48x48":{"description":"The URL of the item's 48x48 pixel avatar.","type":"string","format":"uri"}},"additionalProperties":false},"displayName":{"description":"The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.","type":"string"},"emailAddress":{"description":"The email address of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"expand":{"description":"Expand options that include additional user details in the response.","type":"string"},"groups":{"description":"The groups that the user belongs to.","type":"object","properties":{"callback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"items":{"type":"array","items":{"type":"object","properties":{"groupId":{"description":"The ID of the group, which uniquely identifies the group across all Atlassian products. For example, *952d12c3-5b5b-4d04-bb32-44d383afc4b2*.","anyOf":[{"type":"string"},{"type":"null"}]},"name":{"description":"The name of group.","type":"string"},"self":{"description":"The URL for these group details.","type":"string","format":"uri"}},"additionalProperties":false}},"max-results":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"pagingCallback":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"size":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false},"key":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"locale":{"description":"The locale of the user. Depending on the user’s privacy setting, this may be returned as null.","type":"string"},"name":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"self":{"description":"The URL of the user.","type":"string","format":"uri"},"timeZone":{"description":"The time zone specified in the user's profile. Depending on the user’s privacy setting, this may be returned as null.","type":"string"}},"additionalProperties":false}}},"additionalProperties":false,"description":"A page of items."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"issues":{"description":"A list of issue IDs and their respective properties.","type":"array","items":{"type":"object","properties":{"issueID":{"description":"The ID of the issue.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"properties":{"description":"Entity properties to set on the issue. The maximum length of an issue property value is 32768 characters.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"array":{"type":"boolean"},"bigDecimal":{"type":"boolean"},"bigInteger":{"type":"boolean"},"bigIntegerValue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"binary":{"type":"boolean"},"binaryValue":{"type":"array","items":{"type":"string"}},"boolean":{"type":"boolean"},"booleanValue":{"type":"boolean"},"containerNode":{"type":"boolean"},"decimalValue":{"type":"number"},"double":{"type":"boolean"},"doubleValue":{"type":"number"},"elements":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"fieldNames":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"fields":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"floatingPointNumber":{"type":"boolean"},"int":{"type":"boolean"},"intValue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"integralNumber":{"type":"boolean"},"long":{"type":"boolean"},"longValue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"missingNode":{"type":"boolean"},"null":{"type":"boolean"},"number":{"type":"boolean"},"numberType":{"type":"string","enum":["INT","LONG","BIG_INTEGER","FLOAT","DOUBLE","BIG_DECIMAL"]},"numberValue":{"type":"number"},"object":{"type":"boolean"},"pojo":{"type":"boolean"},"textValue":{"type":"string"},"textual":{"type":"boolean"},"valueAsBoolean":{"type":"boolean"},"valueAsDouble":{"type":"number"},"valueAsInt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"valueAsLong":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"valueAsText":{"type":"string"},"valueNode":{"type":"boolean"}},"additionalProperties":false}}},"additionalProperties":false}}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"propertyKey":{"type":"string","description":"The key of the property. The maximum length is 255 characters."},"expression":{"description":"EXPERIMENTAL. The Jira expression to calculate the value of the property. The value of the expression must be an object that can be converted to JSON, such as a number, boolean, string, list, or map. The context variables available to the expression are `issue` and `user`. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored.","type":"string"},"filter":{"description":"The bulk operation filter.","type":"object","properties":{"currentValue":{"description":"The value of properties to perform the bulk operation on."},"entityIds":{"description":"List of issues to perform the bulk operation on.","type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"hasProperty":{"description":"Whether the bulk operation occurs only when the property is present on or absent from an issue.","type":"boolean"}},"additionalProperties":false},"value":{"description":"The value of the property. The value must be a [valid](https://tools.ietf.org/html/rfc4627), non-empty JSON blob. The maximum length is 32768 characters."}},"required":["propertyKey"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"entitiesIds":{"description":"A list of entity property IDs.","minItems":1,"maxItems":10000,"type":"array","items":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"properties":{"description":"A list of entity property keys and values.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"array":{"type":"boolean"},"bigDecimal":{"type":"boolean"},"bigInteger":{"type":"boolean"},"bigIntegerValue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"binary":{"type":"boolean"},"binaryValue":{"type":"array","items":{"type":"string"}},"boolean":{"type":"boolean"},"booleanValue":{"type":"boolean"},"containerNode":{"type":"boolean"},"decimalValue":{"type":"number"},"double":{"type":"boolean"},"doubleValue":{"type":"number"},"elements":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"fieldNames":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"fields":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"floatingPointNumber":{"type":"boolean"},"int":{"type":"boolean"},"intValue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"integralNumber":{"type":"boolean"},"long":{"type":"boolean"},"longValue":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"missingNode":{"type":"boolean"},"null":{"type":"boolean"},"number":{"type":"boolean"},"numberType":{"type":"string","enum":["INT","LONG","BIG_INTEGER","FLOAT","DOUBLE","BIG_DECIMAL"]},"numberValue":{"type":"number"},"object":{"type":"boolean"},"pojo":{"type":"boolean"},"textValue":{"type":"string"},"textual":{"type":"boolean"},"valueAsBoolean":{"type":"boolean"},"valueAsDouble":{"type":"number"},"valueAsInt":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"valueAsLong":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"valueAsText":{"type":"string"},"valueNode":{"type":"boolean"}},"additionalProperties":false}}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"taskId":{"type":"string","description":"The ID of the task."}},"required":["taskId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the filter to update."},"accountId":{"type":"string","description":"The account ID of the new owner."}},"required":["id","accountId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"assigneeType":{"description":"The nominal user type used to determine the assignee for issues created with this component. See `realAssigneeType` for details on how the type of the user, and hence the user, assigned to issues is determined. Can take the following values:\n\n * `PROJECT_LEAD` the assignee to any issues created with this component is nominally the lead for the project the component is in.\n * `COMPONENT_LEAD` the assignee to any issues created with this component is nominally the lead for the component.\n * `UNASSIGNED` an assignee is not set for issues created with this component.\n * `PROJECT_DEFAULT` the assignee to any issues created with this component is nominally the default assignee for the project that the component is in.\n\nDefault value: `PROJECT_DEFAULT`. \nOptional when creating or updating a component.","type":"string","enum":["PROJECT_DEFAULT","COMPONENT_LEAD","PROJECT_LEAD","UNASSIGNED"]},"description":{"description":"The description for the component. Optional when creating or updating a component.","type":"string"},"leadAccountId":{"description":"The accountId of the component's lead user. The accountId uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.","type":"string","maxLength":128},"leadUserName":{"description":"This property is no longer available and will be removed from the documentation soon. See the [deprecation notice](https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/) for details.","type":"string"},"name":{"description":"The unique name for the component in the project. Required when creating a component. Optional when updating a component. The maximum length is 255 characters.","type":"string"},"project":{"description":"The key of the project the component is assigned to. Required when creating a component. Can't be updated.","type":"string"}},"additionalProperties":false}
|