contensis-management-api
Advanced tools
Comparing version 2.1.4 to 2.1.5
export { ManagementQuery as Query, ManagementZenqlQuery as ZenqlQuery, Op, OrderBy } from 'contensis-core-api'; | ||
export { Client } from './client/client'; | ||
export { UniversalClient } from './client/universal_client'; |
export { ManagementQuery as Query, ManagementZenqlQuery as ZenqlQuery, Op, OrderBy } from 'contensis-core-api'; | ||
export { Client } from './client/client'; | ||
export { UniversalClient } from './client/universal_client'; |
@@ -8,2 +8,8 @@ # Changelog | ||
## [2.1.5] - 2023-10-18 | ||
### Changed | ||
- export `UniversalClient` in package root | ||
## [2.1.4] - 2023-10-16 | ||
@@ -10,0 +16,0 @@ |
@@ -0,0 +0,0 @@ // Karma configuration |
export { ManagementQuery as Query, ManagementZenqlQuery as ZenqlQuery, Op, OrderBy } from 'contensis-core-api'; | ||
export { Client } from './client/client'; | ||
export { UniversalClient } from './client/universal_client'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Client = exports.OrderBy = exports.Op = exports.ZenqlQuery = exports.Query = void 0; | ||
exports.UniversalClient = exports.Client = exports.OrderBy = exports.Op = exports.ZenqlQuery = exports.Query = void 0; | ||
var contensis_core_api_1 = require("contensis-core-api"); | ||
@@ -11,1 +11,3 @@ Object.defineProperty(exports, "Query", { enumerable: true, get: function () { return contensis_core_api_1.ManagementQuery; } }); | ||
Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } }); | ||
var universal_client_1 = require("./client/universal_client"); | ||
Object.defineProperty(exports, "UniversalClient", { enumerable: true, get: function () { return universal_client_1.UniversalClient; } }); |
{ | ||
"name": "contensis-management-api", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Contensis Javascript Management API", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -0,0 +0,0 @@ import * as Contensis from '../index'; |
@@ -0,0 +0,0 @@ import * as Contensis from '../index'; |
@@ -1,2 +0,3 @@ | ||
export { ManagementQuery as Query, ManagementZenqlQuery as ZenqlQuery, Op, OrderBy } from 'contensis-core-api'; | ||
export { ManagementQuery as Query, ManagementZenqlQuery as ZenqlQuery, Op, OrderBy } from 'contensis-core-api'; | ||
export { Client } from './client/client'; | ||
export { UniversalClient } from './client/universal_client'; |
@@ -0,0 +0,0 @@ export interface BasePermission { |
@@ -0,0 +0,0 @@ import { ContensisClient } from './ContensisClient'; |
@@ -0,0 +0,0 @@ export type GroupType = 'sys' | 'contensis' | 'external'; |
@@ -0,0 +0,0 @@ import { Group, GroupToCreate } from './Group'; |
@@ -0,0 +0,0 @@ export * from './AllowedPermissions'; |
@@ -0,0 +0,0 @@ import { Redirect } from './Redirect'; |
@@ -0,0 +0,0 @@ import { User, UserToCreate } from './User'; |
@@ -0,0 +0,0 @@ import { Permission } from './Permission'; |
@@ -0,0 +0,0 @@ import { BasePermission } from './BasePermission'; |
@@ -0,0 +0,0 @@ import { BasePermission } from './BasePermission'; |
@@ -0,0 +0,0 @@ interface RedirectMatch { |
@@ -0,0 +0,0 @@ export interface CredentialsProvider { |
@@ -0,0 +0,0 @@ import * as Contensis from '../index'; |
@@ -0,0 +0,0 @@ import { ContensisClient, IRedirectOperations, Redirect } from '../models'; |
@@ -0,0 +0,0 @@ import { ContensisClient, IRoleOperations, Role } from '../models'; |
@@ -0,0 +0,0 @@ import { ContensisClient, Group, GroupListOptions, IGroupOperations, User, UserListOptions, GroupUserListOptions, GroupChildListOptions, GroupToCreate } from '../../models'; |
@@ -0,0 +0,0 @@ import { ContensisClient, IUserOperations, User, UserListOptions, Group, UserGroupsOptions, UserUpdatePasswordOptions, UserToCreate } from '../../models'; |
@@ -0,0 +0,0 @@ import { Config, User, Group } from './models'; |
@@ -0,0 +0,0 @@ var webpack = require("webpack"); |
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
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
788940
17023
482