@redocly/config 0.49.0 → 0.50.0

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.
Files changed (41) hide show
  1. package/lib/asyncapi-config-schema.d.ts +106 -106
  2. package/lib/common.d.ts +158 -135
  3. package/lib/constants/config.d.ts +10 -10
  4. package/lib/constants/entities.d.ts +21 -43
  5. package/lib/constants/identity-provider-slug.d.ts +8 -0
  6. package/lib/default-theme-config-schema.d.ts +3534 -3488
  7. package/lib/entities-catalog-config-schema.d.ts +469 -469
  8. package/lib/entities-catalog-entity-file-schema.d.ts +441 -441
  9. package/lib/ex-theme-config-schemas.d.ts +3020 -2997
  10. package/lib/feedback-config-schema.d.ts +99 -99
  11. package/lib/graphql-config-schema.d.ts +165 -165
  12. package/lib/index.d.ts +1 -0
  13. package/lib/index.js +1 -1
  14. package/lib/product-override-schema.d.ts +11541 -11518
  15. package/lib/redoc-config-schema.d.ts +155 -155
  16. package/lib/reference-docs-config-schema.d.ts +481 -481
  17. package/lib/reunite-config-schema.d.ts +41 -41
  18. package/lib/root-config-schema.d.ts +52200 -51598
  19. package/lib/scorecards-config-schema.d.ts +405 -405
  20. package/lib/types/config-types.d.ts +5 -1
  21. package/lib-esm/asyncapi-config-schema.d.ts +106 -106
  22. package/lib-esm/common.d.ts +158 -135
  23. package/lib-esm/constants/config.d.ts +10 -10
  24. package/lib-esm/constants/entities.d.ts +21 -43
  25. package/lib-esm/constants/identity-provider-slug.d.ts +8 -0
  26. package/lib-esm/default-theme-config-schema.d.ts +3534 -3488
  27. package/lib-esm/entities-catalog-config-schema.d.ts +469 -469
  28. package/lib-esm/entities-catalog-entity-file-schema.d.ts +441 -441
  29. package/lib-esm/ex-theme-config-schemas.d.ts +3020 -2997
  30. package/lib-esm/feedback-config-schema.d.ts +99 -99
  31. package/lib-esm/graphql-config-schema.d.ts +165 -165
  32. package/lib-esm/index.d.ts +1 -0
  33. package/lib-esm/index.js +1 -1
  34. package/lib-esm/product-override-schema.d.ts +11541 -11518
  35. package/lib-esm/redoc-config-schema.d.ts +155 -155
  36. package/lib-esm/reference-docs-config-schema.d.ts +481 -481
  37. package/lib-esm/reunite-config-schema.d.ts +41 -41
  38. package/lib-esm/root-config-schema.d.ts +52200 -51598
  39. package/lib-esm/scorecards-config-schema.d.ts +405 -405
  40. package/lib-esm/types/config-types.d.ts +5 -1
  41. package/package.json +9 -9
@@ -1,247 +1,270 @@
1
- export declare const ruleTypes: readonly ["rules", "oas2Rules", "oas3_0Rules", "oas3_1Rules", "oas3_2Rules", "async2Rules", "async3Rules", "arazzo1Rules", "overlay1Rules", "openrpc1Rules"];
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 ["preprocessors", "oas2Preprocessors", "oas3_0Preprocessors", "oas3_1Preprocessors", "oas3_2Preprocessors", "async2Preprocessors", "async3Preprocessors", "arazzo1Preprocessors", "overlay1Preprocessors", "openrpc1Preprocessors"];
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 ["decorators", "oas2Decorators", "oas3_0Decorators", "oas3_1Decorators", "oas3_2Decorators", "async2Decorators", "async3Decorators", "arazzo1Decorators", "overlay1Decorators", "openrpc1Decorators"];
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: "array";
10
+ readonly type: 'array';
11
11
  readonly items: {
12
- readonly type: "string";
12
+ readonly type: 'string';
13
13
  };
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";
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
- preprocessors: {
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: "object";
19
+ readonly type: 'object';
30
20
  readonly additionalProperties: true;
31
21
  };
32
- oas3_1Preprocessors: {
22
+ arazzo1Preprocessors: {
33
23
  readonly nodeTypeName: undefined;
34
- readonly type: "object";
24
+ readonly type: 'object';
35
25
  readonly additionalProperties: true;
36
26
  };
37
- oas3_2Preprocessors: {
27
+ arazzo1Rules: {
38
28
  readonly nodeTypeName: undefined;
39
- readonly type: "object";
40
- readonly additionalProperties: true;
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
- async2Preprocessors: {
40
+ arazzo1_1Decorators: {
43
41
  readonly nodeTypeName: undefined;
44
- readonly type: "object";
42
+ readonly type: 'object';
45
43
  readonly additionalProperties: true;
46
44
  };
47
- async3Preprocessors: {
45
+ arazzo1_1Preprocessors: {
48
46
  readonly nodeTypeName: undefined;
49
- readonly type: "object";
47
+ readonly type: 'object';
50
48
  readonly additionalProperties: true;
51
49
  };
52
- arazzo1Preprocessors: {
50
+ arazzo1_1Rules: {
53
51
  readonly nodeTypeName: undefined;
54
- readonly type: "object";
55
- readonly additionalProperties: true;
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
- overlay1Preprocessors: {
63
+ async2Decorators: {
58
64
  readonly nodeTypeName: undefined;
59
- readonly type: "object";
65
+ readonly type: 'object';
60
66
  readonly additionalProperties: true;
61
67
  };
62
- openrpc1Preprocessors: {
68
+ async2Preprocessors: {
63
69
  readonly nodeTypeName: undefined;
64
- readonly type: "object";
70
+ readonly type: 'object';
65
71
  readonly additionalProperties: true;
66
72
  };
67
- decorators: {
73
+ async2Rules: {
68
74
  readonly nodeTypeName: undefined;
69
- readonly type: "object";
70
- readonly additionalProperties: true;
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
- oas2Decorators: {
86
+ async3Decorators: {
73
87
  readonly nodeTypeName: undefined;
74
- readonly type: "object";
88
+ readonly type: 'object';
75
89
  readonly additionalProperties: true;
76
90
  };
77
- oas3_0Decorators: {
91
+ async3Preprocessors: {
78
92
  readonly nodeTypeName: undefined;
79
- readonly type: "object";
93
+ readonly type: 'object';
80
94
  readonly additionalProperties: true;
81
95
  };
82
- oas3_1Decorators: {
96
+ async3Rules: {
83
97
  readonly nodeTypeName: undefined;
84
- readonly type: "object";
85
- readonly additionalProperties: true;
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
- oas3_2Decorators: {
109
+ decorators: {
88
110
  readonly nodeTypeName: undefined;
89
- readonly type: "object";
111
+ readonly type: 'object';
90
112
  readonly additionalProperties: true;
91
113
  };
92
- async2Decorators: {
114
+ oas2Decorators: {
93
115
  readonly nodeTypeName: undefined;
94
- readonly type: "object";
116
+ readonly type: 'object';
95
117
  readonly additionalProperties: true;
96
118
  };
97
- async3Decorators: {
119
+ oas2Preprocessors: {
98
120
  readonly nodeTypeName: undefined;
99
- readonly type: "object";
121
+ readonly type: 'object';
100
122
  readonly additionalProperties: true;
101
123
  };
102
- arazzo1Decorators: {
124
+ oas2Rules: {
103
125
  readonly nodeTypeName: undefined;
104
- readonly type: "object";
105
- readonly additionalProperties: true;
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
- overlay1Decorators: {
137
+ oas3_0Decorators: {
108
138
  readonly nodeTypeName: undefined;
109
- readonly type: "object";
139
+ readonly type: 'object';
110
140
  readonly additionalProperties: true;
111
141
  };
112
- openrpc1Decorators: {
142
+ oas3_0Preprocessors: {
113
143
  readonly nodeTypeName: undefined;
114
- readonly type: "object";
144
+ readonly type: 'object';
115
145
  readonly additionalProperties: true;
116
146
  };
117
- rules: {
147
+ oas3_0Rules: {
118
148
  readonly nodeTypeName: undefined;
119
- readonly type: "object";
149
+ readonly type: 'object';
120
150
  readonly additionalProperties: {
121
151
  readonly oneOf: readonly [{
122
- readonly type: "string";
152
+ readonly type: 'string';
123
153
  }, {
124
- readonly type: "object";
154
+ readonly type: 'object';
125
155
  }];
126
156
  };
127
- 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.";
128
- readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
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
- oas2Rules: {
160
+ oas3_1Decorators: {
131
161
  readonly nodeTypeName: undefined;
132
- readonly type: "object";
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
- oas3_0Rules: {
165
+ oas3_1Preprocessors: {
144
166
  readonly nodeTypeName: undefined;
145
- readonly type: "object";
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: "object";
172
+ readonly type: 'object';
159
173
  readonly additionalProperties: {
160
174
  readonly oneOf: readonly [{
161
- readonly type: "string";
175
+ readonly type: 'string';
162
176
  }, {
163
- readonly type: "object";
177
+ readonly type: 'object';
164
178
  }];
165
179
  };
166
- 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.";
167
- readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
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: "object";
195
+ readonly type: 'object';
172
196
  readonly additionalProperties: {
173
197
  readonly oneOf: readonly [{
174
- readonly type: "string";
198
+ readonly type: 'string';
175
199
  }, {
176
- readonly type: "object";
200
+ readonly type: 'object';
177
201
  }];
178
202
  };
179
- 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.";
180
- readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
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
- async2Rules: {
206
+ openrpc1Decorators: {
183
207
  readonly nodeTypeName: undefined;
184
- readonly type: "object";
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
- async3Rules: {
211
+ openrpc1Preprocessors: {
196
212
  readonly nodeTypeName: undefined;
197
- readonly type: "object";
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
- arazzo1Rules: {
216
+ openrpc1Rules: {
209
217
  readonly nodeTypeName: undefined;
210
- readonly type: "object";
218
+ readonly type: 'object';
211
219
  readonly additionalProperties: {
212
220
  readonly oneOf: readonly [{
213
- readonly type: "string";
221
+ readonly type: 'string';
214
222
  }, {
215
- readonly type: "object";
223
+ readonly type: 'object';
216
224
  }];
217
225
  };
218
- 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.";
219
- readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
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: "object";
241
+ readonly type: 'object';
224
242
  readonly additionalProperties: {
225
243
  readonly oneOf: readonly [{
226
- readonly type: "string";
244
+ readonly type: 'string';
227
245
  }, {
228
- readonly type: "object";
246
+ readonly type: 'object';
229
247
  }];
230
248
  };
231
- 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.";
232
- readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
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
- openrpc1Rules: {
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: "object";
259
+ readonly type: 'object';
237
260
  readonly additionalProperties: {
238
261
  readonly oneOf: readonly [{
239
- readonly type: "string";
262
+ readonly type: 'string';
240
263
  }, {
241
- readonly type: "object";
264
+ readonly type: 'object';
242
265
  }];
243
266
  };
244
- 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.";
245
- readonly documentationLink: "https://redocly.com/docs/cli/configuration/reference/rules#rules";
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: "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";
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 ["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"];
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: "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";
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
  };
@@ -0,0 +1,8 @@
1
+ export declare const IDENTITY_PROVIDER_SLUG_PATTERN = "^[a-z0-9]+(?:-[a-z0-9]+)*$";
2
+ export declare const IDENTITY_PROVIDER_SLUG_REGEX: RegExp;
3
+ export declare const IDENTITY_PROVIDER_SLUG_MESSAGE = "Unique ID must be lowercase letters, numbers, and hyphens only";
4
+ export declare const IDENTITY_PROVIDER_SLUG_MAX_LENGTH = 63;
5
+ export declare const IDENTITY_PROVIDER_SLUG_MAX_LENGTH_MESSAGE = "Unique ID cannot exceed 63 characters";
6
+ export declare const IDENTITY_PROVIDER_RESERVED_SLUGS: readonly ['redocly', 'corporate', 'guest'];
7
+ export declare const IDENTITY_PROVIDER_RESERVED_MESSAGE: string;
8
+ export declare const SSO_LOGIN_TYPES: readonly ['REDOCLY', 'CORPORATE', 'GUEST'];