@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":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the active workflow scheme that the draft was created from."},"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"draft":{"description":"Whether the workflow scheme is a draft or not.","type":"boolean"},"id":{"description":"The ID of the workflow scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"issueTypes":{"description":"The issue types available in Jira.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"avatarId":{"description":"The ID of the issue type's avatar.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue type.","type":"string"},"entityId":{"description":"Unique ID for next-gen projects.","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)$"},"hierarchyLevel":{"description":"Hierarchy level of the issue type.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"iconUrl":{"description":"The URL of the issue type's avatar.","type":"string"},"id":{"description":"The ID of the issue type.","type":"string"},"name":{"description":"The name of the issue type.","type":"string"},"scope":{"description":"Details of the next-gen projects the issue type is available in.","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 these issue type details.","type":"string"},"subtask":{"description":"Whether this issue type is used to create subtasks.","type":"boolean"}},"additionalProperties":false,"description":"Details about an issue type."}},"lastModified":{"description":"The date-time that the draft workflow scheme was last modified. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"string"},"lastModifiedUser":{"description":"The user that last modified the draft workflow scheme. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","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},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"originalDefaultWorkflow":{"description":"For draft workflow schemes, this property is the name of the default workflow for the original workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira.","type":"string"},"originalIssueTypeMappings":{"description":"For draft workflow schemes, this property is the issue type to workflow mappings for the original workflow scheme, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"self":{"type":"string","format":"uri"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"additionalProperties":false,"description":"Details about a workflow scheme."}
|
|
@@ -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 workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the URL as `schemeId`. For example, *schemeId=10301*."},"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"required":["id"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"defaultWorkflow":{"description":"The name of the default workflow for the workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira. If `defaultWorkflow` is not specified when creating a workflow scheme, it is set to *Jira Workflow (jira)*.","type":"string"},"description":{"description":"The description of the workflow scheme.","type":"string"},"draft":{"description":"Whether the workflow scheme is a draft or not.","type":"boolean"},"id":{"description":"The ID of the workflow scheme.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"issueTypeMappings":{"description":"The issue type to workflow mappings, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"issueTypes":{"description":"The issue types available in Jira.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"object","properties":{"avatarId":{"description":"The ID of the issue type's avatar.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"description":{"description":"The description of the issue type.","type":"string"},"entityId":{"description":"Unique ID for next-gen projects.","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)$"},"hierarchyLevel":{"description":"Hierarchy level of the issue type.","type":"integer","minimum":-9007199254740991,"maximum":9007199254740991},"iconUrl":{"description":"The URL of the issue type's avatar.","type":"string"},"id":{"description":"The ID of the issue type.","type":"string"},"name":{"description":"The name of the issue type.","type":"string"},"scope":{"description":"Details of the next-gen projects the issue type is available in.","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 these issue type details.","type":"string"},"subtask":{"description":"Whether this issue type is used to create subtasks.","type":"boolean"}},"additionalProperties":false,"description":"Details about an issue type."}},"lastModified":{"description":"The date-time that the draft workflow scheme was last modified. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","type":"string"},"lastModifiedUser":{"description":"The user that last modified the draft workflow scheme. A modification is a change to the issue type-project mappings only. This property does not apply to non-draft workflows.","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},"name":{"description":"The name of the workflow scheme. The name must be unique. The maximum length is 255 characters. Required when creating a workflow scheme.","type":"string"},"originalDefaultWorkflow":{"description":"For draft workflow schemes, this property is the name of the default workflow for the original workflow scheme. The default workflow has *All Unassigned Issue Types* assigned to it in Jira.","type":"string"},"originalIssueTypeMappings":{"description":"For draft workflow schemes, this property is the issue type to workflow mappings for the original workflow scheme, where each mapping is an issue type ID and workflow name pair. Note that an issue type can only be mapped to one workflow in a workflow scheme.","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"self":{"type":"string","format":"uri"},"updateDraftIfNeeded":{"description":"Whether to create or update a draft workflow scheme when updating an active workflow scheme. An active workflow scheme is a workflow scheme that is used by at least one project. The following examples show how this property works:\n\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `true`: If a draft workflow scheme exists, it is updated. Otherwise, a draft workflow scheme is created.\n * Update an active workflow scheme with `updateDraftIfNeeded` set to `false`: An error is returned, as active workflow schemes cannot be updated.\n * Update an inactive workflow scheme with `updateDraftIfNeeded` set to `true`: The workflow scheme is updated, as inactive workflow schemes do not require drafts to update.\n\nDefaults to `false`.","type":"boolean"}},"additionalProperties":false,"description":"Details about a workflow scheme."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"transitionId":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The ID of the transition. To get the ID, view the workflow in text mode in the Jira admin settings. The ID is shown next to the transition."},"key":{"type":"string","description":"The key of the property being updated, also known as the name of the property. Set this to the same value as the `key` defined in the request body."},"workflowName":{"type":"string","description":"The name of the workflow that the transition belongs to."},"workflowMode":{"description":"The workflow status. Set to `live` for inactive workflows or `draft` for draft workflows. Active workflows cannot be edited.","type":"string","enum":["live","draft"]},"value":{"type":"string","description":"The value of the transition property."}},"required":["transitionId","key","workflowName","value"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"description":"The ID of the transition property.","type":"string"},"key":{"description":"The key of the transition property. Also known as the name of the transition property.","type":"string"},"value":{"type":"string","description":"The value of the transition property."}},"required":["value"],"additionalProperties":false,"description":"Details about the server Jira is running on."}
|
package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsInput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"workflows":{"type":"array","items":{"type":"object","properties":{"conditions":{"description":"The list of conditions within the workflow.","type":"array","items":{"type":"object","properties":{"configuration":{"type":"object","properties":{"disabled":{"default":false,"description":"EXPERIMENTAL: Whether the rule is disabled.","type":"boolean"},"tag":{"description":"EXPERIMENTAL: A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).","type":"string","maxLength":255},"value":{"type":"string","description":"Configuration of the rule, as it is stored by the Connect app on the rule configuration page."}},"required":["disabled","value"],"additionalProperties":false,"description":"A rule configuration."},"id":{"type":"string","description":"The ID of the transition rule."},"key":{"type":"string","description":"The key of the rule, as defined in the Connect app descriptor."},"transition":{"type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The transition ID."},"name":{"type":"string","description":"The transition name."}},"required":["id","name"],"additionalProperties":false}},"required":["configuration","id","key"],"additionalProperties":false}},"postFunctions":{"description":"The list of post functions within the workflow.","type":"array","items":{"type":"object","properties":{"configuration":{"type":"object","properties":{"disabled":{"default":false,"description":"EXPERIMENTAL: Whether the rule is disabled.","type":"boolean"},"tag":{"description":"EXPERIMENTAL: A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).","type":"string","maxLength":255},"value":{"type":"string","description":"Configuration of the rule, as it is stored by the Connect app on the rule configuration page."}},"required":["disabled","value"],"additionalProperties":false,"description":"A rule configuration."},"id":{"type":"string","description":"The ID of the transition rule."},"key":{"type":"string","description":"The key of the rule, as defined in the Connect app descriptor."},"transition":{"type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The transition ID."},"name":{"type":"string","description":"The transition name."}},"required":["id","name"],"additionalProperties":false}},"required":["configuration","id","key"],"additionalProperties":false}},"validators":{"description":"The list of validators within the workflow.","type":"array","items":{"type":"object","properties":{"configuration":{"type":"object","properties":{"disabled":{"default":false,"description":"EXPERIMENTAL: Whether the rule is disabled.","type":"boolean"},"tag":{"description":"EXPERIMENTAL: A tag used to filter rules in [Get workflow transition rule configurations](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules/#api-rest-api-3-workflow-rule-config-get).","type":"string","maxLength":255},"value":{"type":"string","description":"Configuration of the rule, as it is stored by the Connect app on the rule configuration page."}},"required":["disabled","value"],"additionalProperties":false,"description":"A rule configuration."},"id":{"type":"string","description":"The ID of the transition rule."},"key":{"type":"string","description":"The key of the rule, as defined in the Connect app descriptor."},"transition":{"type":"object","properties":{"id":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991,"description":"The transition ID."},"name":{"type":"string","description":"The transition name."}},"required":["id","name"],"additionalProperties":false}},"required":["configuration","id","key"],"additionalProperties":false}},"workflowId":{"type":"object","properties":{"draft":{"type":"boolean","description":"Whether the workflow is in the draft state."},"name":{"type":"string","description":"The name of the workflow."}},"required":["draft","name"],"additionalProperties":false,"description":"Properties that identify a workflow."}},"required":["workflowId"],"additionalProperties":false},"description":"The list of workflows with transition rules to update."}},"required":["workflows"],"additionalProperties":false}
|
package/dist/.pikku/schemas/schemas/UpdateWorkflowTransitionRuleConfigurationsOutput.schema.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"updateResults":{"type":"array","items":{"type":"object","properties":{"ruleUpdateErrors":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"type":"string"},"description":"A list of transition rule update errors, indexed by the transition rule ID. Any transition rule that appears here wasn't updated."},"description":"A list of transition rule update errors, indexed by the transition rule ID. Any transition rule that appears here wasn't updated."},"updateErrors":{"type":"array","items":{"type":"string"},"description":"The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries."},"workflowId":{"type":"object","properties":{"draft":{"type":"boolean","description":"Whether the workflow is in the draft state."},"name":{"type":"string","description":"The name of the workflow."}},"required":["draft","name"],"additionalProperties":false,"description":"Properties that identify a workflow."}},"required":["ruleUpdateErrors","updateErrors","workflowId"],"additionalProperties":false},"description":"A list of workflows."}},"required":["updateResults"],"additionalProperties":false,"description":"Details of any errors encountered while updating workflow transition rules."}
|
|
@@ -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."},"id":{"type":"string","description":"The ID of the worklog."},"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 * `auto` Updates the estimate by the difference between the original and updated value of `timeSpent` or `timeSpentSeconds`.","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"},"expand":{"default":"","description":"Use [expand](#expansion) to include additional information about worklogs in the response. This parameter accepts `properties`, which returns worklog properties.","type":"string"},"overrideEditableFlag":{"default":false,"description":"Whether the worklog should be added to the issue even if the issue is not editable. For example, because 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","id"],"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":{"key":{"description":"The project key.","type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"errorMessages":{"description":"The list of error messages produced by this operation. For example, \"input parameter 'key' must be provided\"","type":"array","items":{"type":"string"}},"errors":{"description":"The list of errors by parameter returned by the operation. For example,\"projectKey\": \"Project keys must start with an uppercase letter, followed by one or more uppercase alphanumeric characters.\"","type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"status":{"type":"integer","minimum":-9007199254740991,"maximum":9007199254740991}},"additionalProperties":false,"description":"Error messages from an operation."}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","default":"https://your-domain.atlassian.net","type":"string","enum":["https://your-domain.atlassian.net"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAC/C,YAAY,EAAE,UAAU,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
import type { SecretService } from '@pikku/core/services';
|
|
6
|
+
export interface CredentialsMap {
|
|
7
|
+
}
|
|
8
|
+
export type SecretId = keyof CredentialsMap;
|
|
9
|
+
export declare class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
|
|
10
|
+
constructor(secrets: SecretService);
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=pikku-secrets.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secrets.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AACxG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAEzD,MAAM,WAAW,cAAc;CAE9B;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,cAAc,CAAA;AAM3C,qBAAa,kBAAmB,SAAQ,sBAAsB,CAAC,cAAc,CAAC;gBAChE,OAAO,EAAE,aAAa;CAGnC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
const CREDENTIALS_META = {};
|
|
6
|
+
export class TypedSecretService extends CoreTypedSecretService {
|
|
7
|
+
constructor(secrets) {
|
|
8
|
+
super(secrets, CREDENTIALS_META);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=pikku-secrets.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secrets.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AASxG,MAAM,gBAAgB,GAAmC,EAExD,CAAA;AAED,MAAM,OAAO,kBAAmB,SAAQ,sBAAsC;IAC5E,YAAY,OAAsB;QAChC,KAAK,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAA;IAClC,CAAC;CACF"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService, type CredentialMeta } from '@pikku/core/services'
|
|
5
|
+
import type { SecretService } from '@pikku/core/services'
|
|
6
|
+
|
|
7
|
+
export interface CredentialsMap {
|
|
8
|
+
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export type SecretId = keyof CredentialsMap
|
|
12
|
+
|
|
13
|
+
const CREDENTIALS_META: Record<string, CredentialMeta> = {
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
|
|
18
|
+
constructor(secrets: SecretService) {
|
|
19
|
+
super(secrets, CREDENTIALS_META)
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Trigger-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { CorePikkuTriggerFunction, CorePikkuTriggerFunctionConfig, CoreTrigger } from '@pikku/core/trigger';
|
|
8
|
+
import type { CoreNodeConfig } from '@pikku/core/node';
|
|
9
|
+
import type { SingletonServices } from '../../types/application-types.d.js';
|
|
10
|
+
import type { StandardSchemaV1 } from '@standard-schema/spec';
|
|
11
|
+
/**
|
|
12
|
+
* A trigger function that sets up a subscription and returns a teardown function.
|
|
13
|
+
* The trigger is fired via wire.trigger.invoke(data).
|
|
14
|
+
*
|
|
15
|
+
* @template TInput - Input type (configuration passed when wired)
|
|
16
|
+
* @template TOutput - Output type produced when trigger fires
|
|
17
|
+
*/
|
|
18
|
+
export type PikkuTriggerFunction<TInput = unknown, TOutput = unknown> = CorePikkuTriggerFunction<TInput, TOutput, SingletonServices>;
|
|
19
|
+
/**
|
|
20
|
+
* Configuration object for creating a trigger function with metadata
|
|
21
|
+
*/
|
|
22
|
+
export type PikkuTriggerFunctionConfig<TInput = unknown, TOutput = unknown, InputSchema extends StandardSchemaV1 | undefined = undefined, OutputSchema extends StandardSchemaV1 | undefined = undefined> = CorePikkuTriggerFunctionConfig<TInput, TOutput, SingletonServices, InputSchema, OutputSchema>;
|
|
23
|
+
/**
|
|
24
|
+
* Helper type to infer the output type from a Standard Schema
|
|
25
|
+
*/
|
|
26
|
+
type InferSchemaOutput<T> = T extends StandardSchemaV1<any, infer Output> ? Output : never;
|
|
27
|
+
/**
|
|
28
|
+
* Configuration object for trigger functions with Zod schema validation.
|
|
29
|
+
* Use this when you want to define input/output schemas using Zod.
|
|
30
|
+
* Types are automatically inferred from the schemas.
|
|
31
|
+
*/
|
|
32
|
+
export type PikkuTriggerFunctionConfigWithSchema<InputSchema extends StandardSchemaV1, OutputSchema extends StandardSchemaV1 | undefined = undefined> = {
|
|
33
|
+
title?: string;
|
|
34
|
+
description?: string;
|
|
35
|
+
tags?: string[];
|
|
36
|
+
func: PikkuTriggerFunction<InferSchemaOutput<InputSchema>, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown>;
|
|
37
|
+
input: InputSchema;
|
|
38
|
+
output?: OutputSchema;
|
|
39
|
+
node?: CoreNodeConfig;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Type definition for trigger wirings.
|
|
43
|
+
* Declares a trigger name and its target pikku function.
|
|
44
|
+
*/
|
|
45
|
+
export type TriggerWiring = CoreTrigger;
|
|
46
|
+
/**
|
|
47
|
+
* A trigger source with the subscription function, using project-specific services.
|
|
48
|
+
*
|
|
49
|
+
* @template TInput - Input type passed to the trigger function
|
|
50
|
+
* @template TOutput - Output type produced when trigger fires
|
|
51
|
+
*/
|
|
52
|
+
export type TriggerSource<TInput = unknown, TOutput = unknown> = {
|
|
53
|
+
name: string;
|
|
54
|
+
func: PikkuTriggerFunctionConfig<TInput, TOutput>;
|
|
55
|
+
} & (unknown extends TInput ? {
|
|
56
|
+
input?: TInput;
|
|
57
|
+
} : {
|
|
58
|
+
input: TInput;
|
|
59
|
+
});
|
|
60
|
+
/**
|
|
61
|
+
* Creates a trigger function configuration.
|
|
62
|
+
* Use this to define trigger functions that set up subscriptions.
|
|
63
|
+
*
|
|
64
|
+
* @param triggerOrConfig - Function definition or configuration object
|
|
65
|
+
* @returns The normalized configuration object
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* ```typescript
|
|
69
|
+
* export const redisSubscribeTrigger = pikkuTriggerFunc<
|
|
70
|
+
* { channel: string },
|
|
71
|
+
* { message: string }
|
|
72
|
+
* >(async ({ redis }, { channel }, { trigger }) => {
|
|
73
|
+
* const subscriber = redis.duplicate()
|
|
74
|
+
* await subscriber.subscribe(channel, (msg) => {
|
|
75
|
+
* trigger.invoke({ message: msg })
|
|
76
|
+
* })
|
|
77
|
+
* return () => subscriber.unsubscribe()
|
|
78
|
+
* })
|
|
79
|
+
*
|
|
80
|
+
* export const redisSubscribeTrigger = pikkuTriggerFunc({
|
|
81
|
+
* title: 'Redis Subscribe Trigger',
|
|
82
|
+
* description: 'Listens to Redis pub/sub channel',
|
|
83
|
+
* input: z.object({ channel: z.string() }),
|
|
84
|
+
* output: z.object({ message: z.string() }),
|
|
85
|
+
* func: async ({ redis }, { channel }, { trigger }) => {
|
|
86
|
+
* const subscriber = redis.duplicate()
|
|
87
|
+
* await subscriber.subscribe(channel, (msg) => {
|
|
88
|
+
* trigger.invoke({ message: msg })
|
|
89
|
+
* })
|
|
90
|
+
* return () => subscriber.unsubscribe()
|
|
91
|
+
* }
|
|
92
|
+
* })
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
export declare function pikkuTriggerFunc<InputSchema extends StandardSchemaV1, OutputSchema extends StandardSchemaV1 | undefined = undefined>(config: PikkuTriggerFunctionConfigWithSchema<InputSchema, OutputSchema>): PikkuTriggerFunctionConfig<InferSchemaOutput<InputSchema>, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, InputSchema, OutputSchema>;
|
|
96
|
+
export declare function pikkuTriggerFunc<TInput, TOutput = unknown>(triggerOrConfig: PikkuTriggerFunction<TInput, TOutput> | PikkuTriggerFunctionConfig<TInput, TOutput>): PikkuTriggerFunctionConfig<TInput, TOutput>;
|
|
97
|
+
/**
|
|
98
|
+
* Registers a trigger with the Pikku framework.
|
|
99
|
+
* Declares a trigger name and its target pikku function.
|
|
100
|
+
* Runs everywhere — inspector extracts at build time.
|
|
101
|
+
*
|
|
102
|
+
* @param trigger - Trigger definition with name and function config
|
|
103
|
+
*/
|
|
104
|
+
export declare const wireTrigger: (trigger: TriggerWiring) => void;
|
|
105
|
+
/**
|
|
106
|
+
* Registers a trigger source with the Pikku framework.
|
|
107
|
+
* Provides the subscription function and input data.
|
|
108
|
+
* Only imported in the trigger worker process.
|
|
109
|
+
*
|
|
110
|
+
* @param source - Trigger source with name, func, and input
|
|
111
|
+
*/
|
|
112
|
+
export declare const wireTriggerSource: <TInput = unknown, TOutput = unknown>(source: TriggerSource<TInput, TOutput>) => void;
|
|
113
|
+
export {};
|
|
114
|
+
//# sourceMappingURL=pikku-trigger-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-trigger-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/trigger/pikku-trigger-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,wBAAwB,EAAE,8BAA8B,EAAE,WAAW,EAA8E,MAAM,qBAAqB,CAAA;AACvL,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAA;AAC3E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAI7D;;;;;;GAMG;AACH,MAAM,MAAM,oBAAoB,CAC9B,MAAM,GAAG,OAAO,EAChB,OAAO,GAAG,OAAO,IACf,wBAAwB,CAAC,MAAM,EAAE,OAAO,EAAE,iBAAiB,CAAC,CAAA;AAEhE;;GAEG;AACH,MAAM,MAAM,0BAA0B,CACpC,MAAM,GAAG,OAAO,EAChB,OAAO,GAAG,OAAO,EACjB,WAAW,SAAS,gBAAgB,GAAG,SAAS,GAAG,SAAS,EAC5D,YAAY,SAAS,gBAAgB,GAAG,SAAS,GAAG,SAAS,IAC3D,8BAA8B,CAAC,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,YAAY,CAAC,CAAA;AAEjG;;GAEG;AACH,KAAK,iBAAiB,CAAC,CAAC,IAAI,CAAC,SAAS,gBAAgB,CAAC,GAAG,EAAE,MAAM,MAAM,CAAC,GAAG,MAAM,GAAG,KAAK,CAAA;AAE1F;;;;GAIG;AACH,MAAM,MAAM,oCAAoC,CAC9C,WAAW,SAAS,gBAAgB,EACpC,YAAY,SAAS,gBAAgB,GAAG,SAAS,GAAG,SAAS,IAC3D;IACF,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IACf,IAAI,EAAE,oBAAoB,CACxB,iBAAiB,CAAC,WAAW,CAAC,EAC9B,YAAY,SAAS,gBAAgB,GAAG,iBAAiB,CAAC,YAAY,CAAC,GAAG,OAAO,CAClF,CAAA;IACD,KAAK,EAAE,WAAW,CAAA;IAClB,MAAM,CAAC,EAAE,YAAY,CAAA;IACrB,IAAI,CAAC,EAAE,cAAc,CAAA;CACtB,CAAA;AAED;;;GAGG;AACH,MAAM,MAAM,aAAa,GAAG,WAAW,CAAA;AAEvC;;;;;GAKG;AACH,MAAM,MAAM,aAAa,CACvB,MAAM,GAAG,OAAO,EAChB,OAAO,GAAG,OAAO,IACf;IACF,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,0BAA0B,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAClD,GAAG,CAAC,OAAO,SAAS,MAAM,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,CAAA;AAErE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,gBAAgB,CAC9B,WAAW,SAAS,gBAAgB,EACpC,YAAY,SAAS,gBAAgB,GAAG,SAAS,GAAG,SAAS,EAE7D,MAAM,EAAE,oCAAoC,CAAC,WAAW,EAAE,YAAY,CAAC,GACtE,0BAA0B,CAAC,iBAAiB,CAAC,WAAW,CAAC,EAAE,YAAY,SAAS,gBAAgB,GAAG,iBAAiB,CAAC,YAAY,CAAC,GAAG,OAAO,EAAE,WAAW,EAAE,YAAY,CAAC,CAAA;AAC3K,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,OAAO,GAAG,OAAO,EACxD,eAAe,EACX,oBAAoB,CAAC,MAAM,EAAE,OAAO,CAAC,GACrC,0BAA0B,CAAC,MAAM,EAAE,OAAO,CAAC,GAC9C,0BAA0B,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;AAQ9C;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,GACtB,SAAS,aAAa,SAGvB,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,GAAI,MAAM,GAAG,OAAO,EAAE,OAAO,GAAG,OAAO,EACnE,QAAQ,aAAa,CAAC,MAAM,EAAE,OAAO,CAAC,SAGvC,CAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Trigger-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { wireTrigger as wireTriggerCore, wireTriggerSource as wireTriggerSourceCore } from '@pikku/core/trigger';
|
|
8
|
+
export function pikkuTriggerFunc(triggerOrConfig) {
|
|
9
|
+
if (typeof triggerOrConfig === 'function') {
|
|
10
|
+
return { func: triggerOrConfig };
|
|
11
|
+
}
|
|
12
|
+
return triggerOrConfig;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Registers a trigger with the Pikku framework.
|
|
16
|
+
* Declares a trigger name and its target pikku function.
|
|
17
|
+
* Runs everywhere — inspector extracts at build time.
|
|
18
|
+
*
|
|
19
|
+
* @param trigger - Trigger definition with name and function config
|
|
20
|
+
*/
|
|
21
|
+
export const wireTrigger = (trigger) => {
|
|
22
|
+
wireTriggerCore(trigger);
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Registers a trigger source with the Pikku framework.
|
|
26
|
+
* Provides the subscription function and input data.
|
|
27
|
+
* Only imported in the trigger worker process.
|
|
28
|
+
*
|
|
29
|
+
* @param source - Trigger source with name, func, and input
|
|
30
|
+
*/
|
|
31
|
+
export const wireTriggerSource = (source) => {
|
|
32
|
+
wireTriggerSourceCore(source);
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=pikku-trigger-types.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-trigger-types.gen.js","sourceRoot":"","sources":["../../../.pikku/trigger/pikku-trigger-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAyE,WAAW,IAAI,eAAe,EAAE,iBAAiB,IAAI,qBAAqB,EAAE,MAAM,qBAAqB,CAAA;AAyHvL,MAAM,UAAU,gBAAgB,CAAC,eAAoB;IACnD,IAAI,OAAO,eAAe,KAAK,UAAU,EAAE,CAAC;QAC1C,OAAO,EAAE,IAAI,EAAE,eAAe,EAAE,CAAA;IAClC,CAAC;IACD,OAAO,eAAe,CAAA;AACxB,CAAC;AAED;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,WAAW,GAAG,CACzB,OAAsB,EACtB,EAAE;IACF,eAAe,CAAC,OAAc,CAAC,CAAA;AACjC,CAAC,CAAA;AAED;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAC/B,MAAsC,EACtC,EAAE;IACF,qBAAqB,CAAC,MAAa,CAAC,CAAA;AACtC,CAAC,CAAA"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Trigger-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { CorePikkuTriggerFunction, CorePikkuTriggerFunctionConfig, CoreTrigger, wireTrigger as wireTriggerCore, wireTriggerSource as wireTriggerSourceCore } from '@pikku/core/trigger'
|
|
9
|
+
import type { CoreNodeConfig } from '@pikku/core/node'
|
|
10
|
+
import type { SingletonServices } from '../../types/application-types.d.js'
|
|
11
|
+
import type { StandardSchemaV1 } from '@standard-schema/spec'
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* A trigger function that sets up a subscription and returns a teardown function.
|
|
17
|
+
* The trigger is fired via wire.trigger.invoke(data).
|
|
18
|
+
*
|
|
19
|
+
* @template TInput - Input type (configuration passed when wired)
|
|
20
|
+
* @template TOutput - Output type produced when trigger fires
|
|
21
|
+
*/
|
|
22
|
+
export type PikkuTriggerFunction<
|
|
23
|
+
TInput = unknown,
|
|
24
|
+
TOutput = unknown
|
|
25
|
+
> = CorePikkuTriggerFunction<TInput, TOutput, SingletonServices>
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Configuration object for creating a trigger function with metadata
|
|
29
|
+
*/
|
|
30
|
+
export type PikkuTriggerFunctionConfig<
|
|
31
|
+
TInput = unknown,
|
|
32
|
+
TOutput = unknown,
|
|
33
|
+
InputSchema extends StandardSchemaV1 | undefined = undefined,
|
|
34
|
+
OutputSchema extends StandardSchemaV1 | undefined = undefined
|
|
35
|
+
> = CorePikkuTriggerFunctionConfig<TInput, TOutput, SingletonServices, InputSchema, OutputSchema>
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Helper type to infer the output type from a Standard Schema
|
|
39
|
+
*/
|
|
40
|
+
type InferSchemaOutput<T> = T extends StandardSchemaV1<any, infer Output> ? Output : never
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Configuration object for trigger functions with Zod schema validation.
|
|
44
|
+
* Use this when you want to define input/output schemas using Zod.
|
|
45
|
+
* Types are automatically inferred from the schemas.
|
|
46
|
+
*/
|
|
47
|
+
export type PikkuTriggerFunctionConfigWithSchema<
|
|
48
|
+
InputSchema extends StandardSchemaV1,
|
|
49
|
+
OutputSchema extends StandardSchemaV1 | undefined = undefined
|
|
50
|
+
> = {
|
|
51
|
+
title?: string
|
|
52
|
+
description?: string
|
|
53
|
+
tags?: string[]
|
|
54
|
+
func: PikkuTriggerFunction<
|
|
55
|
+
InferSchemaOutput<InputSchema>,
|
|
56
|
+
OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown
|
|
57
|
+
>
|
|
58
|
+
input: InputSchema
|
|
59
|
+
output?: OutputSchema
|
|
60
|
+
node?: CoreNodeConfig
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Type definition for trigger wirings.
|
|
65
|
+
* Declares a trigger name and its target pikku function.
|
|
66
|
+
*/
|
|
67
|
+
export type TriggerWiring = CoreTrigger
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* A trigger source with the subscription function, using project-specific services.
|
|
71
|
+
*
|
|
72
|
+
* @template TInput - Input type passed to the trigger function
|
|
73
|
+
* @template TOutput - Output type produced when trigger fires
|
|
74
|
+
*/
|
|
75
|
+
export type TriggerSource<
|
|
76
|
+
TInput = unknown,
|
|
77
|
+
TOutput = unknown
|
|
78
|
+
> = {
|
|
79
|
+
name: string
|
|
80
|
+
func: PikkuTriggerFunctionConfig<TInput, TOutput>
|
|
81
|
+
} & (unknown extends TInput ? { input?: TInput } : { input: TInput })
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Creates a trigger function configuration.
|
|
85
|
+
* Use this to define trigger functions that set up subscriptions.
|
|
86
|
+
*
|
|
87
|
+
* @param triggerOrConfig - Function definition or configuration object
|
|
88
|
+
* @returns The normalized configuration object
|
|
89
|
+
*
|
|
90
|
+
* @example
|
|
91
|
+
* ```typescript
|
|
92
|
+
* export const redisSubscribeTrigger = pikkuTriggerFunc<
|
|
93
|
+
* { channel: string },
|
|
94
|
+
* { message: string }
|
|
95
|
+
* >(async ({ redis }, { channel }, { trigger }) => {
|
|
96
|
+
* const subscriber = redis.duplicate()
|
|
97
|
+
* await subscriber.subscribe(channel, (msg) => {
|
|
98
|
+
* trigger.invoke({ message: msg })
|
|
99
|
+
* })
|
|
100
|
+
* return () => subscriber.unsubscribe()
|
|
101
|
+
* })
|
|
102
|
+
*
|
|
103
|
+
* export const redisSubscribeTrigger = pikkuTriggerFunc({
|
|
104
|
+
* title: 'Redis Subscribe Trigger',
|
|
105
|
+
* description: 'Listens to Redis pub/sub channel',
|
|
106
|
+
* input: z.object({ channel: z.string() }),
|
|
107
|
+
* output: z.object({ message: z.string() }),
|
|
108
|
+
* func: async ({ redis }, { channel }, { trigger }) => {
|
|
109
|
+
* const subscriber = redis.duplicate()
|
|
110
|
+
* await subscriber.subscribe(channel, (msg) => {
|
|
111
|
+
* trigger.invoke({ message: msg })
|
|
112
|
+
* })
|
|
113
|
+
* return () => subscriber.unsubscribe()
|
|
114
|
+
* }
|
|
115
|
+
* })
|
|
116
|
+
* ```
|
|
117
|
+
*/
|
|
118
|
+
export function pikkuTriggerFunc<
|
|
119
|
+
InputSchema extends StandardSchemaV1,
|
|
120
|
+
OutputSchema extends StandardSchemaV1 | undefined = undefined
|
|
121
|
+
>(
|
|
122
|
+
config: PikkuTriggerFunctionConfigWithSchema<InputSchema, OutputSchema>
|
|
123
|
+
): PikkuTriggerFunctionConfig<InferSchemaOutput<InputSchema>, OutputSchema extends StandardSchemaV1 ? InferSchemaOutput<OutputSchema> : unknown, InputSchema, OutputSchema>
|
|
124
|
+
export function pikkuTriggerFunc<TInput, TOutput = unknown>(
|
|
125
|
+
triggerOrConfig:
|
|
126
|
+
| PikkuTriggerFunction<TInput, TOutput>
|
|
127
|
+
| PikkuTriggerFunctionConfig<TInput, TOutput>
|
|
128
|
+
): PikkuTriggerFunctionConfig<TInput, TOutput>
|
|
129
|
+
export function pikkuTriggerFunc(triggerOrConfig: any) {
|
|
130
|
+
if (typeof triggerOrConfig === 'function') {
|
|
131
|
+
return { func: triggerOrConfig }
|
|
132
|
+
}
|
|
133
|
+
return triggerOrConfig
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Registers a trigger with the Pikku framework.
|
|
138
|
+
* Declares a trigger name and its target pikku function.
|
|
139
|
+
* Runs everywhere — inspector extracts at build time.
|
|
140
|
+
*
|
|
141
|
+
* @param trigger - Trigger definition with name and function config
|
|
142
|
+
*/
|
|
143
|
+
export const wireTrigger = (
|
|
144
|
+
trigger: TriggerWiring
|
|
145
|
+
) => {
|
|
146
|
+
wireTriggerCore(trigger as any)
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Registers a trigger source with the Pikku framework.
|
|
151
|
+
* Provides the subscription function and input data.
|
|
152
|
+
* Only imported in the trigger worker process.
|
|
153
|
+
*
|
|
154
|
+
* @param source - Trigger source with name, func, and input
|
|
155
|
+
*/
|
|
156
|
+
export const wireTriggerSource = <TInput = unknown, TOutput = unknown>(
|
|
157
|
+
source: TriggerSource<TInput, TOutput>
|
|
158
|
+
) => {
|
|
159
|
+
wireTriggerSourceCore(source as any)
|
|
160
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
export { wireVariable } from '@pikku/core/variable';
|
|
5
|
+
export type { CoreVariable, VariableDefinitionMeta, VariableDefinitionsMeta } from '@pikku/core/variable';
|
|
6
|
+
//# sourceMappingURL=pikku-variable-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-variable-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/variables/pikku-variable-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AACnD,YAAY,EAAE,YAAY,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,sBAAsB,CAAA"}
|