@odit/lfk-client-js
Advanced tools
Comparing version 0.0.6 to 0.0.7
export { ApiError } from './core/ApiError'; | ||
export { OpenAPI } from './core/OpenAPI'; | ||
export type { Address } from './models/Address'; | ||
export type { AddressNotFoundError } from './models/AddressNotFoundError'; | ||
export type { AddressWrongTypeError } from './models/AddressWrongTypeError'; | ||
export type { Auth } from './models/Auth'; | ||
export type { CreateAuth } from './models/CreateAuth'; | ||
export type { CreateParticipant } from './models/CreateParticipant'; | ||
export { CreatePermission } from './models/CreatePermission'; | ||
export type { CreateResetToken } from './models/CreateResetToken'; | ||
export type { CreateRunner } from './models/CreateRunner'; | ||
export type { CreateRunnerGroup } from './models/CreateRunnerGroup'; | ||
export type { CreateRunnerOrganisation } from './models/CreateRunnerOrganisation'; | ||
export type { CreateRunnerTeam } from './models/CreateRunnerTeam'; | ||
export type { CreateStatsClient } from './models/CreateStatsClient'; | ||
export type { CreateTrack } from './models/CreateTrack'; | ||
export type { CreateUser } from './models/CreateUser'; | ||
export type { CreateUserGroup } from './models/CreateUserGroup'; | ||
export type { DistanceDonation } from './models/DistanceDonation'; | ||
export type { Donation } from './models/Donation'; | ||
export type { GroupContact } from './models/GroupContact'; | ||
export type { GroupContactNotFoundError } from './models/GroupContactNotFoundError'; | ||
export type { GroupContactWrongTypeError } from './models/GroupContactWrongTypeError'; | ||
export type { GroupNameNeededError } from './models/GroupNameNeededError'; | ||
export type { HandleLogout } from './models/HandleLogout'; | ||
export type { IllegalJWTError } from './models/IllegalJWTError'; | ||
export type { ImportRunner } from './models/ImportRunner'; | ||
export type { InvalidCredentialsError } from './models/InvalidCredentialsError'; | ||
export type { JwtNotProvidedError } from './models/JwtNotProvidedError'; | ||
export type { JwtUser } from './models/JwtUser'; | ||
export type { Logout } from './models/Logout'; | ||
export type { NoPermissionError } from './models/NoPermissionError'; | ||
export type { Participant } from './models/Participant'; | ||
export type { PasswordNeededError } from './models/PasswordNeededError'; | ||
export { Permission } from './models/Permission'; | ||
export type { PermissionIdsNotMatchingError } from './models/PermissionIdsNotMatchingError'; | ||
export type { PermissionNeedsPrincipalError } from './models/PermissionNeedsPrincipalError'; | ||
export type { PermissionNotFoundError } from './models/PermissionNotFoundError'; | ||
export type { Principal } from './models/Principal'; | ||
export type { PrincipalNotFoundError } from './models/PrincipalNotFoundError'; | ||
export type { PrincipalWrongTypeError } from './models/PrincipalWrongTypeError'; | ||
export type { RefreshAuth } from './models/RefreshAuth'; | ||
export type { RefreshTokenCountInvalidError } from './models/RefreshTokenCountInvalidError'; | ||
export type { ResetAlreadyRequestedError } from './models/ResetAlreadyRequestedError'; | ||
export type { ResetPassword } from './models/ResetPassword'; | ||
export type { ResponseEmpty } from './models/ResponseEmpty'; | ||
export type { ResponseParticipant } from './models/ResponseParticipant'; | ||
export { ResponsePermission } from './models/ResponsePermission'; | ||
export type { ResponsePrincipal } from './models/ResponsePrincipal'; | ||
export type { ResponseRunner } from './models/ResponseRunner'; | ||
export type { ResponseRunnerGroup } from './models/ResponseRunnerGroup'; | ||
export type { ResponseRunnerOrganisation } from './models/ResponseRunnerOrganisation'; | ||
export type { ResponseRunnerTeam } from './models/ResponseRunnerTeam'; | ||
export type { ResponseStats } from './models/ResponseStats'; | ||
export type { ResponseStatsClient } from './models/ResponseStatsClient'; | ||
export type { ResponseStatsOrgnisation } from './models/ResponseStatsOrgnisation'; | ||
export type { ResponseStatsRunner } from './models/ResponseStatsRunner'; | ||
export type { ResponseStatsTeam } from './models/ResponseStatsTeam'; | ||
export type { ResponseTrack } from './models/ResponseTrack'; | ||
export type { ResponseUser } from './models/ResponseUser'; | ||
export type { ResponseUserGroup } from './models/ResponseUserGroup'; | ||
export type { Runner } from './models/Runner'; | ||
export type { RunnerCard } from './models/RunnerCard'; | ||
export type { RunnerGroup } from './models/RunnerGroup'; | ||
export type { RunnerGroupNeededError } from './models/RunnerGroupNeededError'; | ||
export type { RunnerGroupNotFoundError } from './models/RunnerGroupNotFoundError'; | ||
export type { RunnerIdsNotMatchingError } from './models/RunnerIdsNotMatchingError'; | ||
export type { RunnerNotFoundError } from './models/RunnerNotFoundError'; | ||
export type { RunnerOrganisation } from './models/RunnerOrganisation'; | ||
export type { RunnerOrganisationHasRunnersError } from './models/RunnerOrganisationHasRunnersError'; | ||
export type { RunnerOrganisationHasTeamsError } from './models/RunnerOrganisationHasTeamsError'; | ||
export type { RunnerOrganisationIdsNotMatchingError } from './models/RunnerOrganisationIdsNotMatchingError'; | ||
export type { RunnerOrganisationNotFoundError } from './models/RunnerOrganisationNotFoundError'; | ||
export type { RunnerOrganisationWrongTypeError } from './models/RunnerOrganisationWrongTypeError'; | ||
export type { RunnerTeam } from './models/RunnerTeam'; | ||
export type { RunnerTeamHasRunnersError } from './models/RunnerTeamHasRunnersError'; | ||
export type { RunnerTeamIdsNotMatchingError } from './models/RunnerTeamIdsNotMatchingError'; | ||
export type { RunnerTeamNeedsParentError } from './models/RunnerTeamNeedsParentError'; | ||
export type { RunnerTeamNotFoundError } from './models/RunnerTeamNotFoundError'; | ||
export type { Scan } from './models/Scan'; | ||
export type { ScanStation } from './models/ScanStation'; | ||
export type { StatsClient } from './models/StatsClient'; | ||
export type { StatsClientIdsNotMatchingError } from './models/StatsClientIdsNotMatchingError'; | ||
export type { StatsClientNotFoundError } from './models/StatsClientNotFoundError'; | ||
export type { Track } from './models/Track'; | ||
export type { TrackIdsNotMatchingError } from './models/TrackIdsNotMatchingError'; | ||
export type { TrackNotFoundError } from './models/TrackNotFoundError'; | ||
export type { TrackScan } from './models/TrackScan'; | ||
export type { UpdatePermission } from './models/UpdatePermission'; | ||
export type { UpdateRunner } from './models/UpdateRunner'; | ||
export type { UpdateRunnerOrganisation } from './models/UpdateRunnerOrganisation'; | ||
export type { UpdateRunnerTeam } from './models/UpdateRunnerTeam'; | ||
export type { UpdateUser } from './models/UpdateUser'; | ||
export type { User } from './models/User'; | ||
@@ -98,5 +20,2 @@ export { UserAction } from './models/UserAction'; | ||
export type { UserGroup } from './models/UserGroup'; | ||
export type { UserGroupIdsNotMatchingError } from './models/UserGroupIdsNotMatchingError'; | ||
export type { UserGroupNotFoundError } from './models/UserGroupNotFoundError'; | ||
export type { UserIdsNotMatchingError } from './models/UserIdsNotMatchingError'; | ||
export type { UsernameOrEmailNeededError } from './models/UsernameOrEmailNeededError'; | ||
@@ -106,13 +25,1 @@ export type { UserNonexistantOrRefreshtokenInvalidError } from './models/UserNonexistantOrRefreshtokenInvalidError'; | ||
export type { UserNotFoundOrRefreshTokenCountInvalidError } from './models/UserNotFoundOrRefreshTokenCountInvalidError'; | ||
export { AuthService } from './services/AuthService'; | ||
export { ImportService } from './services/ImportService'; | ||
export { PermissionService } from './services/PermissionService'; | ||
export { RunnerOrganisationService } from './services/RunnerOrganisationService'; | ||
export { RunnerService } from './services/RunnerService'; | ||
export { RunnerTeamService } from './services/RunnerTeamService'; | ||
export { StatsClientService } from './services/StatsClientService'; | ||
export { StatsService } from './services/StatsService'; | ||
export { StatusService } from './services/StatusService'; | ||
export { TrackService } from './services/TrackService'; | ||
export { UserGroupService } from './services/UserGroupService'; | ||
export { UserService } from './services/UserService'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UserService = exports.UserGroupService = exports.TrackService = exports.StatusService = exports.StatsService = exports.StatsClientService = exports.RunnerTeamService = exports.RunnerService = exports.RunnerOrganisationService = exports.PermissionService = exports.ImportService = exports.AuthService = exports.UserAction = exports.ResponsePermission = exports.Permission = exports.CreatePermission = exports.OpenAPI = exports.ApiError = void 0; | ||
exports.UserAction = exports.Permission = exports.OpenAPI = exports.ApiError = void 0; | ||
/* istanbul ignore file */ | ||
@@ -11,33 +11,5 @@ /* tslint:disable */ | ||
Object.defineProperty(exports, "OpenAPI", { enumerable: true, get: function () { return OpenAPI_1.OpenAPI; } }); | ||
var CreatePermission_1 = require("./models/CreatePermission"); | ||
Object.defineProperty(exports, "CreatePermission", { enumerable: true, get: function () { return CreatePermission_1.CreatePermission; } }); | ||
var Permission_1 = require("./models/Permission"); | ||
Object.defineProperty(exports, "Permission", { enumerable: true, get: function () { return Permission_1.Permission; } }); | ||
var ResponsePermission_1 = require("./models/ResponsePermission"); | ||
Object.defineProperty(exports, "ResponsePermission", { enumerable: true, get: function () { return ResponsePermission_1.ResponsePermission; } }); | ||
var UserAction_1 = require("./models/UserAction"); | ||
Object.defineProperty(exports, "UserAction", { enumerable: true, get: function () { return UserAction_1.UserAction; } }); | ||
var AuthService_1 = require("./services/AuthService"); | ||
Object.defineProperty(exports, "AuthService", { enumerable: true, get: function () { return AuthService_1.AuthService; } }); | ||
var ImportService_1 = require("./services/ImportService"); | ||
Object.defineProperty(exports, "ImportService", { enumerable: true, get: function () { return ImportService_1.ImportService; } }); | ||
var PermissionService_1 = require("./services/PermissionService"); | ||
Object.defineProperty(exports, "PermissionService", { enumerable: true, get: function () { return PermissionService_1.PermissionService; } }); | ||
var RunnerOrganisationService_1 = require("./services/RunnerOrganisationService"); | ||
Object.defineProperty(exports, "RunnerOrganisationService", { enumerable: true, get: function () { return RunnerOrganisationService_1.RunnerOrganisationService; } }); | ||
var RunnerService_1 = require("./services/RunnerService"); | ||
Object.defineProperty(exports, "RunnerService", { enumerable: true, get: function () { return RunnerService_1.RunnerService; } }); | ||
var RunnerTeamService_1 = require("./services/RunnerTeamService"); | ||
Object.defineProperty(exports, "RunnerTeamService", { enumerable: true, get: function () { return RunnerTeamService_1.RunnerTeamService; } }); | ||
var StatsClientService_1 = require("./services/StatsClientService"); | ||
Object.defineProperty(exports, "StatsClientService", { enumerable: true, get: function () { return StatsClientService_1.StatsClientService; } }); | ||
var StatsService_1 = require("./services/StatsService"); | ||
Object.defineProperty(exports, "StatsService", { enumerable: true, get: function () { return StatsService_1.StatsService; } }); | ||
var StatusService_1 = require("./services/StatusService"); | ||
Object.defineProperty(exports, "StatusService", { enumerable: true, get: function () { return StatusService_1.StatusService; } }); | ||
var TrackService_1 = require("./services/TrackService"); | ||
Object.defineProperty(exports, "TrackService", { enumerable: true, get: function () { return TrackService_1.TrackService; } }); | ||
var UserGroupService_1 = require("./services/UserGroupService"); | ||
Object.defineProperty(exports, "UserGroupService", { enumerable: true, get: function () { return UserGroupService_1.UserGroupService; } }); | ||
var UserService_1 = require("./services/UserService"); | ||
Object.defineProperty(exports, "UserService", { enumerable: true, get: function () { return UserService_1.UserService; } }); |
@@ -15,3 +15,4 @@ export declare type Permission = { | ||
PERMISSION = "PERMISSION", | ||
STATSCLIENT = "STATSCLIENT" | ||
STATSCLIENT = "STATSCLIENT", | ||
DONOR = "DONOR" | ||
} | ||
@@ -18,0 +19,0 @@ enum action { |
@@ -19,2 +19,3 @@ "use strict"; | ||
target["STATSCLIENT"] = "STATSCLIENT"; | ||
target["DONOR"] = "DONOR"; | ||
})(target = Permission.target || (Permission.target = {})); | ||
@@ -21,0 +22,0 @@ let action; |
{ | ||
"name": "@odit/lfk-client-js", | ||
"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"license": "CC-BY-NC-SA-4.0", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
39127
57
588