🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@coderabbitai/bitbucket

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coderabbitai/bitbucket - npm Package Compare versions

Comparing version

to
1.1.0

dist/server/interfaces/index.d.ts

2

dist/cloud/client.d.ts
import type { Client, ClientOptions } from "openapi-fetch";
import type { paths } from "./openapi/index.js";
import type { paths } from "./openapi/index.ts";
/**

@@ -4,0 +4,0 @@ * Creates an `openapi-fetch` client using {@link createClient}.

@@ -1,3 +0,3 @@

export * from "./client.js";
export type * from "./openapi/index.js";
export * from "./client.ts";
export type * as OpenApi from "./openapi/index.ts";
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

export type * from "./openapi-typescript.js";
export type * from "./openapi-typescript.ts";
//# sourceMappingURL=index.d.ts.map

@@ -1,4 +0,4 @@

export * from "./base64.js";
export * as cloud from "./cloud/index.js";
export * as server from "./server/index.js";
export * from "./base64.ts";
export * as BitbucketCloud from "./cloud/index.ts";
export * as BitbucketServer from "./server/index.ts";
//# sourceMappingURL=index.d.ts.map
export * from "./base64.js";
export * as cloud from "./cloud/index.js";
export * as server from "./server/index.js";
export * as BitbucketCloud from "./cloud/index.js";
export * as BitbucketServer from "./server/index.js";
//# sourceMappingURL=index.js.map
import type { Client, ClientOptions } from "openapi-fetch";
import type { paths } from "./openapi/index.js";
import type { paths } from "./openapi/index.ts";
/**

@@ -4,0 +4,0 @@ * Creates an `openapi-fetch` client using {@link createClient}.

@@ -1,4 +0,5 @@

export * from "./client.js";
export type * from "./openapi/index.js";
export * from "./webhooks/index.js";
export * from "./client.ts";
export * from "./interfaces/index.ts";
export type * as OpenApi from "./openapi/index.ts";
export * from "./webhooks/index.ts";
//# sourceMappingURL=index.d.ts.map
export * from "./client.js";
export * from "./interfaces/index.js";
export * from "./webhooks/index.js";
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

export type * from "./openapi-typescript.js";
export type * from "./openapi-typescript.ts";
//# sourceMappingURL=index.d.ts.map

@@ -1,4 +0,4 @@

import type { PrEvent } from "./pr/event.js";
import type { ProjectEvent } from "./project/event.js";
import type { RepoEvent } from "./repo/event.js";
import type { PrEvent } from "./pr/event.ts";
import type { ProjectEvent } from "./project/event.ts";
import type { RepoEvent } from "./repo/event.ts";
/**

@@ -5,0 +5,0 @@ * When you have a webhook with an event, Bitbucket Data Center sends the event

@@ -1,6 +0,6 @@

export * from "./event.js";
export * as pr from "./pr/index.js";
export * as project from "./project/index.js";
export * as repo from "./repo/index.js";
export * from "./suggestion_state.js";
export * from "./event.ts";
export * as pr from "./pr/index.ts";
export * as project from "./project/index.ts";
export * as repo from "./repo/index.ts";
export * from "./suggestion_state.ts";
//# sourceMappingURL=index.d.ts.map

@@ -1,3 +0,3 @@

import type { SchemaApplicationUser, SchemaComment, SchemaProject, SchemaPullRequest, SchemaPullRequestParticipant, SchemaRepository, SchemaRestMinimalRef } from "../../../openapi/openapi-typescript.js";
import type { SuggestionState } from "../suggestion_state.js";
import type { SchemaApplicationUser, SchemaComment, SchemaProject, SchemaPullRequest, SchemaPullRequestParticipant, SchemaRepository, SchemaRestMinimalRef } from "../../../openapi/openapi-typescript.ts";
import type { SuggestionState } from "../suggestion_state.ts";
export interface Actor {

@@ -4,0 +4,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaApplicationUser, SchemaComment, SchemaProject, SchemaPullRequest, SchemaPullRequestParticipant, SchemaRepository, SchemaRestMinimalRef } from "../../../openapi/openapi-typescript.js";
import type { SchemaApplicationUser, SchemaComment, SchemaProject, SchemaPullRequest, SchemaPullRequestParticipant, SchemaRepository, SchemaRestMinimalRef } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,15 +0,15 @@

import type { Event } from "../event.js";
import type { PRCommentAdded } from "./comment_added.js";
import type { PRCommentDeleted } from "./comment_deleted.js";
import type { PRCommentEdited } from "./comment_edited.js";
import type { PRDeclined } from "./declined.js";
import type { PRDeleted } from "./deleted.js";
import type { PRFromRefUpdated } from "./from_ref_updated.js";
import type { PRMerged } from "./merged.js";
import type { PRModified } from "./modified.js";
import type { PROpened } from "./opened.js";
import type { PRReviewerApproved } from "./reviewer_approved.js";
import type { PRReviewerChangesRequested } from "./reviewer_changes_requested.js";
import type { PRReviewerUnapproved } from "./reviewer_unapproved.js";
import type { PRReviewerUpdated } from "./reviewer_updated.js";
import type { Event } from "../event.ts";
import type { PRCommentAdded } from "./comment_added.ts";
import type { PRCommentDeleted } from "./comment_deleted.ts";
import type { PRCommentEdited } from "./comment_edited.ts";
import type { PRDeclined } from "./declined.ts";
import type { PRDeleted } from "./deleted.ts";
import type { PRFromRefUpdated } from "./from_ref_updated.ts";
import type { PRMerged } from "./merged.ts";
import type { PRModified } from "./modified.ts";
import type { PROpened } from "./opened.ts";
import type { PRReviewerApproved } from "./reviewer_approved.ts";
import type { PRReviewerChangesRequested } from "./reviewer_changes_requested.ts";
import type { PRReviewerUnapproved } from "./reviewer_unapproved.ts";
import type { PRReviewerUpdated } from "./reviewer_updated.ts";
/** You can create webhooks for events that occur on a pull request. */

@@ -16,0 +16,0 @@ export type PrEvent = PRCommentAdded | PRCommentDeleted | PRCommentEdited | PRDeclined | PRDeleted | PRFromRefUpdated | PRMerged | PRModified | PROpened | PRReviewerApproved | PRReviewerChangesRequested | PRReviewerUnapproved | PRReviewerUpdated;

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,14 +0,14 @@

export type * as commentAdded from "./comment_added.js";
export type * as commentEdited from "./comment_edited.js";
export type * as declined from "./declined.js";
export type * as deleted from "./deleted.js";
export * from "./event.js";
export type * as fromRefUpdated from "./from_ref_updated.js";
export type * as merged from "./merged.js";
export type * as modified from "./modified.js";
export type * as opened from "./opened.js";
export type * as reviewerApproved from "./reviewer_approved.js";
export type * as reviewerChangesRequested from "./reviewer_changes_requested.js";
export type * as reviewerUnapproved from "./reviewer_unapproved.js";
export type * as reviewerUpdated from "./reviewer_updated.js";
export type * as commentAdded from "./comment_added.ts";
export type * as commentEdited from "./comment_edited.ts";
export type * as declined from "./declined.ts";
export type * as deleted from "./deleted.ts";
export * from "./event.ts";
export type * as fromRefUpdated from "./from_ref_updated.ts";
export type * as merged from "./merged.ts";
export type * as modified from "./modified.ts";
export type * as opened from "./opened.ts";
export type * as reviewerApproved from "./reviewer_approved.ts";
export type * as reviewerChangesRequested from "./reviewer_changes_requested.ts";
export type * as reviewerUnapproved from "./reviewer_unapproved.ts";
export type * as reviewerUpdated from "./reviewer_updated.ts";
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/index.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/index.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/index.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/index.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/index.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/index.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaPullRequest, SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaApplicationUser, SchemaProject, SchemaPullRequest, SchemaRepository, SchemaRestMinimalRef } from "../../../openapi/openapi-typescript.js";
import type { SchemaApplicationUser, SchemaProject, SchemaPullRequest, SchemaRepository, SchemaRestMinimalRef } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,3 +0,3 @@

import type { Event } from "../event.js";
import type { ProjectModified } from "./modified.js";
import type { Event } from "../event.ts";
import type { ProjectModified } from "./modified.ts";
/** You can create webhooks for events that occur in a project. */

@@ -4,0 +4,0 @@ export type ProjectEvent = ProjectModified;

@@ -1,3 +0,3 @@

export * from "./event.js";
export type * from "./modified.js";
export * from "./event.ts";
export type * from "./modified.ts";
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

import type { SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,10 +0,10 @@

import type { Event } from "../event.js";
import type { RepoCommentAdded } from "./comment_added.js";
import type { RepoCommentDeleted } from "./comment_deleted.js";
import type { RepoCommentEdited } from "./comment_edited.js";
import type { RepoForked } from "./forked.js";
import type { RepoModified } from "./modified.js";
import type { RepoRefsChanged } from "./refs_changed.js";
import type { RepoSecretDetected } from "./secret_detected.js";
import type { MirrorRepoSynchronized } from "./synchronized.js";
import type { Event } from "../event.ts";
import type { RepoCommentAdded } from "./comment_added.ts";
import type { RepoCommentDeleted } from "./comment_deleted.ts";
import type { RepoCommentEdited } from "./comment_edited.ts";
import type { RepoForked } from "./forked.ts";
import type { RepoModified } from "./modified.ts";
import type { RepoRefsChanged } from "./refs_changed.ts";
import type { RepoSecretDetected } from "./secret_detected.ts";
import type { MirrorRepoSynchronized } from "./synchronized.ts";
/** You can create webhooks for events that occur in a repository. */

@@ -11,0 +11,0 @@ export type RepoEvent = MirrorRepoSynchronized | RepoCommentAdded | RepoCommentDeleted | RepoCommentEdited | RepoForked | RepoModified | RepoRefsChanged | RepoSecretDetected;

@@ -1,2 +0,2 @@

import type { SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,10 +0,10 @@

export type * as commentAdded from "./comment_added.js";
export type * as commentDeleted from "./comment_deleted.js";
export type * as commentEdited from "./comment_edited.js";
export * from "./event.js";
export type * as forked from "./forked.js";
export type * as modified from "./modified.js";
export type * as refsChanged from "./refs_changed.js";
export type * as secretDetected from "./secret_detected.js";
export type * as synchronized from "./synchronized.js";
export type * as commentAdded from "./comment_added.ts";
export type * as commentDeleted from "./comment_deleted.ts";
export type * as commentEdited from "./comment_edited.ts";
export * from "./event.ts";
export type * as forked from "./forked.ts";
export type * as modified from "./modified.ts";
export type * as refsChanged from "./refs_changed.ts";
export type * as secretDetected from "./secret_detected.ts";
export type * as synchronized from "./synchronized.ts";
//# sourceMappingURL=index.d.ts.map

@@ -1,2 +0,2 @@

import type { SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Actor {

@@ -3,0 +3,0 @@ readonly active: boolean;

@@ -1,2 +0,2 @@

import type { SchemaRepository } from "../../../openapi/openapi-typescript.js";
import type { SchemaRepository } from "../../../openapi/openapi-typescript.ts";
export interface Change {

@@ -3,0 +3,0 @@ readonly fromHash: string;

import type { UUID } from "crypto";
import type { EventKey } from "./events/event.js";
import type { EventKey } from "./events/event.ts";
/**

@@ -4,0 +4,0 @@ * All event payload requests may have these HTTP headers.

@@ -1,3 +0,3 @@

export * from "./events/index.js";
export type * from "./headers.js";
export * from "./events/index.ts";
export type * from "./headers.ts";
//# sourceMappingURL=index.d.ts.map
{
"name": "@coderabbitai/bitbucket",
"version": "1.0.9",
"version": "1.1.0",
"description": "CodeRabbit's TypeScript API client for connecting to Bitbucket Cloud and Bitbucket Data Center",

@@ -49,3 +49,3 @@ "keywords": [

"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"typescript": "5.7.0-beta",
"typescript-eslint": "^8.10.0",

@@ -64,5 +64,13 @@ "vitest": "^2.1.3"

},
"./cloud/openapi": {
"types": "./dist/cloud/openapi/index.d.ts",
"default": "./dist/cloud/openapi/index.js"
},
"./server": {
"types": "./dist/server/index.d.ts",
"default": "./dist/server/index.js"
},
"./server/openapi": {
"types": "./dist/server/openapi/index.d.ts",
"default": "./dist/server/openapi/index.js"
}

@@ -69,0 +77,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet