@mcma/client
Advanced tools
Comparing version 0.16.17 to 0.16.18
export * from "./lib"; |
@@ -0,0 +0,0 @@ "use strict"; |
import { AccessTokenProvider } from "./access-token-provider"; | ||
import { AuthTypeRegistration } from "../auth-type-registration"; | ||
export declare function accessTokenAuth<T>(tokenProvider: AccessTokenProvider<T>, authType?: string, authContext?: T): AuthTypeRegistration; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { AccessTokenProvider } from "./access-token-provider"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { AccessToken } from "./access-token"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface AccessToken { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export * from "./access-token"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Authenticator } from "./authenticator"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Authenticator } from "./authenticator"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { HttpRequestConfig } from "../http/http-request-config"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export * from "./auth-provider"; |
@@ -0,0 +0,0 @@ "use strict"; |
import { ConfigVariables } from "@mcma/core"; | ||
export declare function getApiKeySecretId(configVariables?: ConfigVariables): string; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./config-variables-ext"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { SecretsProvider } from "@mcma/secrets"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { HttpRequestConfig } from "../../http"; |
@@ -0,0 +0,0 @@ "use strict"; |
import { AuthTypeRegistration } from "../auth-type-registration"; | ||
import { McmaApiKeyAuthenticatorConfig } from "./mcma-api-key-authenticator-config"; | ||
export declare function mcmaApiKeyAuth(config: McmaApiKeyAuthenticatorConfig): AuthTypeRegistration; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const McmaHeaders: Readonly<{ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { AxiosResponse, AxiosRequestConfig } from "axios"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { AxiosRequestConfig } from "axios"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { HttpRequestConfig } from "."; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export * from "./headers"; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from "./auth"; | ||
export * from "./http"; | ||
export * from "./resources"; |
@@ -0,0 +0,0 @@ "use strict"; |
import { ResourceManagerConfig } from "./resource-manager-config"; | ||
import { ConfigVariables } from "@mcma/core"; | ||
export declare function getResourceManagerConfig(configVariables?: ConfigVariables): ResourceManagerConfig; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from "./config-variables-ext"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { AxiosResponse } from "axios"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { HttpClientConfig } from "../http"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { ConfigVariables } from "@mcma/core"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { McmaResource, McmaResourceType, NotificationEndpointProperties } from "@mcma/core"; |
@@ -11,3 +11,3 @@ "use strict"; | ||
QuerySortOrder["Descending"] = "desc"; | ||
})(QuerySortOrder = exports.QuerySortOrder || (exports.QuerySortOrder = {})); | ||
})(QuerySortOrder || (exports.QuerySortOrder = QuerySortOrder = {})); | ||
class ResourceManager { | ||
@@ -14,0 +14,0 @@ config; |
@@ -0,0 +0,0 @@ import { ServiceProperties } from "@mcma/core"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@mcma/client", | ||
"version": "0.16.17", | ||
"version": "0.16.18", | ||
"description": "Node module with classes and functions used to access services in an MCMA environment", | ||
"engines": { | ||
"node": "^18.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -32,14 +32,14 @@ "type": "commonjs", | ||
"dependencies": { | ||
"axios": "^1.6.2" | ||
"axios": "^1.7.2" | ||
}, | ||
"peerDependencies": { | ||
"@mcma/core": "0.16.17", | ||
"@mcma/secrets": "0.16.17" | ||
"@mcma/core": "0.16.18", | ||
"@mcma/secrets": "0.16.18" | ||
}, | ||
"devDependencies": { | ||
"@mcma/core": "0.16.17", | ||
"@mcma/secrets": "0.16.17", | ||
"@types/node": "^18.15.10", | ||
"jasmine": "^3.3.1" | ||
"@mcma/core": "0.16.18", | ||
"@mcma/secrets": "0.16.18", | ||
"@types/node": "^18.19.34", | ||
"jasmine": "^5.1.0" | ||
} | ||
} |
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
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
44712
+ Added@mcma/core@0.16.18(transitive)
+ Added@mcma/secrets@0.16.18(transitive)
- Removed@mcma/core@0.16.17(transitive)
- Removed@mcma/secrets@0.16.17(transitive)
Updatedaxios@^1.7.2