@xapp/stentor-service-pii 1.43.35 → 1.43.38

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.
@@ -12,7 +12,7 @@ export interface AmznProfileErrorResponse {
12
12
  error_description: string;
13
13
  error: string;
14
14
  }
15
- export declare type AmznProfile = AmznProfileResponse | AmznProfileErrorResponse;
15
+ export type AmznProfile = AmznProfileResponse | AmznProfileErrorResponse;
16
16
  export declare function isAmznError(response: AmznProfile): response is AmznProfileErrorResponse;
17
17
  export declare function getAmznUserProfile(accessToken: string): Promise<AmznProfile>;
18
18
  /**
@@ -28,6 +28,6 @@ export interface CompanyxProfileErrorResponse {
28
28
  error_description: string;
29
29
  error: string;
30
30
  }
31
- export declare type CompanyxProfile = CompanyxProfileResponse | CompanyxProfileErrorResponse;
31
+ export type CompanyxProfile = CompanyxProfileResponse | CompanyxProfileErrorResponse;
32
32
  export declare function getCompanyxUserProfile(accessToken: string): Promise<CompanyxProfile>;
33
33
  export declare function isCompanyxError(response: CompanyxProfile): response is CompanyxProfileErrorResponse;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.43.35",
7
+ "version": "1.43.38",
8
8
  "description": "Service to manage PII within an isolated database",
9
9
  "types": "lib/index",
10
10
  "main": "lib/index",
@@ -19,12 +19,12 @@
19
19
  "@types/lodash": "4.14.191",
20
20
  "@xapp/config": "0.2.3",
21
21
  "chai": "4.3.7",
22
- "stentor-models": "1.57.19",
23
- "stentor-utils": "1.57.20",
24
- "typescript": "4.8.4"
22
+ "stentor-models": "1.57.39",
23
+ "stentor-utils": "1.57.39",
24
+ "typescript": "4.9.4"
25
25
  },
26
26
  "dependencies": {
27
- "@xapp/stentor-service-dynamo": "1.43.35",
27
+ "@xapp/stentor-service-dynamo": "1.43.38",
28
28
  "lodash.clonedeep": "4.5.0",
29
29
  "lodash.isequal": "4.5.0"
30
30
  },
@@ -36,5 +36,5 @@
36
36
  "build": "tsc -d true -p .",
37
37
  "clean": "rm -rf ./lib/*"
38
38
  },
39
- "gitHead": "a0f0364b5790de99489e0d3b7d6521c1e2acf904"
39
+ "gitHead": "20cf1f5889cc4a3ac7531b91178bc1ba63e1decd"
40
40
  }