@redocly/config 0.49.0 → 0.49.1
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/lib/asyncapi-config-schema.d.ts +106 -106
- package/lib/common.d.ts +158 -135
- package/lib/constants/config.d.ts +10 -10
- package/lib/constants/entities.d.ts +21 -43
- package/lib/default-theme-config-schema.d.ts +3534 -3488
- package/lib/entities-catalog-config-schema.d.ts +469 -469
- package/lib/entities-catalog-entity-file-schema.d.ts +441 -441
- package/lib/ex-theme-config-schemas.d.ts +3020 -2997
- package/lib/feedback-config-schema.d.ts +99 -99
- package/lib/graphql-config-schema.d.ts +165 -165
- package/lib/index.js +1 -1
- package/lib/product-override-schema.d.ts +11541 -11518
- package/lib/redoc-config-schema.d.ts +155 -155
- package/lib/reference-docs-config-schema.d.ts +481 -481
- package/lib/reunite-config-schema.d.ts +41 -41
- package/lib/root-config-schema.d.ts +52129 -51710
- package/lib/scorecards-config-schema.d.ts +405 -405
- package/lib-esm/asyncapi-config-schema.d.ts +106 -106
- package/lib-esm/common.d.ts +158 -135
- package/lib-esm/constants/config.d.ts +10 -10
- package/lib-esm/constants/entities.d.ts +21 -43
- package/lib-esm/default-theme-config-schema.d.ts +3534 -3488
- package/lib-esm/entities-catalog-config-schema.d.ts +469 -469
- package/lib-esm/entities-catalog-entity-file-schema.d.ts +441 -441
- package/lib-esm/ex-theme-config-schemas.d.ts +3020 -2997
- package/lib-esm/feedback-config-schema.d.ts +99 -99
- package/lib-esm/graphql-config-schema.d.ts +165 -165
- package/lib-esm/index.js +1 -1
- package/lib-esm/product-override-schema.d.ts +11541 -11518
- package/lib-esm/redoc-config-schema.d.ts +155 -155
- package/lib-esm/reference-docs-config-schema.d.ts +481 -481
- package/lib-esm/reunite-config-schema.d.ts +41 -41
- package/lib-esm/root-config-schema.d.ts +52129 -51710
- package/lib-esm/scorecards-config-schema.d.ts +405 -405
- package/package.json +9 -9
package/lib/common.d.ts
CHANGED
|
@@ -1,247 +1,270 @@
|
|
|
1
|
-
export declare const ruleTypes: readonly [
|
|
1
|
+
export declare const ruleTypes: readonly ['rules', 'oas2Rules', 'oas3_0Rules', 'oas3_1Rules', 'oas3_2Rules', 'async2Rules', 'async3Rules', 'arazzo1Rules', 'arazzo1_1Rules', 'overlay1Rules', 'openrpc1Rules'];
|
|
2
2
|
export type RuleTypes = (typeof ruleTypes)[number];
|
|
3
|
-
export declare const preprocessorTypes: readonly [
|
|
3
|
+
export declare const preprocessorTypes: readonly ['preprocessors', 'oas2Preprocessors', 'oas3_0Preprocessors', 'oas3_1Preprocessors', 'oas3_2Preprocessors', 'async2Preprocessors', 'async3Preprocessors', 'arazzo1Preprocessors', 'arazzo1_1Preprocessors', 'overlay1Preprocessors', 'openrpc1Preprocessors'];
|
|
4
4
|
export type PreprocessorTypes = (typeof preprocessorTypes)[number];
|
|
5
|
-
export declare const decoratorTypes: readonly [
|
|
5
|
+
export declare const decoratorTypes: readonly ['decorators', 'oas2Decorators', 'oas3_0Decorators', 'oas3_1Decorators', 'oas3_2Decorators', 'async2Decorators', 'async3Decorators', 'arazzo1Decorators', 'arazzo1_1Decorators', 'overlay1Decorators', 'openrpc1Decorators'];
|
|
6
6
|
export type DecoratorTypes = (typeof decoratorTypes)[number];
|
|
7
7
|
export declare const configGovernanceSchema: {
|
|
8
8
|
extends: {
|
|
9
9
|
readonly nodeTypeName: undefined;
|
|
10
|
-
readonly type:
|
|
10
|
+
readonly type: 'array';
|
|
11
11
|
readonly items: {
|
|
12
|
-
readonly type:
|
|
12
|
+
readonly type: 'string';
|
|
13
13
|
};
|
|
14
|
-
readonly description:
|
|
15
|
-
readonly documentationLink:
|
|
14
|
+
readonly description: 'Use extends to inherit rules and their configurations from other rulesets.';
|
|
15
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/extends';
|
|
16
16
|
};
|
|
17
|
-
|
|
18
|
-
readonly nodeTypeName: undefined;
|
|
19
|
-
readonly type: "object";
|
|
20
|
-
readonly additionalProperties: true;
|
|
21
|
-
};
|
|
22
|
-
oas2Preprocessors: {
|
|
23
|
-
readonly nodeTypeName: undefined;
|
|
24
|
-
readonly type: "object";
|
|
25
|
-
readonly additionalProperties: true;
|
|
26
|
-
};
|
|
27
|
-
oas3_0Preprocessors: {
|
|
17
|
+
arazzo1Decorators: {
|
|
28
18
|
readonly nodeTypeName: undefined;
|
|
29
|
-
readonly type:
|
|
19
|
+
readonly type: 'object';
|
|
30
20
|
readonly additionalProperties: true;
|
|
31
21
|
};
|
|
32
|
-
|
|
22
|
+
arazzo1Preprocessors: {
|
|
33
23
|
readonly nodeTypeName: undefined;
|
|
34
|
-
readonly type:
|
|
24
|
+
readonly type: 'object';
|
|
35
25
|
readonly additionalProperties: true;
|
|
36
26
|
};
|
|
37
|
-
|
|
27
|
+
arazzo1Rules: {
|
|
38
28
|
readonly nodeTypeName: undefined;
|
|
39
|
-
readonly type:
|
|
40
|
-
readonly additionalProperties:
|
|
29
|
+
readonly type: 'object';
|
|
30
|
+
readonly additionalProperties: {
|
|
31
|
+
readonly oneOf: readonly [{
|
|
32
|
+
readonly type: 'string';
|
|
33
|
+
}, {
|
|
34
|
+
readonly type: 'object';
|
|
35
|
+
}];
|
|
36
|
+
};
|
|
37
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
38
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
41
39
|
};
|
|
42
|
-
|
|
40
|
+
arazzo1_1Decorators: {
|
|
43
41
|
readonly nodeTypeName: undefined;
|
|
44
|
-
readonly type:
|
|
42
|
+
readonly type: 'object';
|
|
45
43
|
readonly additionalProperties: true;
|
|
46
44
|
};
|
|
47
|
-
|
|
45
|
+
arazzo1_1Preprocessors: {
|
|
48
46
|
readonly nodeTypeName: undefined;
|
|
49
|
-
readonly type:
|
|
47
|
+
readonly type: 'object';
|
|
50
48
|
readonly additionalProperties: true;
|
|
51
49
|
};
|
|
52
|
-
|
|
50
|
+
arazzo1_1Rules: {
|
|
53
51
|
readonly nodeTypeName: undefined;
|
|
54
|
-
readonly type:
|
|
55
|
-
readonly additionalProperties:
|
|
52
|
+
readonly type: 'object';
|
|
53
|
+
readonly additionalProperties: {
|
|
54
|
+
readonly oneOf: readonly [{
|
|
55
|
+
readonly type: 'string';
|
|
56
|
+
}, {
|
|
57
|
+
readonly type: 'object';
|
|
58
|
+
}];
|
|
59
|
+
};
|
|
60
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
61
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
56
62
|
};
|
|
57
|
-
|
|
63
|
+
async2Decorators: {
|
|
58
64
|
readonly nodeTypeName: undefined;
|
|
59
|
-
readonly type:
|
|
65
|
+
readonly type: 'object';
|
|
60
66
|
readonly additionalProperties: true;
|
|
61
67
|
};
|
|
62
|
-
|
|
68
|
+
async2Preprocessors: {
|
|
63
69
|
readonly nodeTypeName: undefined;
|
|
64
|
-
readonly type:
|
|
70
|
+
readonly type: 'object';
|
|
65
71
|
readonly additionalProperties: true;
|
|
66
72
|
};
|
|
67
|
-
|
|
73
|
+
async2Rules: {
|
|
68
74
|
readonly nodeTypeName: undefined;
|
|
69
|
-
readonly type:
|
|
70
|
-
readonly additionalProperties:
|
|
75
|
+
readonly type: 'object';
|
|
76
|
+
readonly additionalProperties: {
|
|
77
|
+
readonly oneOf: readonly [{
|
|
78
|
+
readonly type: 'string';
|
|
79
|
+
}, {
|
|
80
|
+
readonly type: 'object';
|
|
81
|
+
}];
|
|
82
|
+
};
|
|
83
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
84
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
71
85
|
};
|
|
72
|
-
|
|
86
|
+
async3Decorators: {
|
|
73
87
|
readonly nodeTypeName: undefined;
|
|
74
|
-
readonly type:
|
|
88
|
+
readonly type: 'object';
|
|
75
89
|
readonly additionalProperties: true;
|
|
76
90
|
};
|
|
77
|
-
|
|
91
|
+
async3Preprocessors: {
|
|
78
92
|
readonly nodeTypeName: undefined;
|
|
79
|
-
readonly type:
|
|
93
|
+
readonly type: 'object';
|
|
80
94
|
readonly additionalProperties: true;
|
|
81
95
|
};
|
|
82
|
-
|
|
96
|
+
async3Rules: {
|
|
83
97
|
readonly nodeTypeName: undefined;
|
|
84
|
-
readonly type:
|
|
85
|
-
readonly additionalProperties:
|
|
98
|
+
readonly type: 'object';
|
|
99
|
+
readonly additionalProperties: {
|
|
100
|
+
readonly oneOf: readonly [{
|
|
101
|
+
readonly type: 'string';
|
|
102
|
+
}, {
|
|
103
|
+
readonly type: 'object';
|
|
104
|
+
}];
|
|
105
|
+
};
|
|
106
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
107
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
86
108
|
};
|
|
87
|
-
|
|
109
|
+
decorators: {
|
|
88
110
|
readonly nodeTypeName: undefined;
|
|
89
|
-
readonly type:
|
|
111
|
+
readonly type: 'object';
|
|
90
112
|
readonly additionalProperties: true;
|
|
91
113
|
};
|
|
92
|
-
|
|
114
|
+
oas2Decorators: {
|
|
93
115
|
readonly nodeTypeName: undefined;
|
|
94
|
-
readonly type:
|
|
116
|
+
readonly type: 'object';
|
|
95
117
|
readonly additionalProperties: true;
|
|
96
118
|
};
|
|
97
|
-
|
|
119
|
+
oas2Preprocessors: {
|
|
98
120
|
readonly nodeTypeName: undefined;
|
|
99
|
-
readonly type:
|
|
121
|
+
readonly type: 'object';
|
|
100
122
|
readonly additionalProperties: true;
|
|
101
123
|
};
|
|
102
|
-
|
|
124
|
+
oas2Rules: {
|
|
103
125
|
readonly nodeTypeName: undefined;
|
|
104
|
-
readonly type:
|
|
105
|
-
readonly additionalProperties:
|
|
126
|
+
readonly type: 'object';
|
|
127
|
+
readonly additionalProperties: {
|
|
128
|
+
readonly oneOf: readonly [{
|
|
129
|
+
readonly type: 'string';
|
|
130
|
+
}, {
|
|
131
|
+
readonly type: 'object';
|
|
132
|
+
}];
|
|
133
|
+
};
|
|
134
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
135
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
106
136
|
};
|
|
107
|
-
|
|
137
|
+
oas3_0Decorators: {
|
|
108
138
|
readonly nodeTypeName: undefined;
|
|
109
|
-
readonly type:
|
|
139
|
+
readonly type: 'object';
|
|
110
140
|
readonly additionalProperties: true;
|
|
111
141
|
};
|
|
112
|
-
|
|
142
|
+
oas3_0Preprocessors: {
|
|
113
143
|
readonly nodeTypeName: undefined;
|
|
114
|
-
readonly type:
|
|
144
|
+
readonly type: 'object';
|
|
115
145
|
readonly additionalProperties: true;
|
|
116
146
|
};
|
|
117
|
-
|
|
147
|
+
oas3_0Rules: {
|
|
118
148
|
readonly nodeTypeName: undefined;
|
|
119
|
-
readonly type:
|
|
149
|
+
readonly type: 'object';
|
|
120
150
|
readonly additionalProperties: {
|
|
121
151
|
readonly oneOf: readonly [{
|
|
122
|
-
readonly type:
|
|
152
|
+
readonly type: 'string';
|
|
123
153
|
}, {
|
|
124
|
-
readonly type:
|
|
154
|
+
readonly type: 'object';
|
|
125
155
|
}];
|
|
126
156
|
};
|
|
127
|
-
readonly description:
|
|
128
|
-
readonly documentationLink:
|
|
157
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
158
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
129
159
|
};
|
|
130
|
-
|
|
160
|
+
oas3_1Decorators: {
|
|
131
161
|
readonly nodeTypeName: undefined;
|
|
132
|
-
readonly type:
|
|
133
|
-
readonly additionalProperties:
|
|
134
|
-
readonly oneOf: readonly [{
|
|
135
|
-
readonly type: "string";
|
|
136
|
-
}, {
|
|
137
|
-
readonly type: "object";
|
|
138
|
-
}];
|
|
139
|
-
};
|
|
140
|
-
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
141
|
-
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
162
|
+
readonly type: 'object';
|
|
163
|
+
readonly additionalProperties: true;
|
|
142
164
|
};
|
|
143
|
-
|
|
165
|
+
oas3_1Preprocessors: {
|
|
144
166
|
readonly nodeTypeName: undefined;
|
|
145
|
-
readonly type:
|
|
146
|
-
readonly additionalProperties:
|
|
147
|
-
readonly oneOf: readonly [{
|
|
148
|
-
readonly type: "string";
|
|
149
|
-
}, {
|
|
150
|
-
readonly type: "object";
|
|
151
|
-
}];
|
|
152
|
-
};
|
|
153
|
-
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
154
|
-
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
167
|
+
readonly type: 'object';
|
|
168
|
+
readonly additionalProperties: true;
|
|
155
169
|
};
|
|
156
170
|
oas3_1Rules: {
|
|
157
171
|
readonly nodeTypeName: undefined;
|
|
158
|
-
readonly type:
|
|
172
|
+
readonly type: 'object';
|
|
159
173
|
readonly additionalProperties: {
|
|
160
174
|
readonly oneOf: readonly [{
|
|
161
|
-
readonly type:
|
|
175
|
+
readonly type: 'string';
|
|
162
176
|
}, {
|
|
163
|
-
readonly type:
|
|
177
|
+
readonly type: 'object';
|
|
164
178
|
}];
|
|
165
179
|
};
|
|
166
|
-
readonly description:
|
|
167
|
-
readonly documentationLink:
|
|
180
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
181
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
182
|
+
};
|
|
183
|
+
oas3_2Decorators: {
|
|
184
|
+
readonly nodeTypeName: undefined;
|
|
185
|
+
readonly type: 'object';
|
|
186
|
+
readonly additionalProperties: true;
|
|
187
|
+
};
|
|
188
|
+
oas3_2Preprocessors: {
|
|
189
|
+
readonly nodeTypeName: undefined;
|
|
190
|
+
readonly type: 'object';
|
|
191
|
+
readonly additionalProperties: true;
|
|
168
192
|
};
|
|
169
193
|
oas3_2Rules: {
|
|
170
194
|
readonly nodeTypeName: undefined;
|
|
171
|
-
readonly type:
|
|
195
|
+
readonly type: 'object';
|
|
172
196
|
readonly additionalProperties: {
|
|
173
197
|
readonly oneOf: readonly [{
|
|
174
|
-
readonly type:
|
|
198
|
+
readonly type: 'string';
|
|
175
199
|
}, {
|
|
176
|
-
readonly type:
|
|
200
|
+
readonly type: 'object';
|
|
177
201
|
}];
|
|
178
202
|
};
|
|
179
|
-
readonly description:
|
|
180
|
-
readonly documentationLink:
|
|
203
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
204
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
181
205
|
};
|
|
182
|
-
|
|
206
|
+
openrpc1Decorators: {
|
|
183
207
|
readonly nodeTypeName: undefined;
|
|
184
|
-
readonly type:
|
|
185
|
-
readonly additionalProperties:
|
|
186
|
-
readonly oneOf: readonly [{
|
|
187
|
-
readonly type: "string";
|
|
188
|
-
}, {
|
|
189
|
-
readonly type: "object";
|
|
190
|
-
}];
|
|
191
|
-
};
|
|
192
|
-
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
193
|
-
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
208
|
+
readonly type: 'object';
|
|
209
|
+
readonly additionalProperties: true;
|
|
194
210
|
};
|
|
195
|
-
|
|
211
|
+
openrpc1Preprocessors: {
|
|
196
212
|
readonly nodeTypeName: undefined;
|
|
197
|
-
readonly type:
|
|
198
|
-
readonly additionalProperties:
|
|
199
|
-
readonly oneOf: readonly [{
|
|
200
|
-
readonly type: "string";
|
|
201
|
-
}, {
|
|
202
|
-
readonly type: "object";
|
|
203
|
-
}];
|
|
204
|
-
};
|
|
205
|
-
readonly description: "The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.";
|
|
206
|
-
readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
|
|
213
|
+
readonly type: 'object';
|
|
214
|
+
readonly additionalProperties: true;
|
|
207
215
|
};
|
|
208
|
-
|
|
216
|
+
openrpc1Rules: {
|
|
209
217
|
readonly nodeTypeName: undefined;
|
|
210
|
-
readonly type:
|
|
218
|
+
readonly type: 'object';
|
|
211
219
|
readonly additionalProperties: {
|
|
212
220
|
readonly oneOf: readonly [{
|
|
213
|
-
readonly type:
|
|
221
|
+
readonly type: 'string';
|
|
214
222
|
}, {
|
|
215
|
-
readonly type:
|
|
223
|
+
readonly type: 'object';
|
|
216
224
|
}];
|
|
217
225
|
};
|
|
218
|
-
readonly description:
|
|
219
|
-
readonly documentationLink:
|
|
226
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
227
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
228
|
+
};
|
|
229
|
+
overlay1Decorators: {
|
|
230
|
+
readonly nodeTypeName: undefined;
|
|
231
|
+
readonly type: 'object';
|
|
232
|
+
readonly additionalProperties: true;
|
|
233
|
+
};
|
|
234
|
+
overlay1Preprocessors: {
|
|
235
|
+
readonly nodeTypeName: undefined;
|
|
236
|
+
readonly type: 'object';
|
|
237
|
+
readonly additionalProperties: true;
|
|
220
238
|
};
|
|
221
239
|
overlay1Rules: {
|
|
222
240
|
readonly nodeTypeName: undefined;
|
|
223
|
-
readonly type:
|
|
241
|
+
readonly type: 'object';
|
|
224
242
|
readonly additionalProperties: {
|
|
225
243
|
readonly oneOf: readonly [{
|
|
226
|
-
readonly type:
|
|
244
|
+
readonly type: 'string';
|
|
227
245
|
}, {
|
|
228
|
-
readonly type:
|
|
246
|
+
readonly type: 'object';
|
|
229
247
|
}];
|
|
230
248
|
};
|
|
231
|
-
readonly description:
|
|
232
|
-
readonly documentationLink:
|
|
249
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
250
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
233
251
|
};
|
|
234
|
-
|
|
252
|
+
preprocessors: {
|
|
253
|
+
readonly nodeTypeName: undefined;
|
|
254
|
+
readonly type: 'object';
|
|
255
|
+
readonly additionalProperties: true;
|
|
256
|
+
};
|
|
257
|
+
rules: {
|
|
235
258
|
readonly nodeTypeName: undefined;
|
|
236
|
-
readonly type:
|
|
259
|
+
readonly type: 'object';
|
|
237
260
|
readonly additionalProperties: {
|
|
238
261
|
readonly oneOf: readonly [{
|
|
239
|
-
readonly type:
|
|
262
|
+
readonly type: 'string';
|
|
240
263
|
}, {
|
|
241
|
-
readonly type:
|
|
264
|
+
readonly type: 'object';
|
|
242
265
|
}];
|
|
243
266
|
};
|
|
244
|
-
readonly description:
|
|
245
|
-
readonly documentationLink:
|
|
267
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
268
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
246
269
|
};
|
|
247
270
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const CONFIG_NODE_TYPE_NAMES: {
|
|
2
|
-
readonly RedirectSource:
|
|
3
|
-
readonly Redirects:
|
|
4
|
-
readonly ScorecardClassic:
|
|
5
|
-
readonly ScorecardClassicLevelList:
|
|
6
|
-
readonly ScorecardClassicLevel:
|
|
7
|
-
readonly ScorecardClassicTargetList:
|
|
8
|
-
readonly ScorecardClassicTarget:
|
|
9
|
-
readonly ScorecardClassicTargetWhere:
|
|
10
|
-
readonly ScorecardClassicTargetWhereMetadata:
|
|
11
|
-
readonly ScorecardClassicTeamMetadataProperty:
|
|
2
|
+
readonly RedirectSource: 'RedirectSource';
|
|
3
|
+
readonly Redirects: 'Redirects';
|
|
4
|
+
readonly ScorecardClassic: 'ScorecardClassic';
|
|
5
|
+
readonly ScorecardClassicLevelList: 'ScorecardClassicLevelList';
|
|
6
|
+
readonly ScorecardClassicLevel: 'ScorecardClassicLevel';
|
|
7
|
+
readonly ScorecardClassicTargetList: 'ScorecardClassicTargetList';
|
|
8
|
+
readonly ScorecardClassicTarget: 'ScorecardClassicTarget';
|
|
9
|
+
readonly ScorecardClassicTargetWhere: 'ScorecardClassicTargetWhere';
|
|
10
|
+
readonly ScorecardClassicTargetWhereMetadata: 'ScorecardClassicTargetWhereMetadata';
|
|
11
|
+
readonly ScorecardClassicTeamMetadataProperty: 'ScorecardClassicTeamMetadataProperty';
|
|
12
12
|
};
|
|
@@ -1,45 +1,23 @@
|
|
|
1
|
-
export declare const ENTITY_RELATION_TYPES: readonly [
|
|
1
|
+
export declare const ENTITY_RELATION_TYPES: readonly ['partOf', 'hasParts', 'creates', 'createdBy', 'owns', 'ownedBy', 'implements', 'implementedBy', 'dependsOn', 'dependencyOf', 'uses', 'usedBy', 'produces', 'consumes', 'linksTo', 'supersedes', 'supersededBy', 'compatibleWith', 'extends', 'extendedBy', 'relatesTo', 'hasMember', 'memberOf', 'triggers', 'triggeredBy', 'returns', 'returnedBy'];
|
|
2
2
|
export declare const ENTITY_NODE_TYPE_NAMES: {
|
|
3
|
-
readonly UserEntity:
|
|
4
|
-
readonly UserEntityMetadata:
|
|
5
|
-
readonly ApiDescriptionEntity:
|
|
6
|
-
readonly ApiDescriptionEntityMetadata:
|
|
7
|
-
readonly ApiOperationEntity:
|
|
8
|
-
readonly ApiOperationEntityMetadata:
|
|
9
|
-
readonly DataSchemaEntity:
|
|
10
|
-
readonly DataSchemaEntityMetadata:
|
|
11
|
-
readonly ServiceEntity:
|
|
12
|
-
readonly DomainEntity:
|
|
13
|
-
readonly TeamEntity:
|
|
14
|
-
readonly Entity:
|
|
15
|
-
readonly EntityMetadata:
|
|
16
|
-
readonly EntityLinkList:
|
|
17
|
-
readonly EntityLink:
|
|
18
|
-
readonly EntityRelation:
|
|
19
|
-
readonly EntityRelationList:
|
|
20
|
-
readonly EntityContact:
|
|
21
|
-
readonly EntitySlackContact:
|
|
22
|
-
readonly EntitySlackChannel:
|
|
23
|
-
};
|
|
24
|
-
export declare const NODE_TYPE_NAMES: {
|
|
25
|
-
readonly UserEntity: "UserEntity";
|
|
26
|
-
readonly UserEntityMetadata: "UserEntityMetadata";
|
|
27
|
-
readonly ApiDescriptionEntity: "ApiDescriptionEntity";
|
|
28
|
-
readonly ApiDescriptionEntityMetadata: "ApiDescriptionEntityMetadata";
|
|
29
|
-
readonly ApiOperationEntity: "ApiOperationEntity";
|
|
30
|
-
readonly ApiOperationEntityMetadata: "ApiOperationEntityMetadata";
|
|
31
|
-
readonly DataSchemaEntity: "DataSchemaEntity";
|
|
32
|
-
readonly DataSchemaEntityMetadata: "DataSchemaEntityMetadata";
|
|
33
|
-
readonly ServiceEntity: "ServiceEntity";
|
|
34
|
-
readonly DomainEntity: "DomainEntity";
|
|
35
|
-
readonly TeamEntity: "TeamEntity";
|
|
36
|
-
readonly Entity: "Entity";
|
|
37
|
-
readonly EntityMetadata: "EntityMetadata";
|
|
38
|
-
readonly EntityLinkList: "EntityLinkList";
|
|
39
|
-
readonly EntityLink: "EntityLink";
|
|
40
|
-
readonly EntityRelation: "EntityRelation";
|
|
41
|
-
readonly EntityRelationList: "EntityRelationList";
|
|
42
|
-
readonly EntityContact: "EntityContact";
|
|
43
|
-
readonly EntitySlackContact: "EntitySlackContact";
|
|
44
|
-
readonly EntitySlackChannel: "EntitySlackChannel";
|
|
3
|
+
readonly UserEntity: 'UserEntity';
|
|
4
|
+
readonly UserEntityMetadata: 'UserEntityMetadata';
|
|
5
|
+
readonly ApiDescriptionEntity: 'ApiDescriptionEntity';
|
|
6
|
+
readonly ApiDescriptionEntityMetadata: 'ApiDescriptionEntityMetadata';
|
|
7
|
+
readonly ApiOperationEntity: 'ApiOperationEntity';
|
|
8
|
+
readonly ApiOperationEntityMetadata: 'ApiOperationEntityMetadata';
|
|
9
|
+
readonly DataSchemaEntity: 'DataSchemaEntity';
|
|
10
|
+
readonly DataSchemaEntityMetadata: 'DataSchemaEntityMetadata';
|
|
11
|
+
readonly ServiceEntity: 'ServiceEntity';
|
|
12
|
+
readonly DomainEntity: 'DomainEntity';
|
|
13
|
+
readonly TeamEntity: 'TeamEntity';
|
|
14
|
+
readonly Entity: 'Entity';
|
|
15
|
+
readonly EntityMetadata: 'EntityMetadata';
|
|
16
|
+
readonly EntityLinkList: 'EntityLinkList';
|
|
17
|
+
readonly EntityLink: 'EntityLink';
|
|
18
|
+
readonly EntityRelation: 'EntityRelation';
|
|
19
|
+
readonly EntityRelationList: 'EntityRelationList';
|
|
20
|
+
readonly EntityContact: 'EntityContact';
|
|
21
|
+
readonly EntitySlackContact: 'EntitySlackContact';
|
|
22
|
+
readonly EntitySlackChannel: 'EntitySlackChannel';
|
|
45
23
|
};
|