Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitlab-api-helper

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab-api-helper - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

10

lib/index.d.ts

@@ -1,7 +0,7 @@

export * as BranchInterface from "./BranchInterface";
export * as CommitInterface from "./CommitInterface";
export { IBranch } from "./BranchInterface";
export { ICommitDetails, ILastPipeline, IStats } from "./CommitInterface";
export { Gitlab, GitlabErrorMessages, IBranchesListRequest, ICherryPick, IMergeRequestAccept, IMergeRequestAcceptOptions, IMergeRequestCreate, TokenType, } from "./Gitlab";
export { GitlabError } from "./GitlabError";
export * as LabelInterface from "./LabelInterface";
export * as MergeRequestInterface from "./MergeRequestInterface";
export * as ProjectInterface from "./ProjectInterface";
export { ILabelDetails } from "./LabelInterface";
export { IDiffRefs, IFetchAllMergeRequests, IMergeRequestDetails, IMilestone, IPipeline, ITaskCompletionStatus, ITimeStats, MileStoneMergeRequests, OrderByMergeRequests, ScopeMergeRequests, SortMergeRequests, StateForMergeRequests, WipMergeRequests, } from "./MergeRequestInterface";
export { IForkedFromProject, ILinks, INamespace, IPermissions, IProjectAccessOrGroupAccess, IProjectDetails, } from "./ProjectInterface";
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProjectInterface = exports.MergeRequestInterface = exports.LabelInterface = exports.GitlabError = exports.TokenType = exports.GitlabErrorMessages = exports.Gitlab = exports.CommitInterface = exports.BranchInterface = void 0;
exports.BranchInterface = __importStar(require("./BranchInterface"));
exports.CommitInterface = __importStar(require("./CommitInterface"));
exports.WipMergeRequests = exports.StateForMergeRequests = exports.SortMergeRequests = exports.ScopeMergeRequests = exports.OrderByMergeRequests = exports.MileStoneMergeRequests = exports.GitlabError = exports.TokenType = exports.GitlabErrorMessages = exports.Gitlab = void 0;
var Gitlab_1 = require("./Gitlab");

@@ -31,5 +10,9 @@ Object.defineProperty(exports, "Gitlab", { enumerable: true, get: function () { return Gitlab_1.Gitlab; } });

Object.defineProperty(exports, "GitlabError", { enumerable: true, get: function () { return GitlabError_1.GitlabError; } });
exports.LabelInterface = __importStar(require("./LabelInterface"));
exports.MergeRequestInterface = __importStar(require("./MergeRequestInterface"));
exports.ProjectInterface = __importStar(require("./ProjectInterface"));
var MergeRequestInterface_1 = require("./MergeRequestInterface");
Object.defineProperty(exports, "MileStoneMergeRequests", { enumerable: true, get: function () { return MergeRequestInterface_1.MileStoneMergeRequests; } });
Object.defineProperty(exports, "OrderByMergeRequests", { enumerable: true, get: function () { return MergeRequestInterface_1.OrderByMergeRequests; } });
Object.defineProperty(exports, "ScopeMergeRequests", { enumerable: true, get: function () { return MergeRequestInterface_1.ScopeMergeRequests; } });
Object.defineProperty(exports, "SortMergeRequests", { enumerable: true, get: function () { return MergeRequestInterface_1.SortMergeRequests; } });
Object.defineProperty(exports, "StateForMergeRequests", { enumerable: true, get: function () { return MergeRequestInterface_1.StateForMergeRequests; } });
Object.defineProperty(exports, "WipMergeRequests", { enumerable: true, get: function () { return MergeRequestInterface_1.WipMergeRequests; } });
//# sourceMappingURL=index.js.map
{
"name": "gitlab-api-helper",
"version": "3.0.0",
"version": "3.1.0",
"description": "A project with more support in gitlab, inspired by node-gitlab",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc