1 | "use strict";
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | Object.defineProperty(exports, "__esModule", { value: true });
|
7 | exports.RepositoryBindings = exports.RepositoryTags = void 0;
|
8 |
|
9 |
|
10 |
|
11 | var RepositoryTags;
|
12 | (function (RepositoryTags) {
|
13 | |
14 |
|
15 |
|
16 | RepositoryTags.MODEL = 'model';
|
17 | |
18 |
|
19 |
|
20 | RepositoryTags.REPOSITORY = 'repository';
|
21 | |
22 |
|
23 |
|
24 | RepositoryTags.DATASOURCE = 'datasource';
|
25 | })(RepositoryTags || (exports.RepositoryTags = RepositoryTags = {}));
|
26 |
|
27 |
|
28 |
|
29 | var RepositoryBindings;
|
30 | (function (RepositoryBindings) {
|
31 | |
32 |
|
33 |
|
34 | RepositoryBindings.MODELS = 'models';
|
35 | |
36 |
|
37 |
|
38 | RepositoryBindings.REPOSITORIES = 'repositories';
|
39 | |
40 |
|
41 |
|
42 | RepositoryBindings.DATASOURCES = 'datasources';
|
43 | })(RepositoryBindings || (exports.RepositoryBindings = RepositoryBindings = {}));
|
44 |
|
\ | No newline at end of file |