@felixgeelhaar/jira-sdk 0.1.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +12620 -3818
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +12614 -3819
- package/dist/index.js.map +1 -1
- package/dist/project-B1UelBH4.d.cts +1810 -0
- package/dist/project-B1UelBH4.d.ts +1810 -0
- package/dist/schemas/index.cjs +12460 -3791
- package/dist/schemas/index.cjs.map +1 -1
- package/dist/schemas/index.d.cts +70 -1350
- package/dist/schemas/index.d.ts +70 -1350
- package/dist/schemas/index.js +12454 -3792
- package/dist/schemas/index.js.map +1 -1
- package/dist/services/index.cjs +12601 -3783
- package/dist/services/index.cjs.map +1 -1
- package/dist/services/index.d.cts +183 -3658
- package/dist/services/index.d.ts +183 -3658
- package/dist/services/index.js +12601 -3783
- package/dist/services/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/project-DNkPXkPv.d.cts +0 -10216
- package/dist/project-DNkPXkPv.d.ts +0 -10216
package/dist/index.d.cts
CHANGED
|
@@ -2,8 +2,8 @@ import { RetryMiddlewareConfig, RateLimitMiddlewareConfig, CircuitBreakerConfig,
|
|
|
2
2
|
export { AbortError, ApiError, ApiTokenAuth, ApiTokenAuthConfig, AuthConfigError, AuthError, AuthProvider, BasicAuth, BasicAuthConfig, CircuitBreaker, CircuitBreakerConfig, CircuitBreakerOpenError, CircuitState, ConfigValidationError, ConsoleLogger, ForbiddenError, JiraSdkError, LogLevel, Logger, Middleware, MiddlewareContext, NetworkError, NoopLogger, NotFoundError, OAuth2Auth, OAuth2AuthConfig, PatAuth, PatAuthConfig, RateLimitError, ResponseValidationError, ServerError, TimeoutError, TokenExpiredError, TokenRefreshError, UnauthorizedError, ValidationError, composeMiddleware, createApiTokenAuth, createBasicAuth, createCircuitBreakerMiddleware, createDefaultCircuitBreaker, createLoggingMiddleware, createOAuth2Auth, createPatAuth, createRateLimitMiddleware, createRequestIdMiddleware, createRetryMiddleware, createUserAgentMiddleware } from '@felixgeelhaar/sdk-core';
|
|
3
3
|
import { IssueService, ProjectService, SearchService, UserService } from './services/index.cjs';
|
|
4
4
|
export { BaseService, SearchOptions, SearchResult } from './services/index.cjs';
|
|
5
|
-
export {
|
|
6
|
-
export { q as AddCommentInput, A as AddCommentInputSchema,
|
|
5
|
+
export { Component, ComponentInput, ComponentInputSchema, ComponentSchema, Insight, InsightSchema, IssuePriority, IssuePrioritySchema, IssueProject, IssueProjectSchema, IssueResolution, IssueResolutionSchema, IssueStatus, IssueStatusSchema, IssueType, IssueTypeInput, IssueTypeInputSchema, IssueTypeSchema, PriorityInput, PriorityInputSchema, ProjectCategory, ProjectCategorySchema, ProjectInput, ProjectInputSchema, ProjectLead, ProjectLeadSchema, ProjectStyle, ProjectStyleSchema, ProjectType, ProjectTypeSchema, ResolutionInput, ResolutionInputSchema, StatusCategory, StatusCategorySchema, Version, VersionInput, VersionInputSchema, VersionSchema } from './schemas/index.cjs';
|
|
6
|
+
export { J as AddAttachmentResponse, H as AddAttachmentResponseSchema, q as AddCommentInput, A as AddCommentInputSchema, O as AddWorklogInput, N as AddWorklogInputSchema, B as Attachment, F as AttachmentMetadata, E as AttachmentMetadataSchema, z as AttachmentSchema, p as Comment, o as CommentSchema, n as CommentVisibility, m as CommentVisibilitySchema, u as CommentsPage, t as CommentsPageSchema, f as CreateIssueFields, C as CreateIssueFieldsSchema, h as CreateIssueInput, g as CreateIssueInputSchema, a3 as CreateIssueLinkInput, a2 as CreateIssueLinkInputSchema, k as CreateIssueResponse, j as CreateIssueResponseSchema, ai as CreateProjectInput, ah as CreateProjectInputSchema, y as DoTransitionInput, D as DoTransitionInputSchema, l as GetIssueOptions, G as GetIssueOptionsSchema, ao as GetProjectsOptions, an as GetProjectsOptionsSchema, e as Issue, c as IssueFields, b as IssueFieldsSchema, a1 as IssueLink, a0 as IssueLinkSchema, X as IssueLinkType, V as IssueLinkTypeSchema, a5 as IssueLinkTypesResponse, a4 as IssueLinkTypesResponseSchema, a as IssueRef, I as IssueRefSchema, d as IssueSchema, $ as LinkedIssue, Z as LinkedIssueFields, Y as LinkedIssueFieldsSchema, _ as LinkedIssueSchema, ag as Project, ae as ProjectRef, ad as ProjectRefSchema, af as ProjectSchema, am as ProjectSearchResult, al as ProjectSearchResultSchema, v as Transition, T as TransitionSchema, x as TransitionsResponse, w as TransitionsResponseSchema, s as UpdateCommentInput, r as UpdateCommentInputSchema, i as UpdateIssueInput, U as UpdateIssueInputSchema, ak as UpdateProjectInput, aj as UpdateProjectInputSchema, Q as UpdateWorklogInput, P as UpdateWorklogInputSchema, ac as Watchers, ab as WatchersSchema, M as Worklog, L as WorklogSchema, K as WorklogVisibility, W as WorklogVisibilitySchema, S as WorklogsPage, R as WorklogsPageSchema, a6 as blocksLinkType, a9 as causesLinkType, aa as clonesLinkType, a7 as duplicatesLinkType, a8 as relatesToLinkType } from './project-B1UelBH4.cjs';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import '@felixgeelhaar/sdk-core/schemas';
|
|
9
9
|
|
package/dist/index.d.ts
CHANGED
|
@@ -2,8 +2,8 @@ import { RetryMiddlewareConfig, RateLimitMiddlewareConfig, CircuitBreakerConfig,
|
|
|
2
2
|
export { AbortError, ApiError, ApiTokenAuth, ApiTokenAuthConfig, AuthConfigError, AuthError, AuthProvider, BasicAuth, BasicAuthConfig, CircuitBreaker, CircuitBreakerConfig, CircuitBreakerOpenError, CircuitState, ConfigValidationError, ConsoleLogger, ForbiddenError, JiraSdkError, LogLevel, Logger, Middleware, MiddlewareContext, NetworkError, NoopLogger, NotFoundError, OAuth2Auth, OAuth2AuthConfig, PatAuth, PatAuthConfig, RateLimitError, ResponseValidationError, ServerError, TimeoutError, TokenExpiredError, TokenRefreshError, UnauthorizedError, ValidationError, composeMiddleware, createApiTokenAuth, createBasicAuth, createCircuitBreakerMiddleware, createDefaultCircuitBreaker, createLoggingMiddleware, createOAuth2Auth, createPatAuth, createRateLimitMiddleware, createRequestIdMiddleware, createRetryMiddleware, createUserAgentMiddleware } from '@felixgeelhaar/sdk-core';
|
|
3
3
|
import { IssueService, ProjectService, SearchService, UserService } from './services/index.js';
|
|
4
4
|
export { BaseService, SearchOptions, SearchResult } from './services/index.js';
|
|
5
|
-
export {
|
|
6
|
-
export { q as AddCommentInput, A as AddCommentInputSchema,
|
|
5
|
+
export { Component, ComponentInput, ComponentInputSchema, ComponentSchema, Insight, InsightSchema, IssuePriority, IssuePrioritySchema, IssueProject, IssueProjectSchema, IssueResolution, IssueResolutionSchema, IssueStatus, IssueStatusSchema, IssueType, IssueTypeInput, IssueTypeInputSchema, IssueTypeSchema, PriorityInput, PriorityInputSchema, ProjectCategory, ProjectCategorySchema, ProjectInput, ProjectInputSchema, ProjectLead, ProjectLeadSchema, ProjectStyle, ProjectStyleSchema, ProjectType, ProjectTypeSchema, ResolutionInput, ResolutionInputSchema, StatusCategory, StatusCategorySchema, Version, VersionInput, VersionInputSchema, VersionSchema } from './schemas/index.js';
|
|
6
|
+
export { J as AddAttachmentResponse, H as AddAttachmentResponseSchema, q as AddCommentInput, A as AddCommentInputSchema, O as AddWorklogInput, N as AddWorklogInputSchema, B as Attachment, F as AttachmentMetadata, E as AttachmentMetadataSchema, z as AttachmentSchema, p as Comment, o as CommentSchema, n as CommentVisibility, m as CommentVisibilitySchema, u as CommentsPage, t as CommentsPageSchema, f as CreateIssueFields, C as CreateIssueFieldsSchema, h as CreateIssueInput, g as CreateIssueInputSchema, a3 as CreateIssueLinkInput, a2 as CreateIssueLinkInputSchema, k as CreateIssueResponse, j as CreateIssueResponseSchema, ai as CreateProjectInput, ah as CreateProjectInputSchema, y as DoTransitionInput, D as DoTransitionInputSchema, l as GetIssueOptions, G as GetIssueOptionsSchema, ao as GetProjectsOptions, an as GetProjectsOptionsSchema, e as Issue, c as IssueFields, b as IssueFieldsSchema, a1 as IssueLink, a0 as IssueLinkSchema, X as IssueLinkType, V as IssueLinkTypeSchema, a5 as IssueLinkTypesResponse, a4 as IssueLinkTypesResponseSchema, a as IssueRef, I as IssueRefSchema, d as IssueSchema, $ as LinkedIssue, Z as LinkedIssueFields, Y as LinkedIssueFieldsSchema, _ as LinkedIssueSchema, ag as Project, ae as ProjectRef, ad as ProjectRefSchema, af as ProjectSchema, am as ProjectSearchResult, al as ProjectSearchResultSchema, v as Transition, T as TransitionSchema, x as TransitionsResponse, w as TransitionsResponseSchema, s as UpdateCommentInput, r as UpdateCommentInputSchema, i as UpdateIssueInput, U as UpdateIssueInputSchema, ak as UpdateProjectInput, aj as UpdateProjectInputSchema, Q as UpdateWorklogInput, P as UpdateWorklogInputSchema, ac as Watchers, ab as WatchersSchema, M as Worklog, L as WorklogSchema, K as WorklogVisibility, W as WorklogVisibilitySchema, S as WorklogsPage, R as WorklogsPageSchema, a6 as blocksLinkType, a9 as causesLinkType, aa as clonesLinkType, a7 as duplicatesLinkType, a8 as relatesToLinkType } from './project-B1UelBH4.js';
|
|
7
7
|
import 'zod';
|
|
8
8
|
import '@felixgeelhaar/sdk-core/schemas';
|
|
9
9
|
|