Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 8b8a775

Browse files
Accommodate ENCL enhancements
Automated update to the codebase that produced the preceding PR erased the code in index.ts that allows the ENCL enhancements
1 parent 09097c6 commit 8b8a775

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/index.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,16 @@ export default {
6060
PredictionServiceClient,
6161
SpecialistPoolServiceClient,
6262
};
63+
6364
import * as protos from '../protos/protos';
6465
export {protos};
66+
67+
import {fromValue, toValue} from './helpers';
68+
69+
const helpers = {toValue, fromValue};
70+
71+
export {helpers};
72+
73+
import {_enhance} from './decorator';
74+
_enhance('v1beta1');
75+
_enhance('v1');

0 commit comments

Comments
 (0)