1 | "use strict";
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | Object.defineProperty(exports, "__esModule", { value: true });
|
7 | exports.ContextBindings = exports.LOCAL_INTERCEPTOR_NAMESPACE = exports.GLOBAL_INTERCEPTOR_NAMESPACE = exports.ContextTags = void 0;
|
8 | const binding_key_1 = require("./binding-key");
|
9 |
|
10 |
|
11 |
|
12 | var ContextTags;
|
13 | (function (ContextTags) {
|
14 | ContextTags.CLASS = 'class';
|
15 | ContextTags.PROVIDER = 'provider';
|
16 | ContextTags.DYNAMIC_VALUE_PROVIDER = 'dynamicValueProvider';
|
17 | |
18 |
|
19 |
|
20 | ContextTags.TYPE = 'type';
|
21 | |
22 |
|
23 |
|
24 | ContextTags.NAMESPACE = 'namespace';
|
25 | |
26 |
|
27 |
|
28 | ContextTags.NAME = 'name';
|
29 | |
30 |
|
31 |
|
32 | ContextTags.KEY = 'key';
|
33 | |
34 |
|
35 |
|
36 | ContextTags.CONFIGURATION_FOR = 'configurationFor';
|
37 | |
38 |
|
39 |
|
40 | ContextTags.GLOBAL_INTERCEPTOR = 'globalInterceptor';
|
41 | |
42 |
|
43 |
|
44 |
|
45 |
|
46 | ContextTags.GLOBAL_INTERCEPTOR_SOURCE = 'globalInterceptorSource';
|
47 | |
48 |
|
49 |
|
50 | ContextTags.GLOBAL_INTERCEPTOR_GROUP = 'globalInterceptorGroup';
|
51 | })(ContextTags || (exports.ContextTags = ContextTags = {}));
|
52 |
|
53 |
|
54 |
|
55 | exports.GLOBAL_INTERCEPTOR_NAMESPACE = 'globalInterceptors';
|
56 |
|
57 |
|
58 |
|
59 | exports.LOCAL_INTERCEPTOR_NAMESPACE = 'interceptors';
|
60 |
|
61 |
|
62 |
|
63 | var ContextBindings;
|
64 | (function (ContextBindings) {
|
65 | |
66 |
|
67 |
|
68 | ContextBindings.CONFIGURATION_RESOLVER = binding_key_1.BindingKey.create(`${binding_key_1.BindingKey.CONFIG_NAMESPACE}.resolver`);
|
69 | |
70 |
|
71 |
|
72 | ContextBindings.GLOBAL_INTERCEPTOR_ORDERED_GROUPS = binding_key_1.BindingKey.create('globalInterceptor.orderedGroups');
|
73 | })(ContextBindings || (exports.ContextBindings = ContextBindings = {}));
|
74 |
|
\ | No newline at end of file |