@redocly/config 0.1.0 → 0.1.2
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/CHANGELOG.md +12 -0
- package/lib/.tsbuildinfo +1 -1
- package/lib/default-theme-config-schema.d.ts +104 -0
- package/lib/default-theme-config-schema.js +3 -0
- package/lib/default-theme-config-schema.js.map +1 -1
- package/lib/root-config-schema.d.ts +117 -0
- package/lib-esm/.tsbuildinfo +1 -0
- package/lib-esm/constants.d.ts +15 -0
- package/lib-esm/constants.js +19 -0
- package/lib-esm/constants.js.map +1 -0
- package/lib-esm/default-theme-config-schema.d.ts +3331 -0
- package/lib-esm/default-theme-config-schema.js +649 -0
- package/lib-esm/default-theme-config-schema.js.map +1 -0
- package/lib-esm/index.d.ts +5 -0
- package/lib-esm/index.js +6 -0
- package/lib-esm/index.js.map +1 -0
- package/lib-esm/portal-shared-types.d.ts +250 -0
- package/lib-esm/portal-shared-types.js +2 -0
- package/lib-esm/portal-shared-types.js.map +1 -0
- package/lib-esm/root-config-schema.d.ts +7720 -0
- package/lib-esm/root-config-schema.js +341 -0
- package/lib-esm/root-config-schema.js.map +1 -0
- package/lib-esm/types.d.ts +42 -0
- package/lib-esm/types.js +2 -0
- package/lib-esm/types.js.map +1 -0
- package/package.json +2 -2
- package/src/default-theme-config-schema.ts +3 -0
- package/tsconfig.build.json +1 -1
- package/tsconfig.lib-esm.json +15 -0
|
@@ -1873,6 +1873,9 @@ export declare const redoclyConfigSchema: {
|
|
|
1873
1873
|
readonly href: {
|
|
1874
1874
|
readonly type: "string";
|
|
1875
1875
|
};
|
|
1876
|
+
readonly external: {
|
|
1877
|
+
readonly type: "boolean";
|
|
1878
|
+
};
|
|
1876
1879
|
readonly labelTranslationKey: {
|
|
1877
1880
|
readonly type: "string";
|
|
1878
1881
|
};
|
|
@@ -1916,6 +1919,13 @@ export declare const redoclyConfigSchema: {
|
|
|
1916
1919
|
readonly type: "string";
|
|
1917
1920
|
};
|
|
1918
1921
|
};
|
|
1922
|
+
readonly items: {
|
|
1923
|
+
readonly type: "array";
|
|
1924
|
+
readonly items: {
|
|
1925
|
+
readonly type: "object";
|
|
1926
|
+
readonly additionalProperties: true;
|
|
1927
|
+
};
|
|
1928
|
+
};
|
|
1919
1929
|
};
|
|
1920
1930
|
};
|
|
1921
1931
|
};
|
|
@@ -1938,6 +1948,9 @@ export declare const redoclyConfigSchema: {
|
|
|
1938
1948
|
readonly href: {
|
|
1939
1949
|
readonly type: "string";
|
|
1940
1950
|
};
|
|
1951
|
+
readonly external: {
|
|
1952
|
+
readonly type: "boolean";
|
|
1953
|
+
};
|
|
1941
1954
|
readonly labelTranslationKey: {
|
|
1942
1955
|
readonly type: "string";
|
|
1943
1956
|
};
|
|
@@ -2041,6 +2054,9 @@ export declare const redoclyConfigSchema: {
|
|
|
2041
2054
|
readonly href: {
|
|
2042
2055
|
readonly type: "string";
|
|
2043
2056
|
};
|
|
2057
|
+
readonly external: {
|
|
2058
|
+
readonly type: "boolean";
|
|
2059
|
+
};
|
|
2044
2060
|
readonly labelTranslationKey: {
|
|
2045
2061
|
readonly type: "string";
|
|
2046
2062
|
};
|
|
@@ -2084,6 +2100,13 @@ export declare const redoclyConfigSchema: {
|
|
|
2084
2100
|
readonly type: "string";
|
|
2085
2101
|
};
|
|
2086
2102
|
};
|
|
2103
|
+
readonly items: {
|
|
2104
|
+
readonly type: "array";
|
|
2105
|
+
readonly items: {
|
|
2106
|
+
readonly type: "object";
|
|
2107
|
+
readonly additionalProperties: true;
|
|
2108
|
+
};
|
|
2109
|
+
};
|
|
2087
2110
|
};
|
|
2088
2111
|
};
|
|
2089
2112
|
};
|
|
@@ -2106,6 +2129,9 @@ export declare const redoclyConfigSchema: {
|
|
|
2106
2129
|
readonly href: {
|
|
2107
2130
|
readonly type: "string";
|
|
2108
2131
|
};
|
|
2132
|
+
readonly external: {
|
|
2133
|
+
readonly type: "boolean";
|
|
2134
|
+
};
|
|
2109
2135
|
readonly labelTranslationKey: {
|
|
2110
2136
|
readonly type: "string";
|
|
2111
2137
|
};
|
|
@@ -3085,6 +3111,9 @@ export declare const redoclyConfigSchema: {
|
|
|
3085
3111
|
readonly href: {
|
|
3086
3112
|
readonly type: "string";
|
|
3087
3113
|
};
|
|
3114
|
+
readonly external: {
|
|
3115
|
+
readonly type: "boolean";
|
|
3116
|
+
};
|
|
3088
3117
|
readonly labelTranslationKey: {
|
|
3089
3118
|
readonly type: "string";
|
|
3090
3119
|
};
|
|
@@ -3128,6 +3157,13 @@ export declare const redoclyConfigSchema: {
|
|
|
3128
3157
|
readonly type: "string";
|
|
3129
3158
|
};
|
|
3130
3159
|
};
|
|
3160
|
+
readonly items: {
|
|
3161
|
+
readonly type: "array";
|
|
3162
|
+
readonly items: {
|
|
3163
|
+
readonly type: "object";
|
|
3164
|
+
readonly additionalProperties: true;
|
|
3165
|
+
};
|
|
3166
|
+
};
|
|
3131
3167
|
};
|
|
3132
3168
|
};
|
|
3133
3169
|
};
|
|
@@ -3150,6 +3186,9 @@ export declare const redoclyConfigSchema: {
|
|
|
3150
3186
|
readonly href: {
|
|
3151
3187
|
readonly type: "string";
|
|
3152
3188
|
};
|
|
3189
|
+
readonly external: {
|
|
3190
|
+
readonly type: "boolean";
|
|
3191
|
+
};
|
|
3153
3192
|
readonly labelTranslationKey: {
|
|
3154
3193
|
readonly type: "string";
|
|
3155
3194
|
};
|
|
@@ -4019,6 +4058,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
4019
4058
|
readonly href: {
|
|
4020
4059
|
readonly type: "string";
|
|
4021
4060
|
};
|
|
4061
|
+
readonly external: {
|
|
4062
|
+
readonly type: "boolean";
|
|
4063
|
+
};
|
|
4022
4064
|
readonly labelTranslationKey: {
|
|
4023
4065
|
readonly type: "string";
|
|
4024
4066
|
};
|
|
@@ -4062,6 +4104,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
4062
4104
|
readonly type: "string";
|
|
4063
4105
|
};
|
|
4064
4106
|
};
|
|
4107
|
+
readonly items: {
|
|
4108
|
+
readonly type: "array";
|
|
4109
|
+
readonly items: {
|
|
4110
|
+
readonly type: "object";
|
|
4111
|
+
readonly additionalProperties: true;
|
|
4112
|
+
};
|
|
4113
|
+
};
|
|
4065
4114
|
};
|
|
4066
4115
|
};
|
|
4067
4116
|
};
|
|
@@ -4084,6 +4133,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
4084
4133
|
readonly href: {
|
|
4085
4134
|
readonly type: "string";
|
|
4086
4135
|
};
|
|
4136
|
+
readonly external: {
|
|
4137
|
+
readonly type: "boolean";
|
|
4138
|
+
};
|
|
4087
4139
|
readonly labelTranslationKey: {
|
|
4088
4140
|
readonly type: "string";
|
|
4089
4141
|
};
|
|
@@ -4187,6 +4239,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
4187
4239
|
readonly href: {
|
|
4188
4240
|
readonly type: "string";
|
|
4189
4241
|
};
|
|
4242
|
+
readonly external: {
|
|
4243
|
+
readonly type: "boolean";
|
|
4244
|
+
};
|
|
4190
4245
|
readonly labelTranslationKey: {
|
|
4191
4246
|
readonly type: "string";
|
|
4192
4247
|
};
|
|
@@ -4230,6 +4285,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
4230
4285
|
readonly type: "string";
|
|
4231
4286
|
};
|
|
4232
4287
|
};
|
|
4288
|
+
readonly items: {
|
|
4289
|
+
readonly type: "array";
|
|
4290
|
+
readonly items: {
|
|
4291
|
+
readonly type: "object";
|
|
4292
|
+
readonly additionalProperties: true;
|
|
4293
|
+
};
|
|
4294
|
+
};
|
|
4233
4295
|
};
|
|
4234
4296
|
};
|
|
4235
4297
|
};
|
|
@@ -4252,6 +4314,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
4252
4314
|
readonly href: {
|
|
4253
4315
|
readonly type: "string";
|
|
4254
4316
|
};
|
|
4317
|
+
readonly external: {
|
|
4318
|
+
readonly type: "boolean";
|
|
4319
|
+
};
|
|
4255
4320
|
readonly labelTranslationKey: {
|
|
4256
4321
|
readonly type: "string";
|
|
4257
4322
|
};
|
|
@@ -5231,6 +5296,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
5231
5296
|
readonly href: {
|
|
5232
5297
|
readonly type: "string";
|
|
5233
5298
|
};
|
|
5299
|
+
readonly external: {
|
|
5300
|
+
readonly type: "boolean";
|
|
5301
|
+
};
|
|
5234
5302
|
readonly labelTranslationKey: {
|
|
5235
5303
|
readonly type: "string";
|
|
5236
5304
|
};
|
|
@@ -5274,6 +5342,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
5274
5342
|
readonly type: "string";
|
|
5275
5343
|
};
|
|
5276
5344
|
};
|
|
5345
|
+
readonly items: {
|
|
5346
|
+
readonly type: "array";
|
|
5347
|
+
readonly items: {
|
|
5348
|
+
readonly type: "object";
|
|
5349
|
+
readonly additionalProperties: true;
|
|
5350
|
+
};
|
|
5351
|
+
};
|
|
5277
5352
|
};
|
|
5278
5353
|
};
|
|
5279
5354
|
};
|
|
@@ -5296,6 +5371,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
5296
5371
|
readonly href: {
|
|
5297
5372
|
readonly type: "string";
|
|
5298
5373
|
};
|
|
5374
|
+
readonly external: {
|
|
5375
|
+
readonly type: "boolean";
|
|
5376
|
+
};
|
|
5299
5377
|
readonly labelTranslationKey: {
|
|
5300
5378
|
readonly type: "string";
|
|
5301
5379
|
};
|
|
@@ -6157,6 +6235,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
6157
6235
|
readonly href: {
|
|
6158
6236
|
readonly type: "string";
|
|
6159
6237
|
};
|
|
6238
|
+
readonly external: {
|
|
6239
|
+
readonly type: "boolean";
|
|
6240
|
+
};
|
|
6160
6241
|
readonly labelTranslationKey: {
|
|
6161
6242
|
readonly type: "string";
|
|
6162
6243
|
};
|
|
@@ -6200,6 +6281,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
6200
6281
|
readonly type: "string";
|
|
6201
6282
|
};
|
|
6202
6283
|
};
|
|
6284
|
+
readonly items: {
|
|
6285
|
+
readonly type: "array";
|
|
6286
|
+
readonly items: {
|
|
6287
|
+
readonly type: "object";
|
|
6288
|
+
readonly additionalProperties: true;
|
|
6289
|
+
};
|
|
6290
|
+
};
|
|
6203
6291
|
};
|
|
6204
6292
|
};
|
|
6205
6293
|
};
|
|
@@ -6222,6 +6310,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
6222
6310
|
readonly href: {
|
|
6223
6311
|
readonly type: "string";
|
|
6224
6312
|
};
|
|
6313
|
+
readonly external: {
|
|
6314
|
+
readonly type: "boolean";
|
|
6315
|
+
};
|
|
6225
6316
|
readonly labelTranslationKey: {
|
|
6226
6317
|
readonly type: "string";
|
|
6227
6318
|
};
|
|
@@ -6325,6 +6416,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
6325
6416
|
readonly href: {
|
|
6326
6417
|
readonly type: "string";
|
|
6327
6418
|
};
|
|
6419
|
+
readonly external: {
|
|
6420
|
+
readonly type: "boolean";
|
|
6421
|
+
};
|
|
6328
6422
|
readonly labelTranslationKey: {
|
|
6329
6423
|
readonly type: "string";
|
|
6330
6424
|
};
|
|
@@ -6368,6 +6462,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
6368
6462
|
readonly type: "string";
|
|
6369
6463
|
};
|
|
6370
6464
|
};
|
|
6465
|
+
readonly items: {
|
|
6466
|
+
readonly type: "array";
|
|
6467
|
+
readonly items: {
|
|
6468
|
+
readonly type: "object";
|
|
6469
|
+
readonly additionalProperties: true;
|
|
6470
|
+
};
|
|
6471
|
+
};
|
|
6371
6472
|
};
|
|
6372
6473
|
};
|
|
6373
6474
|
};
|
|
@@ -6390,6 +6491,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
6390
6491
|
readonly href: {
|
|
6391
6492
|
readonly type: "string";
|
|
6392
6493
|
};
|
|
6494
|
+
readonly external: {
|
|
6495
|
+
readonly type: "boolean";
|
|
6496
|
+
};
|
|
6393
6497
|
readonly labelTranslationKey: {
|
|
6394
6498
|
readonly type: "string";
|
|
6395
6499
|
};
|
|
@@ -7369,6 +7473,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
7369
7473
|
readonly href: {
|
|
7370
7474
|
readonly type: "string";
|
|
7371
7475
|
};
|
|
7476
|
+
readonly external: {
|
|
7477
|
+
readonly type: "boolean";
|
|
7478
|
+
};
|
|
7372
7479
|
readonly labelTranslationKey: {
|
|
7373
7480
|
readonly type: "string";
|
|
7374
7481
|
};
|
|
@@ -7412,6 +7519,13 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
7412
7519
|
readonly type: "string";
|
|
7413
7520
|
};
|
|
7414
7521
|
};
|
|
7522
|
+
readonly items: {
|
|
7523
|
+
readonly type: "array";
|
|
7524
|
+
readonly items: {
|
|
7525
|
+
readonly type: "object";
|
|
7526
|
+
readonly additionalProperties: true;
|
|
7527
|
+
};
|
|
7528
|
+
};
|
|
7415
7529
|
};
|
|
7416
7530
|
};
|
|
7417
7531
|
};
|
|
@@ -7434,6 +7548,9 @@ export declare const rootRedoclyConfigSchema: {
|
|
|
7434
7548
|
readonly href: {
|
|
7435
7549
|
readonly type: "string";
|
|
7436
7550
|
};
|
|
7551
|
+
readonly external: {
|
|
7552
|
+
readonly type: "boolean";
|
|
7553
|
+
};
|
|
7437
7554
|
readonly labelTranslationKey: {
|
|
7438
7555
|
readonly type: "string";
|
|
7439
7556
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2023.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.esnext.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2023.array.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.2.2/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/constants.ts","../src/default-theme-config-schema.ts","../src/root-config-schema.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/never.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/and.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/extends.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/if.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/intersectUnion.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/isNever.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/merge.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/not.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/or.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/prettify.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/tail.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/unionLast.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/unionPop.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/utils/index.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/enum.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/primitive.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/array.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/tuple.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/object.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/union.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/type.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/utils.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/const.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/resolve.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/any.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/union.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/utils.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/const.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/enum.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/primitive.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/tuple.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/array.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/object.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/any.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/intersection/index.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/union.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/any.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/const.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/enum.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/primitive.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/array.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/utils.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/tuple.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/object.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/exclusion/index.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/meta-types/index.d.ts","../../../node_modules/.pnpm/ts-algebra@1.2.0/node_modules/ts-algebra/lib/index.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/definitions/deserializationPattern.d.ts","../../../node_modules/.pnpm/@types+json-schema@7.0.11/node_modules/@types/json-schema/index.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/definitions/jsonSchema7.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/definitions/fromSchemaOptions.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/definitions/index.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/and.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/extends.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/if.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/key.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/compute.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/get.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/join.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/narrow.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/pop.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/readonly.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/reverse.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/split.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/tail.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/writable.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/type-utils/index.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-options.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/utils.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/allOf.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/anyOf.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/multipleTypes.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/array.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/object.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/singleType.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/const.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/deserialize.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/enum.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/ifThenElse.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/not.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/nullable.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/oneOf.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/references/utils.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/references/definitions.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/references/references.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/references/index.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/parse-schema/index.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/utils/type-guards/compiler.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/utils/type-guards/validator.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/utils/type-guards/index.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/utils/asConst.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/utils/index.d.ts","../../../node_modules/.pnpm/json-schema-to-ts@2.7.2/node_modules/json-schema-to-ts/lib/types/index.d.ts","../src/types.ts","../../../node_modules/.pnpm/@markdoc+markdoc@0.4.0_@types+react@18.2.45_react@18.2.0/node_modules/@markdoc/markdoc/dist/src/ast/function.d.ts","../../../node_modules/.pnpm/@markdoc+markdoc@0.4.0_@types+react@18.2.45_react@18.2.0/node_modules/@markdoc/markdoc/dist/src/ast/node.d.ts","../../../node_modules/.pnpm/@markdoc+markdoc@0.4.0_@types+react@18.2.45_react@18.2.0/node_modules/@markdoc/markdoc/dist/src/ast/variable.d.ts","../../../node_modules/.pnpm/@markdoc+markdoc@0.4.0_@types+react@18.2.45_react@18.2.0/node_modules/@markdoc/markdoc/dist/src/tag.d.ts","../../../node_modules/.pnpm/@markdoc+markdoc@0.4.0_@types+react@18.2.45_react@18.2.0/node_modules/@markdoc/markdoc/dist/src/types.d.ts","../src/portal-shared-types.ts","../src/index.ts","../../../node_modules/.pnpm/@types+eslint@8.21.3/node_modules/@types/eslint/helpers.d.ts","../../../node_modules/.pnpm/@types+estree@1.0.0/node_modules/@types/estree/index.d.ts","../../../node_modules/.pnpm/@types+eslint@8.21.3/node_modules/@types/eslint/index.d.ts","../../../node_modules/.pnpm/@types+eslint-scope@3.7.4/node_modules/@types/eslint-scope/index.d.ts","../../../node_modules/.pnpm/@types+highlight-words-core@1.2.3/node_modules/@types/highlight-words-core/index.d.ts","../../../node_modules/.pnpm/@types+prettier@2.7.2/node_modules/@types/prettier/index.d.ts"],"fileInfos":[{"version":"2ac9cdcfb8f8875c18d14ec5796a8b029c426f73ad6dc3ffb580c228b58d1c44","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","dc48272d7c333ccf58034c0026162576b7d50ea0e69c3b9292f803fc20720fd5","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","bed7b7ba0eb5a160b69af72814b4dde371968e40b6c5e73d3a9f7bee407d158c",{"version":"0075fa5ceda385bcdf3488e37786b5a33be730e8bc4aa3cf1e78c63891752ce8","affectsGlobalScope":true},{"version":"35299ae4a62086698444a5aaee27fc7aa377c68cbb90b441c9ace246ffd05c97","affectsGlobalScope":true},{"version":"f296963760430fb65b4e5d91f0ed770a91c6e77455bacf8fa23a1501654ede0e","affectsGlobalScope":true},{"version":"09226e53d1cfda217317074a97724da3e71e2c545e18774484b61562afc53cd2","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"8b41361862022eb72fcc8a7f34680ac842aca802cf4bc1f915e8c620c9ce4331","affectsGlobalScope":true},{"version":"f7bd636ae3a4623c503359ada74510c4005df5b36de7f23e1db8a5c543fd176b","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"0c20f4d2358eb679e4ae8a4432bdd96c857a2960fd6800b21ec4008ec59d60ea","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"82d0d8e269b9eeac02c3bd1c9e884e85d483fcb2cd168bccd6bc54df663da031","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"b8deab98702588840be73d67f02412a2d45a417a3c097b2e96f7f3a42ac483d1","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"376d554d042fb409cb55b5cbaf0b2b4b7e669619493c5d18d5fa8bd67273f82a","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"c4138a3dd7cd6cf1f363ca0f905554e8d81b45844feea17786cdf1626cb8ea06","affectsGlobalScope":true},{"version":"6ff3e2452b055d8f0ec026511c6582b55d935675af67cdb67dd1dc671e8065df","affectsGlobalScope":true},{"version":"03de17b810f426a2f47396b0b99b53a82c1b60e9cba7a7edda47f9bb077882f4","affectsGlobalScope":true},{"version":"8184c6ddf48f0c98429326b428478ecc6143c27f79b79e85740f17e6feb090f1","affectsGlobalScope":true},{"version":"261c4d2cf86ac5a89ad3fb3fafed74cbb6f2f7c1d139b0540933df567d64a6ca","affectsGlobalScope":true},{"version":"6af1425e9973f4924fca986636ac19a0cf9909a7e0d9d3009c349e6244e957b6","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"15a630d6817718a2ddd7088c4f83e4673fde19fa992d2eae2cf51132a302a5d3","affectsGlobalScope":true},{"version":"b7e9f95a7387e3f66be0ed6db43600c49cec33a3900437ce2fd350d9b7cb16f2","affectsGlobalScope":true},{"version":"01e0ee7e1f661acedb08b51f8a9b7d7f959e9cdb6441360f06522cc3aea1bf2e","affectsGlobalScope":true},{"version":"ac17a97f816d53d9dd79b0d235e1c0ed54a8cc6a0677e9a3d61efb480b2a3e4e","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"9cc66b0513ad41cb5f5372cca86ef83a0d37d1c1017580b7dace3ea5661836df","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"709efdae0cb5df5f49376cde61daacc95cdd44ae4671da13a540da5088bf3f30","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"bc496ef4377553e461efcf7cc5a5a57cf59f9962aea06b5e722d54a36bf66ea1","affectsGlobalScope":true},{"version":"038a2f66a34ee7a9c2fbc3584c8ab43dff2995f8c68e3f566f4c300d2175e31e","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"f5c92f2c27b06c1a41b88f6db8299205aee52c2a2943f7ed29bd585977f254e8","affectsGlobalScope":true},{"version":"930b0e15811f84e203d3c23508674d5ded88266df4b10abee7b31b2ac77632d2","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"b9ea5778ff8b50d7c04c9890170db34c26a5358cccba36844fe319f50a43a61a","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"65be38e881453e16f128a12a8d36f8b012aa279381bf3d4dc4332a4905ceec83","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"307c8b7ebbd7f23a92b73a4c6c0a697beca05b06b036c23a34553e5fe65e4fdc","affectsGlobalScope":true},{"version":"e1913f656c156a9e4245aa111fbb436d357d9e1fe0379b9a802da7fe3f03d736","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"f35a831e4f0fe3b3697f4a0fe0e3caa7624c92b78afbecaf142c0f93abfaf379","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"15fca5336209d08414f369131501c72b447cc495dfcc255d5cd13ceb16c4ed63","signature":"513e40869d8492411942baae016cbb3fd340338206e2f4b5be1b8caa077ec464"},{"version":"32784366bd07a925d4f6ce04cff6c60cd3611d269ce0da3bda8cb5274e9f4b83","signature":"73f5d2fee8d14f1a1b3f3c839bd637a3b0e1fcd7c4ec732b16518e4fcf37f944"},{"version":"e4dc8a87f7f4f71fff8503665865736d11ed7b2f188115c13d2f932275e7d3fe","signature":"5b15a4cb9bf56c05b7a8fe4959dbb312b1bd27579b1b7c1285b7fe375478a561"},"5b5ae1073d30857ac5f8955a8b63c068f1840736b57e5da3ed2e1e3f7b8ed6c3","6bb5785ee397bff01f4dd23605829716e11dbaa6965ecd82ef87436c74ad51cc","7becbc5ce3830582afaa294e7b0d775759f805ac76b197659eecb4393e8bb1d1","76697dfc24233cbaf672003e508b325ff306cb2a505540ebf0f812563eeebf09","4f08f421e86a503bb8c58527197b69074e42ac30d2500054ce75f5ac1205a9cc","af7f4ab4efd97104f84d901141da1615d203822dff29e2566d6fcc401f3a7c2e","8a4c2414ee5dfceae32043f8389d4ec6a840870d05a1b939d5a8afec30e2c11b","40eefb26f2dd946dadb6216f9451ba50ec74c9c4c6d39aa1e178d80703ad6cec","7f5675f8ea658a8562d7deebf1756a2801f1a407e9e67b1a34e92a98d151676c","064c66cc0645aef102f80964a251d505325e207d54eccf349b01fdb5bb2f100c","695d48708d4449f1274c5a6150b807c9995da868bcef3a7dee83ef2a53c89768","532555853439dcc28be0d61593f63bb9bf98c91142a7b30676a62f10a68e0a31","d6202bd65e243d659f511a1fb5d453e3a0cc513fde6ee1b655b08c14a88b49b8","f3366cea4839038a2453e160a6fef5532c82174137de3f8a872b3bb02cbde33d","856dc056803f6ef62b12f794c69a31de2abc0eb735e251822a9307a5bfaff0e6","f60fd79d2c23518d9870c3e788d6e515923e279ababe1e25c079ed826c22af9a","8198adbbdda2a9d2ed792323e0912d2ecc3f2ced97652dfd0fa1eecc9476327b","5cfdf6dd9f0531298b6c48ed444c2a35e4bccd07de551e698d303342773a86f5","a334e4f0acb7d08e0beb60819ee7b8f29564d1938fd19c20041c8db6cba89283","31bb1d86f26ac5562190064fc93da36a1958a7663d1e5e2d5de62e4dc1366dc1","7ae295933ff2ffff93db96a8ab47fdf807f6f8ed6aa8c6208f9d3b80b88b608d","cbe8f6794b5aa1bc425dd8392f6f8d3ddbfad6e4c199883622088f5459b602e8","eefbd4d1d0139d418079c9fbbfe42b8dec685e6b2f48d078529d7f65abbb1881","5694a6ee03c425d9c590aa896e480db249c46d1f5f57cca02e84a2c2c60b1c09","70a7be5785099defd61af0242ea6474767b403f046a61f67c62f2cc1e1f4ac51","5e5b5ec97a72c0ddf56ca59dcf21ccc7c62d0adc9a29e3cad420ba61051554c2","4df2c4ab195f64b0969b46585ca7326530e2a0d5ecf238f3b07d009697475dbf","95f5ec5dd0625ae3648f421da123e26250d8d4f510199ba528bfd956aa3085f6","0cf435cd8f272cc36e6f2b9bdd4e4bc8c876f5251ea07b7bab4b66b84904cf33","a41413efa48855cc81ff322e9e7f72894197bf6104766f48cf21a3034e5e568c","f85da9fec6f60ded1e7269546d4927c5718730f4a178c2435632a331c5e7d9d8","5667f88e04dbe1345308e964e7b4b539ef008c8f30b5c2c136d31a05b951e646","e04590cdb58eda9eb52ad0d86f812ff037f66ddc801492945f926aac4df33906","819e22ddb3dbdc89dff9868c18d750019fdaa72a05ab48a9c09f3ec4d43c2eff","5a3d29885e88497f0d5925b3e9f2d75aea7e96f7e6eae49c1674e88f60dac327","f84c9dbe03972c318196f7bfb90f590310baa18cb7f795bd9ba4ccab4b0b91fd","e572a9ff72e84513efc1db57859d711b8f24ecd96b7afb8c733b54939aee048a","eb6abf2d39fe96634f4f7f3e742524ce8303fde4fa4d92a3e3a91c97cc594c68","c1619359658ad0c6a86d3c366cc18474f340a821da10b0bb4c6a86d7d6be1f71","355617ec9d50c0abfbb3998bd560b2a727283ec03b67fdb15b23f2b30961c31f","ca4cf0963a30186f751c8bef8ab976237fcf827613d467ec2456d20772cd714e","90039d98177cad4374475833f8f790d85f1bf4475e5d6c96f75dc13b3b3c1565","e35c864e38ca3b87639c25823427737c3e2cd795cae2eba54ebdecfd8499f178","d6c4d438a48a1172dc4db8c21d4a04e5331388af48c24c57534fb7c768dbcff1","58cf90f7eb56209dac0388c6d0eedfcd0c41147c17ef4b5bd537527542c5a04c","823e2fa80432e72d50417f75a84b792b9f71213e113cb8234e76f2700114a3e7","2f3d1c08413e7715bda820fd283f19b56d9fa131371e2b7cf3b8016621d133b4","713971d5b51270a0e4355cd81bc056d97507c505ed08f0f9ef0b58569291a0d4","f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","fc54c9b4c1f6203efe3bfffb150d13e6cf0e2fbcc5898063939e185e252d5b5e","0014845767b9d359fbb16dab9eea64689a7b2167f1e62c8be1e4485e51120a4e","93ef74355ee2b2a9ecb8cd030d9111bdd925fa921458c306655d4814f96dd05e","6bb5785ee397bff01f4dd23605829716e11dbaa6965ecd82ef87436c74ad51cc","9c84b0fd92e2578f2b44d0685d7fdffaebf09143171275e89d3f2283337ad76e","2b3bcc6c45530a340474138bae4621759c32ca00ceb4221f4ff80e7a060ed344","381e5facdcf818310cd9406017eb50b972aab17ea13554c36eff8b44506fc509","8b41354a6d820d279586e69c8bb4d366c7d2abed0a10f505452c6065a7eb5836","7d467636db5e760e7af76b4e4bb07e3c3066f94e810374de7f7bf47b1a648b40","07e5bd43d22ddc4be845dd204f28f4ec889f8ca67ff397b6785f5f89bb072471","811563ba1789d393a0f8c24a1c13a49331ad331017c7b6e77cb373f08aee01d1","0a3f9ba22ad90f6af24a2bdf9f8a5eeded1f171a06fce6600723279efcae2a2f","f23553766edee7347bdd41f39c76a4fb00d9b212bff5e4035511c9a3276c1bda","5ee2dc51ce8631b1f6e7c15edcbaaba87224f1ff4c2c1fd0348c3f0146072962","f18e9a7ce490f5d981fff62d8b6cd91980289cdd856b26e2f6bb520e78e490e3","695d48708d4449f1274c5a6150b807c9995da868bcef3a7dee83ef2a53c89768","eb966e1a10d2c339b1e0c0762356126b7ae68bcd95fadf08daaa6522bd03ab62","4931928da84d5066353f30e6ef943c9b7010bc45a2480249c05ad93a77aded2e","090c9a6f60b47759b892a8608478f97aab8a2b53720394305b794d41db549d4a","7b33d63b0a14ca990021daed0fc18137f12a25e10b834dc550c43b25142ac09e","ad5269dde163b141eabb3a8ebb3d476fba92428262af985c4e8fbe7167aa8682","33d346bb508f8446993bca015cf3deb6e829fca825cd71cc45d7caea8e71e21b","143bf4dccf1b452cae87273919594bf743e9c05b7d00458497143b24c95e032e","6f4982ecf7f86efa854424083befc06d2dc98f0cfd346837968b980bece6c21d","3362f73893f19ec53be8761a9fceaf9a776930fdd4249d1a96d74c567b4eb57c","a298472d8e7777b50f72426782eba6e4414cdfbe68f5e2c33ceddfd4b4e442b3","c4333f6f6b14062c09f55ee17efb97cb85fb2a8e9067d1e6cb8633fd3108a6b6","94c6c397ec48cf764134ecf55642e542b64fbf6fb509dfac2aeab5e13539080f","951f0e15d51a8e7fc921eab436f4dd84bebe8c6f48bc9d9f0b710294bbc8449a","eb156be8f11c4cc0320f50f32e8347ffa9b9708ca2c5901bc27bd9538ee9de1a","215b022250ed08a646b4f5ac1cc09e8ba4c514ec70d14be005ad51df5f64f1b4","2b4baf4da3634d28d93d910f125a41e3ad083c12243c7c1ffa12f0eda370c5f9","12df52f49701babf81b9fcb297081b627035d9a12adb765afcc639ab532dc26c","05db5071cf2d92da87b7e934252261c68675d1fac81b47b15450822f3c67c65b","561f6d0352bd444e3f666e5ccc9e82b1e55c0c54e35bfe0c99d5f619ffd5f693","fb390e699789d2ed06c2e6589b995b4429c128531da07c7c6257d6f23db9dfd3","f36f8a1b2eafc51b086e3042826e965da52046fe9b354561b07d3ac0fbc7f62b","7dd66a4ede2faac07af26b3d80c376fd85f96e8b4178f28cbd2c3fb70956a404","874ad6b79228669434d7067b2ac89d31af2da04e68b00ddb5256963e76ee4070","54ca46441260d6aca100bb33772551facce9ac13cd4472006f0f026c66c7e46c","5dac5621fc59d4a10ac4b67dd3ba1966b185f9527ccca8d5fcfa490a5b835bc8","bc41fd078e33edfec963640c4561492cccf475f4f45cf1e483d90668353996ca","ba1d0b7814659778be83c3e79bcb8028cdb521fa623ba4e844f97b4a3f9c5645","d0cf45346ad414e0af6d989e891ca237604bf651c6b6b257368fe6b8da9547e2",{"version":"a4442653121e9af103a0c900207c57531f3adfa70d9a384fa5fe72bf64d55b98","signature":"4153ac788befea7e8a1dcb85b52a9f2719563588dd9969ef377c7a1cd49a48a2"},"915c31993384f691bebb0405eefa10476664fa811894e5bbb7d4009ff9e74f04","3e82bd3eabc219602229f16dbeb8e7ae3cfaf8a2187351566c13066d9f577292","f06978bfac1bc37af09033ce782a5c6e4ee70d59bcd0b34b3f8b18d6c52eed39","297e2d40ac79228b2dc2bf3dfb279a38e0bfa1f645f4449d6846faf262c531a0","4d3d1f02b6e1d797caefbe6eb9a108c13eface2011c2faef29c4b7eb05974ec6",{"version":"f8f1930a59fe1cf664735e787f0dd08d88c1da78ec15e27760363310c9cb0666","signature":"b8df1df1be76d0223d6a3390cefabf70a8a5e5d7505041ac3bc95fdb4edd40f7"},{"version":"931486435238b94dce8b57cfda2bf82594cffbea4a95b87b87cadb09a265ba04","signature":"1cb98c1855b1f616e7c0e3280cefd7b050b19d25ea67407a8fc219f3e4fd5047"},{"version":"64d4b35c5456adf258d2cf56c341e203a073253f229ef3208fc0d5020253b241","affectsGlobalScope":true},"946bd1737d9412395a8f24414c70f18660b84a75a12b0b448e6eb1a2161d06dd","7ef2c2fd6c34f20cfabecfc8b0b918dbb30d86773ca58071cadc19c2379e0f95","e050a0afcdbb269720a900c85076d18e0c1ab73e580202a2bf6964978181222a","5901e5782bd49fe4bacee15969c972625e6e9249216f85ba8a26c668fb16f679","bc88e4049153bc4dddb4503ed7e624eb141edfa9064b3659d6c86e900fe9e621"],"root":[[66,68],162,168,169],"options":{"allowSyntheticDefaultImports":true,"allowUnreachableCode":false,"composite":true,"declaration":true,"downlevelIteration":true,"esModuleInterop":true,"jsx":2,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitAny":true,"noImplicitReturns":false,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":3,"tsBuildInfoFile":"./.tsbuildinfo","useDefineForClassFields":true,"useUnknownInCatchVariables":false},"fileIdsList":[[167],[163,164,165,166],[171,172],[117,170,171],[116,161],[116,118,119],[117],[115,120,135,136,155,160],[120,135,161],[115,120,137,155],[115,120,135,155],[115,120,140,143,155],[115,120,155],[115,120,135,138,139,140,143,144,145,146,147,148,149,150,154],[115,117,120,155],[151,154,155],[120,132,152,153,155],[115,120,135,151,154,155],[115,120,135,137,155],[115,117,120,141,142,155],[120],[122,123,124],[121,122,123,124,125,126,127,128,129,130,131,132,133,134],[129],[135],[158,159],[161],[156,157],[114],[82,90,92],[69,82,89,90,92,93],[69,82,90,92],[69,83,84,85,86,87,88,89,91,93,104],[69,82,83,84,85,86,87,88,89,91,93,104,113],[69,82,83,84,85,86,87,88,89,91,92,93,104,113],[69,80,83,84,85,86,87,88,89,91,93,103,104,113],[69,83,84,85,86,87,88,89,91,93,104,105,106,107,108,109,111,112],[69,82,83,84,85,86,87,88,89,90,91,93,104,107,110,113],[82,88,103,113,114],[69,82,89,113],[69,83,84,85,86,87,88,89,91,92,93,103,113],[69,83,84,85,86,87,88,89,91,93,94,95,96,97,98,99,100,101],[69,83,84,85,86,87,88,89,91,93,94,95,96,97,99,103],[69,82,83,84,85,86,87,88,89,91,92,93,94,95,103],[69,83,84,85,86,87,88,89,91,93,94,95,96,103],[69,83,84,85,86,87,88,89,91,93,94,96,97,98,99,100,101,102],[69,83,84,85,86,87,88,89,91,93,94,95,96,97,103],[69,82,83,84,85,86,87,88,89,91,93,94,95,96,97],[69,83,84,85,86,87,88,89,91,93,103],[82,89,90],[69,83,84,85,86,87,88,89,91,93],[69,82,89,90,92],[69,83,84,85,86,87,88,91,93],[69,82,89,92],[89],[70,71,72,73,74,75,76,77,78,79,80,81],[71],[73],[80],[66,67,68,162,168],[66,162,167],[66,67],[67,68,161],[66]],"referencedMap":[[163,1],[164,1],[165,1],[166,1],[167,2],[173,3],[172,4],[119,5],[120,6],[118,7],[161,8],[136,9],[138,10],[139,10],[141,11],[144,12],[145,13],[146,11],[147,10],[155,14],[140,15],[148,10],[149,13],[142,13],[150,10],[152,16],[154,17],[153,18],[151,19],[143,20],[137,21],[125,22],[135,23],[132,24],[159,25],[160,26],[156,27],[158,28],[157,27],[115,29],[93,30],[85,31],[91,32],[83,32],[105,33],[109,34],[106,35],[107,36],[113,37],[112,38],[108,33],[111,38],[104,39],[110,40],[114,41],[102,42],[100,43],[96,44],[97,45],[103,46],[101,47],[98,48],[99,47],[94,49],[95,50],[87,31],[84,32],[92,51],[86,52],[89,53],[88,54],[90,55],[82,56],[75,57],[78,57],[80,58],[81,59],[169,60],[168,61],[68,62],[162,63]],"exportedModulesMap":[[163,1],[164,1],[165,1],[166,1],[167,2],[173,3],[172,4],[119,5],[120,6],[118,7],[161,8],[136,9],[138,10],[139,10],[141,11],[144,12],[145,13],[146,11],[147,10],[155,14],[140,15],[148,10],[149,13],[142,13],[150,10],[152,16],[154,17],[153,18],[151,19],[143,20],[137,21],[125,22],[135,23],[132,24],[159,25],[160,26],[156,27],[158,28],[157,27],[115,29],[93,30],[85,31],[91,32],[83,32],[105,33],[109,34],[106,35],[107,36],[113,37],[112,38],[108,33],[111,38],[104,39],[110,40],[114,41],[102,42],[100,43],[96,44],[97,45],[103,46],[101,47],[98,48],[99,47],[94,49],[95,50],[87,31],[84,32],[92,51],[86,52],[89,53],[88,54],[90,55],[82,56],[75,57],[78,57],[80,58],[81,59],[169,60],[168,61],[68,64],[162,63]],"semanticDiagnosticsPerFile":[163,164,165,166,167,173,170,172,171,174,117,175,116,119,120,118,161,136,138,139,141,144,145,146,147,155,140,148,149,142,150,152,154,153,151,143,137,121,125,122,126,123,135,127,124,128,129,130,131,132,133,134,159,160,156,158,157,115,93,85,91,83,105,109,106,107,113,112,108,111,104,110,114,102,100,96,97,103,101,98,99,94,95,69,87,84,92,86,89,88,90,70,71,72,82,73,74,75,76,77,78,79,80,81,64,65,12,13,15,14,2,16,17,18,19,20,21,22,23,3,4,24,28,25,26,27,29,30,31,5,32,33,34,35,6,39,36,37,38,40,7,41,46,47,42,43,44,45,8,51,48,49,50,52,9,53,54,55,58,56,57,59,60,10,1,11,63,62,61,66,67,169,168,68,162],"latestChangedDtsFile":"./index.d.ts"},"version":"5.2.2"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const DEFAULT_TEAM_CLAIM_NAME = "https://redocly.com/sso/teams";
|
|
2
|
+
export declare enum AuthProviderType {
|
|
3
|
+
OIDC = "OIDC",
|
|
4
|
+
SAML2 = "SAML2",
|
|
5
|
+
BASIC = "BASIC"
|
|
6
|
+
}
|
|
7
|
+
export declare enum ApigeeDevOnboardingIntegrationAuthType {
|
|
8
|
+
SERVICE_ACCOUNT = "SERVICE_ACCOUNT",
|
|
9
|
+
OAUTH2 = "OAUTH2"
|
|
10
|
+
}
|
|
11
|
+
export declare const REDOCLY_TEAMS_RBAC = "redocly::teams-rbac";
|
|
12
|
+
export declare enum LayoutVariant {
|
|
13
|
+
STACKED = "stacked",
|
|
14
|
+
THREE_PANEL = "three-panel"
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export const DEFAULT_TEAM_CLAIM_NAME = 'https://redocly.com/sso/teams';
|
|
2
|
+
export var AuthProviderType;
|
|
3
|
+
(function (AuthProviderType) {
|
|
4
|
+
AuthProviderType["OIDC"] = "OIDC";
|
|
5
|
+
AuthProviderType["SAML2"] = "SAML2";
|
|
6
|
+
AuthProviderType["BASIC"] = "BASIC";
|
|
7
|
+
})(AuthProviderType || (AuthProviderType = {}));
|
|
8
|
+
export var ApigeeDevOnboardingIntegrationAuthType;
|
|
9
|
+
(function (ApigeeDevOnboardingIntegrationAuthType) {
|
|
10
|
+
ApigeeDevOnboardingIntegrationAuthType["SERVICE_ACCOUNT"] = "SERVICE_ACCOUNT";
|
|
11
|
+
ApigeeDevOnboardingIntegrationAuthType["OAUTH2"] = "OAUTH2";
|
|
12
|
+
})(ApigeeDevOnboardingIntegrationAuthType || (ApigeeDevOnboardingIntegrationAuthType = {}));
|
|
13
|
+
export const REDOCLY_TEAMS_RBAC = 'redocly::teams-rbac';
|
|
14
|
+
export var LayoutVariant;
|
|
15
|
+
(function (LayoutVariant) {
|
|
16
|
+
LayoutVariant["STACKED"] = "stacked";
|
|
17
|
+
LayoutVariant["THREE_PANEL"] = "three-panel";
|
|
18
|
+
})(LayoutVariant || (LayoutVariant = {}));
|
|
19
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,uBAAuB,GAAG,+BAA+B,CAAC;AACvE,MAAM,CAAN,IAAY,gBAIX;AAJD,WAAY,gBAAgB;IAC1B,iCAAa,CAAA;IACb,mCAAe,CAAA;IACf,mCAAe,CAAA;AACjB,CAAC,EAJW,gBAAgB,KAAhB,gBAAgB,QAI3B;AACD,MAAM,CAAN,IAAY,sCAGX;AAHD,WAAY,sCAAsC;IAChD,6EAAmC,CAAA;IACnC,2DAAiB,CAAA;AACnB,CAAC,EAHW,sCAAsC,KAAtC,sCAAsC,QAGjD;AAED,MAAM,CAAC,MAAM,kBAAkB,GAAG,qBAAqB,CAAC;AAExD,MAAM,CAAN,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,4CAA2B,CAAA;AAC7B,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB"}
|