@trunkrs/common 1.9.9 → 1.9.92
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.
- package/package.json +1 -1
- package/services/client/MachineTokenClient/MachineTokenClientBase.d.ts +4 -0
- package/services/client/MachineTokenClient/MachineTokenClientBase.js +3 -0
- package/services/client/MachineTokenClient/MachineTokenClientBase.js.map +1 -0
- package/services/client/MachineTokenClient/index.d.ts +2 -1
- package/services/client/MachineTokenClient/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MachineTokenClientBase.js","sourceRoot":"","sources":["../../../../services/client/MachineTokenClient/MachineTokenClientBase.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import SecretsClient from '../../aws/SecretsClient';
|
|
2
2
|
import { Serializer } from '../../../utils/serialization';
|
|
3
3
|
import OAuthClient from '../OAuthClient';
|
|
4
|
-
|
|
4
|
+
import MachineTokenClientBase from './MachineTokenClientBase';
|
|
5
|
+
declare class MachineTokenClient implements MachineTokenClientBase {
|
|
5
6
|
protected readonly appClientSecretName: string;
|
|
6
7
|
protected readonly secretsClient: SecretsClient;
|
|
7
8
|
protected readonly oAuthClient: OAuthClient;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../services/client/MachineTokenClient/index.ts"],"names":[],"mappings":";;;;;AAOA,8EAAqD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../services/client/MachineTokenClient/index.ts"],"names":[],"mappings":";;;;;AAOA,8EAAqD;AAGrD,MAAM,kBAAkB;IACtB,YACqB,mBAA2B,EAC3B,aAA4B,EAC5B,WAAwB,EACxB,UAAsB;QAHtB,wBAAmB,GAAnB,mBAAmB,CAAQ;QAC3B,kBAAa,GAAb,aAAa,CAAe;QAC5B,gBAAW,GAAX,WAAW,CAAa;QACxB,eAAU,GAAV,UAAU,CAAY;IACxC,CAAC;IAEG,KAAK,CAAC,eAAe;QAC1B,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,cAAc,CAC7D,IAAI,CAAC,mBAAmB,CACzB,CAAA;QACD,IAAI,CAAC,eAAe,EAAE;YACpB,MAAM,IAAI,4BAAkB,EAAE,CAAA;SAC/B;QAED,MAAM,aAAa,GACjB,IAAI,CAAC,UAAU,CAAC,WAAW,CAAY,eAAe,CAAC,CAAA;QAEzD,MAAM,EAAE,WAAW,EAAE,GAAG,MAAM,IAAI,CAAC,WAAW,CAAC,qBAAqB,CAClE,aAAa,CACd,CAAA;QAED,OAAO,WAAW,CAAA;IACpB,CAAC;CACF;AAED,kBAAe,kBAAkB,CAAA"}
|