@redocly/cli 2.0.0-next.8 → 2.0.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 (141) hide show
  1. package/lib/commands/auth.d.ts +4 -4
  2. package/lib/commands/auth.d.ts.map +1 -1
  3. package/lib/commands/auth.js.map +1 -1
  4. package/lib/commands/build-docs/utils.js +1 -1
  5. package/lib/commands/build-docs/utils.js.map +1 -1
  6. package/lib/commands/bundle.d.ts +4 -4
  7. package/lib/commands/bundle.d.ts.map +1 -1
  8. package/lib/commands/bundle.js.map +1 -1
  9. package/lib/commands/eject.d.ts +2 -2
  10. package/lib/commands/eject.d.ts.map +1 -1
  11. package/lib/commands/eject.js.map +1 -1
  12. package/lib/commands/generate-arazzo.d.ts +8 -0
  13. package/lib/commands/generate-arazzo.d.ts.map +1 -0
  14. package/lib/commands/generate-arazzo.js +25 -0
  15. package/lib/commands/generate-arazzo.js.map +1 -0
  16. package/lib/commands/join.d.ts +2 -2
  17. package/lib/commands/join.d.ts.map +1 -1
  18. package/lib/commands/join.js +7 -8
  19. package/lib/commands/join.js.map +1 -1
  20. package/lib/commands/lint.d.ts +4 -4
  21. package/lib/commands/lint.d.ts.map +1 -1
  22. package/lib/commands/lint.js +1 -4
  23. package/lib/commands/lint.js.map +1 -1
  24. package/lib/commands/preview-project/index.d.ts +2 -2
  25. package/lib/commands/preview-project/index.d.ts.map +1 -1
  26. package/lib/commands/preview-project/index.js.map +1 -1
  27. package/lib/commands/preview-project/types.d.ts +1 -1
  28. package/lib/commands/preview-project/types.d.ts.map +1 -1
  29. package/lib/commands/respect/display-files-summary-table.d.ts +12 -0
  30. package/lib/commands/respect/display-files-summary-table.d.ts.map +1 -0
  31. package/lib/commands/respect/display-files-summary-table.js +65 -0
  32. package/lib/commands/respect/display-files-summary-table.js.map +1 -0
  33. package/lib/commands/respect/har-logs/har-logs.d.ts +6 -0
  34. package/lib/commands/respect/har-logs/har-logs.d.ts.map +1 -0
  35. package/lib/commands/respect/har-logs/har-logs.js +28 -0
  36. package/lib/commands/respect/har-logs/har-logs.js.map +1 -0
  37. package/lib/commands/respect/har-logs/helpers/add-headers.d.ts +2 -0
  38. package/lib/commands/respect/har-logs/helpers/add-headers.d.ts.map +1 -0
  39. package/lib/commands/respect/har-logs/helpers/add-headers.js +17 -0
  40. package/lib/commands/respect/har-logs/helpers/add-headers.js.map +1 -0
  41. package/lib/commands/respect/har-logs/helpers/build-headers.d.ts +10 -0
  42. package/lib/commands/respect/har-logs/helpers/build-headers.d.ts.map +1 -0
  43. package/lib/commands/respect/har-logs/helpers/build-headers.js +32 -0
  44. package/lib/commands/respect/har-logs/helpers/build-headers.js.map +1 -0
  45. package/lib/commands/respect/har-logs/helpers/build-params.d.ts +2 -0
  46. package/lib/commands/respect/har-logs/helpers/build-params.d.ts.map +1 -0
  47. package/lib/commands/respect/har-logs/helpers/build-params.js +18 -0
  48. package/lib/commands/respect/har-logs/helpers/build-params.js.map +1 -0
  49. package/lib/commands/respect/har-logs/helpers/build-request-cookies.d.ts +2 -0
  50. package/lib/commands/respect/har-logs/helpers/build-request-cookies.d.ts.map +1 -0
  51. package/lib/commands/respect/har-logs/helpers/build-request-cookies.js +18 -0
  52. package/lib/commands/respect/har-logs/helpers/build-request-cookies.js.map +1 -0
  53. package/lib/commands/respect/har-logs/helpers/build-response-cookies.d.ts +2 -0
  54. package/lib/commands/respect/har-logs/helpers/build-response-cookies.d.ts.map +1 -0
  55. package/lib/commands/respect/har-logs/helpers/build-response-cookies.js +40 -0
  56. package/lib/commands/respect/har-logs/helpers/build-response-cookies.js.map +1 -0
  57. package/lib/commands/respect/har-logs/helpers/get-agent.d.ts +2 -0
  58. package/lib/commands/respect/har-logs/helpers/get-agent.d.ts.map +1 -0
  59. package/lib/commands/respect/har-logs/helpers/get-agent.js +89 -0
  60. package/lib/commands/respect/har-logs/helpers/get-agent.js.map +1 -0
  61. package/lib/commands/respect/har-logs/helpers/get-duration.d.ts +2 -0
  62. package/lib/commands/respect/har-logs/helpers/get-duration.d.ts.map +1 -0
  63. package/lib/commands/respect/har-logs/helpers/get-duration.js +6 -0
  64. package/lib/commands/respect/har-logs/helpers/get-duration.js.map +1 -0
  65. package/lib/commands/respect/har-logs/helpers/get-input-url.d.ts +2 -0
  66. package/lib/commands/respect/har-logs/helpers/get-input-url.d.ts.map +1 -0
  67. package/lib/commands/respect/har-logs/helpers/get-input-url.js +5 -0
  68. package/lib/commands/respect/har-logs/helpers/get-input-url.js.map +1 -0
  69. package/lib/commands/respect/har-logs/helpers/handle-request.d.ts +9 -0
  70. package/lib/commands/respect/har-logs/helpers/handle-request.d.ts.map +1 -0
  71. package/lib/commands/respect/har-logs/helpers/handle-request.js +199 -0
  72. package/lib/commands/respect/har-logs/helpers/handle-request.js.map +1 -0
  73. package/lib/commands/respect/har-logs/index.d.ts +2 -0
  74. package/lib/commands/respect/har-logs/index.d.ts.map +1 -0
  75. package/lib/commands/respect/har-logs/index.js +2 -0
  76. package/lib/commands/respect/har-logs/index.js.map +1 -0
  77. package/lib/commands/respect/har-logs/with-har.d.ts +7 -0
  78. package/lib/commands/respect/har-logs/with-har.d.ts.map +1 -0
  79. package/lib/commands/respect/har-logs/with-har.js +188 -0
  80. package/lib/commands/respect/har-logs/with-har.js.map +1 -0
  81. package/lib/commands/respect/index.d.ts +21 -0
  82. package/lib/commands/respect/index.d.ts.map +1 -0
  83. package/lib/commands/respect/index.js +109 -0
  84. package/lib/commands/respect/index.js.map +1 -0
  85. package/lib/commands/respect/json-logs.d.ts +10 -0
  86. package/lib/commands/respect/json-logs.d.ts.map +1 -0
  87. package/lib/commands/respect/json-logs.js +80 -0
  88. package/lib/commands/respect/json-logs.js.map +1 -0
  89. package/lib/commands/respect/mtls/create-mtls-client.d.ts +9 -0
  90. package/lib/commands/respect/mtls/create-mtls-client.d.ts.map +1 -0
  91. package/lib/commands/respect/mtls/create-mtls-client.js +32 -0
  92. package/lib/commands/respect/mtls/create-mtls-client.js.map +1 -0
  93. package/lib/commands/respect/mtls/resolve-mtls-certificates.d.ts +7 -0
  94. package/lib/commands/respect/mtls/resolve-mtls-certificates.d.ts.map +1 -0
  95. package/lib/commands/respect/mtls/resolve-mtls-certificates.js +45 -0
  96. package/lib/commands/respect/mtls/resolve-mtls-certificates.js.map +1 -0
  97. package/lib/commands/split/index.d.ts +2 -2
  98. package/lib/commands/split/index.d.ts.map +1 -1
  99. package/lib/commands/split/index.js +17 -13
  100. package/lib/commands/split/index.js.map +1 -1
  101. package/lib/commands/split/types.d.ts +4 -23
  102. package/lib/commands/split/types.d.ts.map +1 -1
  103. package/lib/commands/split/types.js +17 -40
  104. package/lib/commands/split/types.js.map +1 -1
  105. package/lib/commands/stats.d.ts +2 -2
  106. package/lib/commands/stats.d.ts.map +1 -1
  107. package/lib/commands/stats.js.map +1 -1
  108. package/lib/commands/translations.d.ts +2 -2
  109. package/lib/commands/translations.d.ts.map +1 -1
  110. package/lib/commands/translations.js.map +1 -1
  111. package/lib/index.js +4 -4
  112. package/lib/index.js.map +1 -1
  113. package/lib/reunite/commands/push-status.d.ts +2 -2
  114. package/lib/reunite/commands/push-status.d.ts.map +1 -1
  115. package/lib/reunite/commands/push-status.js +1 -2
  116. package/lib/reunite/commands/push-status.js.map +1 -1
  117. package/lib/reunite/commands/push.d.ts +2 -2
  118. package/lib/reunite/commands/push.d.ts.map +1 -1
  119. package/lib/reunite/commands/push.js.map +1 -1
  120. package/lib/types.d.ts +17 -16
  121. package/lib/types.d.ts.map +1 -1
  122. package/lib/types.js +1 -1
  123. package/lib/types.js.map +1 -1
  124. package/lib/utils/miscellaneous.d.ts +9 -9
  125. package/lib/utils/miscellaneous.d.ts.map +1 -1
  126. package/lib/utils/miscellaneous.js +8 -14
  127. package/lib/utils/miscellaneous.js.map +1 -1
  128. package/lib/utils/read-env-variables.d.ts +2 -0
  129. package/lib/utils/read-env-variables.d.ts.map +1 -0
  130. package/lib/utils/read-env-variables.js +18 -0
  131. package/lib/utils/read-env-variables.js.map +1 -0
  132. package/lib/utils/telemetry.d.ts +3 -3
  133. package/lib/utils/telemetry.d.ts.map +1 -1
  134. package/lib/utils/telemetry.js.map +1 -1
  135. package/lib/wrapper.d.ts +3 -3
  136. package/lib/wrapper.d.ts.map +1 -1
  137. package/package.json +9 -5
  138. package/lib/utils/js-utils.d.ts +0 -6
  139. package/lib/utils/js-utils.d.ts.map +0 -1
  140. package/lib/utils/js-utils.js +0 -24
  141. package/lib/utils/js-utils.js.map +0 -1
@@ -0,0 +1,188 @@
1
+ /* istanbul ignore file */
2
+ // Forked from:
3
+ // https://github.com/exogen/node-fetch-har
4
+ // Changes made:
5
+ // - Allow to pass body as FormData
6
+ // - removed nanoid and replaced with crypto.randomUUID
7
+ // - migrated to be used with undici
8
+ import { URL } from 'url';
9
+ import { Client } from 'undici';
10
+ import { addHeaders } from './helpers/add-headers.js';
11
+ import { getDuration } from './helpers/get-duration.js';
12
+ import { buildRequestCookies } from './helpers/build-request-cookies.js';
13
+ import { buildHeaders } from './helpers/build-headers.js';
14
+ import { buildResponseCookies } from './helpers/build-response-cookies.js';
15
+ const HAR_HEADER_NAME = 'x-har-request-id';
16
+ const harEntryMap = new Map();
17
+ export const withHar = function (baseFetch, defaults = {}) {
18
+ withHar.harEntryMap = harEntryMap;
19
+ return async function fetch(input, options = {}) {
20
+ const { har = defaults.har, harPageRef = defaults.harPageRef, onHarEntry = defaults.onHarEntry, } = options;
21
+ if (har === false) {
22
+ return baseFetch(input, options);
23
+ }
24
+ const requestId = crypto.randomUUID();
25
+ const startTime = process.hrtime();
26
+ const url = new URL(typeof input === 'string' ? input : input.url);
27
+ const entry = {
28
+ _compressed: false,
29
+ _resourceType: 'fetch',
30
+ _timestamps: {
31
+ start: startTime,
32
+ socket: startTime,
33
+ lookup: startTime,
34
+ connect: startTime,
35
+ secureConnect: startTime,
36
+ sent: startTime,
37
+ firstByte: startTime,
38
+ received: startTime,
39
+ },
40
+ timings: {
41
+ blocked: -1,
42
+ dns: -1,
43
+ connect: -1,
44
+ send: 0,
45
+ wait: 0,
46
+ receive: 0,
47
+ ssl: -1,
48
+ },
49
+ time: 0,
50
+ startedDateTime: new Date().toISOString(),
51
+ cache: {
52
+ beforeRequest: null,
53
+ afterRequest: null,
54
+ },
55
+ request: {
56
+ method: options.method || 'GET',
57
+ url: url.href,
58
+ cookies: buildRequestCookies(options.headers || {}),
59
+ headers: buildHeaders(options.headers || {}),
60
+ queryString: [...url.searchParams].map(([name, value]) => ({
61
+ name,
62
+ value,
63
+ })),
64
+ headersSize: -1,
65
+ bodySize: -1,
66
+ postData: {},
67
+ httpVersion: 'HTTP/1.1',
68
+ },
69
+ response: {},
70
+ pageref: '',
71
+ };
72
+ // Replace the Dispatcher initialization with Client
73
+ const client = options.dispatcher || new Client(url.origin);
74
+ // Listen to Undici dispatcher events
75
+ client.on('connect', () => (entry._timestamps.connect = process.hrtime()));
76
+ // Pass the dispatcher in options
77
+ options = Object.assign({}, options, {
78
+ headers: addHeaders(options.headers, { [HAR_HEADER_NAME]: requestId }),
79
+ dispatcher: client, // Use client as dispatcher
80
+ });
81
+ harEntryMap.set(requestId, entry);
82
+ // Update sent time just before the request
83
+ entry._timestamps.sent = process.hrtime();
84
+ // Make the request
85
+ const response = await baseFetch(input, options);
86
+ // Need to clone response to get both text and arrayBuffer
87
+ const responseClone = response.clone();
88
+ // Update firstByte time when we get the response
89
+ entry._timestamps.firstByte = process.hrtime();
90
+ // Get the response body and update received time
91
+ const text = await response.text();
92
+ entry._timestamps.received = process.hrtime();
93
+ const harEntry = harEntryMap.get(requestId);
94
+ harEntryMap.delete(requestId);
95
+ if (!harEntry) {
96
+ return response;
97
+ }
98
+ // Add response info
99
+ if (!harEntry.response) {
100
+ harEntry.response = {};
101
+ }
102
+ // Calculate total bytes of headers including the double CRLF before body
103
+ const headerLines = [...response.headers.entries()].map(([name, value]) => `${name}: ${value}`);
104
+ const statusLine = `HTTP/1.1 ${response.status} ${response.statusText}`;
105
+ const headerBytes = Buffer.byteLength(statusLine + '\r\n' + headerLines.join('\r\n') + '\r\n\r\n');
106
+ harEntry._compressed = /^(gzip|compress|deflate|br)$/.test(response.headers.get('content-encoding') || '');
107
+ if (!harEntry.response.content) {
108
+ harEntry.response.content = {
109
+ size: -1,
110
+ };
111
+ }
112
+ if (harEntry._compressed) {
113
+ const rawBody = await responseClone.arrayBuffer();
114
+ harEntry.response.content.size = rawBody.byteLength;
115
+ }
116
+ else {
117
+ harEntry.response.content.size = text ? Buffer.byteLength(text) : -1;
118
+ }
119
+ const bodySize = text ? Buffer.byteLength(text) : -1;
120
+ harEntry.response = {
121
+ headers: buildHeaders(response.headers),
122
+ cookies: buildResponseCookies(response.headers),
123
+ status: response.status,
124
+ statusText: response.statusText || '',
125
+ httpVersion: response.httpVersion ? `HTTP/${response.httpVersion}` : 'HTTP/1.1',
126
+ redirectURL: response.headers.location || '',
127
+ content: {
128
+ size: harEntry._compressed && harEntry.response.content.size !== -1
129
+ ? harEntry.response.content.size
130
+ : Buffer.byteLength(text),
131
+ mimeType: response.headers.get('content-type') || '',
132
+ text,
133
+ compression: harEntry._compressed && harEntry.response.content.size !== -1
134
+ ? harEntry.response.content.size - bodySize
135
+ : 0,
136
+ },
137
+ bodySize,
138
+ headersSize: headerBytes,
139
+ };
140
+ // Calculate timings
141
+ const { _timestamps: time } = harEntry;
142
+ harEntry.timings = {
143
+ blocked: Math.max(getDuration(time.start, time.socket), 0.01),
144
+ dns: -1,
145
+ connect: Math.max(getDuration(time.lookup, time.connect), -1),
146
+ ssl: time.secureConnect ? Math.max(getDuration(time.connect, time.secureConnect), -1) : -1,
147
+ send: getDuration(time.secureConnect || time.connect, time.sent),
148
+ wait: Math.max(getDuration(time.sent, time.firstByte), 0),
149
+ receive: getDuration(time.firstByte, time.received),
150
+ };
151
+ // Calculate total time
152
+ harEntry.time = getDuration(time.start, time.received);
153
+ const parents = [];
154
+ let child = harEntry;
155
+ do {
156
+ const parent = child._parent;
157
+ delete child._parent;
158
+ if (parent) {
159
+ parents.unshift(parent);
160
+ }
161
+ child = parent;
162
+ } while (child);
163
+ // Allow grouping by pages.
164
+ entry.pageref = harPageRef || 'page_1';
165
+ parents.forEach((parent) => {
166
+ parent.pageref = entry.pageref;
167
+ });
168
+ const Response = defaults.Response || baseFetch.Response || global.Response || response.constructor;
169
+ const responseCopy = new Response(text, {
170
+ status: response.statusCode,
171
+ statusText: response.statusText || '',
172
+ headers: response.headers,
173
+ url: response.url,
174
+ });
175
+ responseCopy.harEntry = entry;
176
+ if (har && typeof har === 'object') {
177
+ har.log.entries.push(...parents, entry);
178
+ }
179
+ if (onHarEntry) {
180
+ parents.forEach((parent) => {
181
+ onHarEntry(parent);
182
+ });
183
+ onHarEntry(entry);
184
+ }
185
+ return responseCopy;
186
+ };
187
+ };
188
+ //# sourceMappingURL=with-har.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with-har.js","sourceRoot":"","sources":["../../../../src/commands/respect/har-logs/with-har.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,21 @@
1
+ import { type CommandArgs } from '../../wrapper';
2
+ export type RespectArgv = {
3
+ files: string[];
4
+ input?: string;
5
+ server?: string;
6
+ workflow?: string[];
7
+ skip?: string[];
8
+ verbose?: boolean;
9
+ 'har-output'?: string;
10
+ 'json-output'?: string;
11
+ 'client-cert'?: string;
12
+ 'client-key'?: string;
13
+ 'ca-cert'?: string;
14
+ 'max-steps': number;
15
+ severity?: string;
16
+ config?: string;
17
+ 'max-fetch-timeout': number;
18
+ 'execution-timeout': number;
19
+ };
20
+ export declare function handleRespect({ argv, config, version, collectSpecData, }: CommandArgs<RespectArgv>): Promise<void>;
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/respect/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AAYjD,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,wBAAsB,aAAa,CAAC,EAClC,IAAI,EACJ,MAAM,EACN,OAAO,EACP,eAAe,GAChB,EAAE,WAAW,CAAC,WAAW,CAAC,iBAqH1B"}
@@ -0,0 +1,109 @@
1
+ import { HandledError, logger } from '@redocly/openapi-core';
2
+ import { existsSync, readFileSync, writeFileSync } from 'node:fs';
3
+ import { dirname, basename } from 'node:path';
4
+ import { blue, green } from 'colorette';
5
+ import { composeJsonLogsFiles } from './json-logs.js';
6
+ import { displayFilesSummaryTable } from './display-files-summary-table.js';
7
+ import { readEnvVariables } from '../../utils/read-env-variables.js';
8
+ import { resolveMtlsCertificates } from './mtls/resolve-mtls-certificates.js';
9
+ import { withMtlsClientIfNeeded } from './mtls/create-mtls-client.js';
10
+ import { withHar } from './har-logs/index.js';
11
+ import { createHarLog } from './har-logs/har-logs.js';
12
+ export async function handleRespect({ argv, config, version, collectSpecData, }) {
13
+ let mtlsCerts;
14
+ let harLogs;
15
+ try {
16
+ const { run, maskSecrets } = await import('@redocly/respect-core');
17
+ const workingDir = config.configPath ? dirname(config.configPath) : process.cwd();
18
+ if (argv['client-cert'] || argv['client-key'] || argv['ca-cert']) {
19
+ mtlsCerts =
20
+ argv['client-cert'] || argv['client-key'] || argv['ca-cert']
21
+ ? resolveMtlsCertificates({
22
+ clientCert: argv['client-cert'],
23
+ clientKey: argv['client-key'],
24
+ caCert: argv['ca-cert'],
25
+ }, workingDir)
26
+ : undefined;
27
+ }
28
+ let customFetch = withMtlsClientIfNeeded(mtlsCerts);
29
+ if (argv['har-output']) {
30
+ harLogs = createHarLog({ version });
31
+ customFetch = withHar(customFetch, { har: harLogs });
32
+ }
33
+ const options = {
34
+ files: argv.files,
35
+ input: argv.input,
36
+ server: argv.server,
37
+ workflow: argv.workflow,
38
+ skip: argv.skip,
39
+ verbose: argv.verbose,
40
+ config,
41
+ version,
42
+ collectSpecData,
43
+ severity: argv.severity,
44
+ maxSteps: argv['max-steps'],
45
+ maxFetchTimeout: argv['max-fetch-timeout'],
46
+ executionTimeout: argv['execution-timeout'],
47
+ requestFileLoader: {
48
+ getFileBody: async (filePath) => {
49
+ if (!existsSync(filePath)) {
50
+ throw new Error(`File ${filePath} doesn't exist or isn't readable.`);
51
+ }
52
+ const buffer = readFileSync(filePath);
53
+ return new File([buffer], basename(filePath));
54
+ },
55
+ },
56
+ envVariables: readEnvVariables(workingDir) || {},
57
+ logger,
58
+ fetch: customFetch,
59
+ };
60
+ if (options.skip && options.workflow) {
61
+ throw new Error(`Cannot use both --skip and --workflow flags at the same time.`);
62
+ }
63
+ if (argv['har-output'] && !argv['har-output'].endsWith('.har')) {
64
+ throw new Error('File for HAR logs should be in .har format');
65
+ }
66
+ if (argv['json-output'] && !argv['json-output'].endsWith('.json')) {
67
+ throw new Error('File for JSON logs should be in .json format');
68
+ }
69
+ if (options.files.length > 1 && argv['har-output']) {
70
+ // TODO: implement multiple run files HAR output
71
+ throw new Error('Currently only a single file can be run with --har-output. Please run a single file at a time.');
72
+ }
73
+ const startedAt = performance.now();
74
+ const runAllFilesResult = await run(options);
75
+ logger.printNewLine();
76
+ displayFilesSummaryTable(runAllFilesResult, logger);
77
+ logger.printNewLine();
78
+ const hasProblems = runAllFilesResult.some((result) => result.hasProblems);
79
+ const hasWarnings = runAllFilesResult.some((result) => result.hasWarnings);
80
+ if (argv['json-output']) {
81
+ const jsonOutputData = {
82
+ files: composeJsonLogsFiles(runAllFilesResult),
83
+ status: hasProblems ? 'error' : hasWarnings ? 'warn' : 'success',
84
+ totalTime: performance.now() - startedAt,
85
+ };
86
+ writeFileSync(argv['json-output'], JSON.stringify(jsonOutputData, null, 2), 'utf-8');
87
+ logger.output(blue(logger.indent(`JSON logs saved in ${green(argv['json-output'])}`, 2)));
88
+ logger.printNewLine();
89
+ logger.printNewLine();
90
+ }
91
+ if (argv['har-output']) {
92
+ // TODO: implement multiple run files HAR output
93
+ for (const result of runAllFilesResult) {
94
+ const parsedHarLogs = maskSecrets(harLogs, result.ctx.secretFields || new Set());
95
+ writeFileSync(argv['har-output'], JSON.stringify(parsedHarLogs, null, 2), 'utf-8');
96
+ logger.output(blue(`Har logs saved in ${green(argv['har-output'])}`));
97
+ logger.printNewLine();
98
+ logger.printNewLine();
99
+ }
100
+ }
101
+ if (hasProblems) {
102
+ throw new Error(' Tests exited with error ');
103
+ }
104
+ }
105
+ catch (error) {
106
+ throw new HandledError(error?.message ?? error);
107
+ }
108
+ }
109
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/respect/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ import type { TestContext, JsonLogs, WorkflowExecutionResult } from '@redocly/respect-core';
2
+ export declare function composeJsonLogsFiles(filesResult: {
3
+ file: string;
4
+ totalRequests: number;
5
+ totalTimeMs: number;
6
+ executedWorkflows: WorkflowExecutionResult[];
7
+ ctx: TestContext;
8
+ globalTimeoutError: boolean;
9
+ }[]): JsonLogs['files'];
10
+ //# sourceMappingURL=json-logs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"json-logs.d.ts","sourceRoot":"","sources":["../../../src/commands/respect/json-logs.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,WAAW,EACX,QAAQ,EACR,uBAAuB,EAKxB,MAAM,uBAAuB,CAAC;AAE/B,wBAAgB,oBAAoB,CAClC,WAAW,EAAE;IACX,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,uBAAuB,EAAE,CAAC;IAC7C,GAAG,EAAE,WAAW,CAAC;IACjB,kBAAkB,EAAE,OAAO,CAAC;CAC7B,EAAE,GACF,QAAQ,CAAC,OAAO,CAAC,CAmBnB"}
@@ -0,0 +1,80 @@
1
+ import { maskSecrets, calculateTotals } from '@redocly/respect-core';
2
+ export function composeJsonLogsFiles(filesResult) {
3
+ const files = {};
4
+ for (const fileResult of filesResult) {
5
+ const { executedWorkflows, globalTimeoutError: fileGlobalTimeoutError } = fileResult;
6
+ const { secretFields } = fileResult.ctx;
7
+ files[fileResult.file] = maskSecrets({
8
+ totalRequests: fileResult.totalRequests,
9
+ executedWorkflows: executedWorkflows.map((workflow) => mapJsonWorkflow(workflow)),
10
+ totalTimeMs: fileResult.totalTimeMs,
11
+ globalTimeoutError: fileGlobalTimeoutError,
12
+ }, secretFields || new Set());
13
+ }
14
+ return files;
15
+ }
16
+ function mapJsonWorkflow(workflow) {
17
+ const { ctx, ...rest } = workflow;
18
+ const steps = workflow.executedSteps.map((step) => mapJsonStep(step, workflow.workflowId, ctx));
19
+ const totals = calculateTotals([workflow]);
20
+ const result = {
21
+ ...rest,
22
+ executedSteps: steps,
23
+ status: totals.steps.failed > 0 ? 'error' : totals.steps.warnings > 0 ? 'warn' : 'success',
24
+ totalRequests: totals.totalRequests,
25
+ totalTimeMs: workflow.totalTimeMs,
26
+ };
27
+ return result;
28
+ }
29
+ function mapJsonStep(step, workflowId, ctx) {
30
+ if ('executedSteps' in step) {
31
+ return mapJsonWorkflow(step);
32
+ }
33
+ const publicStep = ctx.$workflows[workflowId].steps[step.stepId];
34
+ return {
35
+ type: 'step',
36
+ stepId: step.stepId,
37
+ workflowId,
38
+ request: {
39
+ method: publicStep.request?.method || '',
40
+ url: step.response?.requestUrl || '',
41
+ headers: publicStep.request?.header || {},
42
+ body: publicStep.request?.body,
43
+ },
44
+ response: {
45
+ statusCode: step.response?.statusCode || 0,
46
+ body: publicStep.response?.body,
47
+ headers: step.response?.header || {},
48
+ time: step.response?.time || 0,
49
+ },
50
+ checks: step.checks.map((check) => ({
51
+ ...check,
52
+ status: calculateCheckStatus(check),
53
+ })),
54
+ totalTimeMs: publicStep.response?.time || 0,
55
+ retriesLeft: step.retriesLeft,
56
+ status: calculateStepStatus(step.checks),
57
+ };
58
+ }
59
+ function calculateCheckStatus(check) {
60
+ if (check.passed) {
61
+ return 'success';
62
+ }
63
+ if (check.severity === 'error') {
64
+ return 'error';
65
+ }
66
+ return 'warn';
67
+ }
68
+ function calculateStepStatus(checks) {
69
+ let hasWarning = false;
70
+ for (const check of checks) {
71
+ if (!check.passed && check.severity === 'error') {
72
+ return 'error';
73
+ }
74
+ if (!check.passed && check.severity === 'warn') {
75
+ hasWarning = true;
76
+ }
77
+ }
78
+ return hasWarning ? 'warn' : 'success';
79
+ }
80
+ //# sourceMappingURL=json-logs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"json-logs.js","sourceRoot":"","sources":["../../../src/commands/respect/json-logs.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { Client, fetch } from 'undici';
2
+ export type MtlsCerts = {
3
+ clientCert?: string;
4
+ clientKey?: string;
5
+ caCert?: string;
6
+ };
7
+ export declare function createMtlsClient(parsedPathToFetch: string, mtlsCerts?: MtlsCerts): Client | undefined;
8
+ export declare function withMtlsClientIfNeeded(mtlsCerts?: MtlsCerts): typeof fetch;
9
+ //# sourceMappingURL=create-mtls-client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-mtls-client.d.ts","sourceRoot":"","sources":["../../../../src/commands/respect/mtls/create-mtls-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAsC,KAAK,EAAE,MAAM,QAAQ,CAAC;AAE3E,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,wBAAgB,gBAAgB,CAAC,iBAAiB,EAAE,MAAM,EAAE,SAAS,GAAE,SAAc,sBAiBpF;AAED,wBAAgB,sBAAsB,CAAC,SAAS,GAAE,SAAc,gBAa/D"}
@@ -0,0 +1,32 @@
1
+ import { Client, fetch } from 'undici';
2
+ export function createMtlsClient(parsedPathToFetch, mtlsCerts = {}) {
3
+ const { clientCert, clientKey, caCert } = mtlsCerts;
4
+ const baseUrl = new URL(parsedPathToFetch).origin;
5
+ if (clientCert && clientKey) {
6
+ return new Client(baseUrl, {
7
+ connect: {
8
+ key: Buffer.from(clientKey),
9
+ cert: Buffer.from(clientCert),
10
+ ...(caCert && { ca: Buffer.from(caCert) }),
11
+ // Keeping this `false` to have the ability to call different servers in one Arazzo file
12
+ // some of them might not require mTLS.
13
+ rejectUnauthorized: false,
14
+ },
15
+ });
16
+ }
17
+ return undefined;
18
+ }
19
+ export function withMtlsClientIfNeeded(mtlsCerts = {}) {
20
+ if (!mtlsCerts) {
21
+ return fetch;
22
+ }
23
+ return function fetchWithMtls(input, init) {
24
+ const url = typeof input === 'string' ? input : 'url' in input ? input.url : input.toString();
25
+ const client = createMtlsClient(url, mtlsCerts);
26
+ return fetch(input, {
27
+ ...init,
28
+ dispatcher: client,
29
+ });
30
+ };
31
+ }
32
+ //# sourceMappingURL=create-mtls-client.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-mtls-client.js","sourceRoot":"","sources":["../../../../src/commands/respect/mtls/create-mtls-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAsC,KAAK,EAAE,MAAM,QAAQ,CAAC;AAQ3E,MAAM,UAAU,gBAAgB,CAAC,iBAAyB,EAAE,YAAuB,EAAE;IACnF,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IACpD,MAAM,OAAO,GAAG,IAAI,GAAG,CAAC,iBAAiB,CAAC,CAAC,MAAM,CAAC;IAElD,IAAI,UAAU,IAAI,SAAS,EAAE,CAAC;QAC5B,OAAO,IAAI,MAAM,CAAC,OAAO,EAAE;YACzB,OAAO,EAAE;gBACP,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC;gBAC3B,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC;gBAC7B,GAAG,CAAC,MAAM,IAAI,EAAE,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;gBAC1C,wFAAwF;gBACxF,uCAAuC;gBACvC,kBAAkB,EAAE,KAAK;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,YAAuB,EAAE;IAC9D,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,OAAO,KAAK,CAAC;IACf,CAAC;IAED,OAAO,SAAS,aAAa,CAAC,KAAiC,EAAE,IAAkB;QACjF,MAAM,GAAG,GAAG,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,IAAI,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;QAC9F,MAAM,MAAM,GAAG,gBAAgB,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;QAChD,OAAO,KAAK,CAAC,KAAK,EAAE;YAClB,GAAG,IAAI;YACP,UAAU,EAAE,MAAM;SACnB,CAAC,CAAC;IACL,CAAC,CAAC;AACJ,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { MtlsCerts } from './create-mtls-client.js';
2
+ export declare function resolveMtlsCertificates(mtlsCertificates: Partial<MtlsCerts> | undefined, workingDir: string): {
3
+ clientCert: string | undefined;
4
+ clientKey: string | undefined;
5
+ caCert: string | undefined;
6
+ };
7
+ //# sourceMappingURL=resolve-mtls-certificates.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolve-mtls-certificates.d.ts","sourceRoot":"","sources":["../../../../src/commands/respect/mtls/resolve-mtls-certificates.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEzD,wBAAgB,uBAAuB,CACrC,gBAAgB,EAAE,OAAO,CAAC,SAAS,CAAC,YAAK,EACzC,UAAU,EAAE,MAAM;;;;EASnB"}
@@ -0,0 +1,45 @@
1
+ import * as fs from 'node:fs';
2
+ import * as path from 'node:path';
3
+ export function resolveMtlsCertificates(mtlsCertificates = {}, workingDir) {
4
+ const { clientCert, clientKey, caCert } = mtlsCertificates;
5
+ return {
6
+ clientCert: resolveCertificate(clientCert, workingDir),
7
+ clientKey: resolveCertificate(clientKey, workingDir),
8
+ caCert: resolveCertificate(caCert, workingDir),
9
+ };
10
+ }
11
+ function resolveCertificate(cert, workingDir) {
12
+ if (!cert)
13
+ return undefined;
14
+ try {
15
+ // Check if the string looks like a certificate content
16
+ const isCertContent = cert.includes('-----BEGIN') && cert.includes('-----END');
17
+ if (!isCertContent) {
18
+ const certPath = path.resolve(workingDir, cert);
19
+ // If not a certificate content, treat as file path
20
+ fs.accessSync(certPath, fs.constants.R_OK);
21
+ return fs.readFileSync(certPath, 'utf-8');
22
+ }
23
+ // Return the certificate content as-is
24
+ return formatCertificate(cert);
25
+ }
26
+ catch (error) {
27
+ throw new Error(`Failed to read certificate: ${error.message}`);
28
+ }
29
+ }
30
+ function formatCertificate(cert) {
31
+ // Split the content into header, body, and footer
32
+ const matches = cert.match(/^(-----BEGIN[^-]+-----)\r?\n([A-Za-z0-9+/=\r\n\t ]+)\r?\n(-----END[^-]+-----)/);
33
+ if (!matches) {
34
+ throw new Error('Invalid certificate format');
35
+ }
36
+ const [, header, body, footer] = matches;
37
+ // Format the body with proper line breaks (64 characters per line)
38
+ const formattedBody = body
39
+ .replace(/\s+/g, '') // Remove all whitespace
40
+ .match(/.{1,64}/g) // Split into 64-character chunks
41
+ ?.join('\n') || ''; // Join with newlines
42
+ // Reconstruct the properly formatted certificate
43
+ return `${header}\n${formattedBody}\n${footer}`;
44
+ }
45
+ //# sourceMappingURL=resolve-mtls-certificates.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolve-mtls-certificates.js","sourceRoot":"","sources":["../../../../src/commands/respect/mtls/resolve-mtls-certificates.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,SAAS,CAAC;AAC9B,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAIlC,MAAM,UAAU,uBAAuB,CACrC,mBAAuC,EAAE,EACzC,UAAkB;IAElB,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,gBAAgB,CAAC;IAE3D,OAAO;QACL,UAAU,EAAE,kBAAkB,CAAC,UAAU,EAAE,UAAU,CAAC;QACtD,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,UAAU,CAAC;QACpD,MAAM,EAAE,kBAAkB,CAAC,MAAM,EAAE,UAAU,CAAC;KAC/C,CAAC;AACJ,CAAC;AAED,SAAS,kBAAkB,CAAC,IAAwB,EAAE,UAAkB;IACtE,IAAI,CAAC,IAAI;QAAE,OAAO,SAAS,CAAC;IAE5B,IAAI,CAAC;QACH,uDAAuD;QACvD,MAAM,aAAa,GAAG,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;QAE/E,IAAI,CAAC,aAAa,EAAE,CAAC;YACnB,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;YAEhD,mDAAmD;YACnD,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,EAAE,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;YAC3C,OAAO,EAAE,CAAC,YAAY,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;QAC5C,CAAC;QAED,uCAAuC;QACvC,OAAO,iBAAiB,CAAC,IAAI,CAAC,CAAC;IACjC,CAAC;IAAC,OAAO,KAAU,EAAE,CAAC;QACpB,MAAM,IAAI,KAAK,CAAC,+BAA+B,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;IAClE,CAAC;AACH,CAAC;AAED,SAAS,iBAAiB,CAAC,IAAY;IACrC,kDAAkD;IAClD,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CACxB,+EAA+E,CAChF,CAAC;IACF,IAAI,CAAC,OAAO,EAAE,CAAC;QACb,MAAM,IAAI,KAAK,CAAC,4BAA4B,CAAC,CAAC;IAChD,CAAC;IAED,MAAM,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,CAAC,GAAG,OAAO,CAAC;IAEzC,mEAAmE;IACnE,MAAM,aAAa,GACjB,IAAI;SACD,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,wBAAwB;SAC5C,KAAK,CAAC,UAAU,CAAC,CAAC,iCAAiC;QACpD,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,qBAAqB;IAE7C,iDAAiD;IACjD,OAAO,GAAG,MAAM,KAAK,aAAa,KAAK,MAAM,EAAE,CAAC;AAClD,CAAC"}
@@ -1,12 +1,12 @@
1
1
  import type { Oas3PathItem, Referenced } from '@redocly/openapi-core';
2
2
  import type { CommandArgs } from '../../wrapper.js';
3
3
  import type { VerifyConfigOptions } from '../../types.js';
4
- export type SplitOptions = {
4
+ export type SplitArgv = {
5
5
  api: string;
6
6
  outDir: string;
7
7
  separator: string;
8
8
  } & VerifyConfigOptions;
9
- export declare function handleSplit({ argv, collectSpecData }: CommandArgs<SplitOptions>): Promise<void>;
9
+ export declare function handleSplit({ argv, collectSpecData }: CommandArgs<SplitArgv>): Promise<void>;
10
10
  export declare function startsWithComponents(node: string): boolean;
11
11
  export declare function crawl(object: unknown, visitor: (node: Record<string, unknown>) => void): void;
12
12
  declare function iteratePathItems(pathItems: Record<string, Referenced<Oas3PathItem>> | undefined, openapiDir: string, outDir: string, componentsFiles: object, pathSeparator: string, codeSamplesPathPrefix: string | undefined, ext: string): void;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/split/index.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EASV,YAAY,EAEZ,UAAU,EACX,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAE1D,MAAM,MAAM,YAAY,GAAG;IACzB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB,GAAG,mBAAmB,CAAC;AAExB,wBAAsB,WAAW,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,WAAW,CAAC,YAAY,CAAC,iBAarF;AAsCD,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,WAEhD;AAkDD,wBAAgB,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,QAOtF;AA6HD,iBAAS,gBAAgB,CACvB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,GAAG,SAAS,EAC/D,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,MAAM,EACd,eAAe,EAAE,MAAM,EACvB,aAAa,EAAE,MAAM,EACrB,qBAAqB,EAAE,MAAM,YAAK,EAClC,GAAG,EAAE,MAAM,QA2CZ;AA8DD,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/split/index.ts"],"names":[],"mappings":"AA0BA,OAAO,KAAK,EASV,YAAY,EAEZ,UAAU,EACX,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAE1D,MAAM,MAAM,SAAS,GAAG;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB,GAAG,mBAAmB,CAAC;AAExB,wBAAsB,WAAW,CAAC,EAAE,IAAI,EAAE,eAAe,EAAE,EAAE,WAAW,CAAC,SAAS,CAAC,iBAalF;AAsCD,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,WAEhD;AAkDD,wBAAgB,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,QAWtF;AA6HD,iBAAS,gBAAgB,CACvB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,YAAY,CAAC,CAAC,GAAG,SAAS,EAC/D,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,MAAM,EACd,eAAe,EAAE,MAAM,EACvB,aAAa,EAAE,MAAM,EACrB,qBAAqB,EAAE,MAAM,YAAK,EAClC,GAAG,EAAE,MAAM,QA2CZ;AA8DD,OAAO,EAAE,gBAAgB,EAAE,CAAC"}