@clxmedia/credstore-client 2.0.5 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +8 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,4 +1,11 @@
1
- import { CredStoreBundle, CredStoreConfig, CredentialProvider, CredstoreCredential } from '@clxmedia/types/core/credstore';
1
+ import { CredentialsBundle, CredentialsProvider, CredentialsData } from '@clxmedia/types/core/credentials';
2
+ export type CredStoreConfig = {
3
+ api_server: string;
4
+ api_key?: string;
5
+ };
6
+ export type CredStoreBundle = CredentialsBundle;
7
+ export type CredentialProvider = CredentialsProvider;
8
+ export type CredstoreCredential = CredentialsData;
2
9
  export declare const XperienceEntityKeyValidator: (entityId: string | number, entitySecret: string, availableEntityKeys: string[]) => boolean;
3
10
  export declare const XperienceEntityKeyGenerator: (entityId: string | number, xperienceEntityKey: string) => string;
4
11
  export type OptionsBase = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/credstore-client",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "CLXperience Credstore Client",
5
5
  "author": "Brandon Thompson <brandont@clxmedia.com>",
6
6
  "license": "MIT",
@@ -36,7 +36,7 @@
36
36
  "bugs": "https://github.com/adsupnow/xperience-library/credstore-client",
37
37
  "peerDependencies": {},
38
38
  "dependencies": {
39
- "@clxmedia/types": "1.0.16",
39
+ "@clxmedia/types": "1.10.2",
40
40
  "axios": "1.6.8",
41
41
  "jsonwebtoken": "9.0.2",
42
42
  "luxon": "3.4.4"