@redocly/replay 0.5.15 → 0.5.16
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/dist/replay.cjs +408 -403
- package/dist/replay.d.ts +2 -0
- package/dist/replay.js +7087 -7041
- package/package.json +4 -4
- package/dist/.tsbuildinfo +0 -1
package/dist/replay.d.ts
CHANGED
|
@@ -238,6 +238,7 @@ duration: number;
|
|
|
238
238
|
size: number;
|
|
239
239
|
status: number;
|
|
240
240
|
bodyUsed: boolean;
|
|
241
|
+
arrayBuffer: ArrayBuffer;
|
|
241
242
|
}> | null;
|
|
242
243
|
requestError: string | null;
|
|
243
244
|
history: HistoryItem[];
|
|
@@ -443,6 +444,7 @@ declare type Response_2 = ImmutableObject<{
|
|
|
443
444
|
size: number;
|
|
444
445
|
status: number;
|
|
445
446
|
bodyUsed: boolean;
|
|
447
|
+
arrayBuffer: ArrayBuffer;
|
|
446
448
|
}>;
|
|
447
449
|
|
|
448
450
|
declare type SecurityDataParameter = Parameter & {
|