@zuplo/runtime 6.59.56 → 6.59.59

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.
@@ -9480,7 +9480,12 @@ export declare class ZuploRequest<
9480
9480
  TOptions extends RequestGeneric = RequestGeneric,
9481
9481
  > extends Request {
9482
9482
  #private;
9483
- constructor(input: string | URL | Request, init?: ZuploRequestInit<TOptions>);
9483
+ constructor(
9484
+ input: string | URL | Request,
9485
+ init?: ZuploRequestInit<TOptions>,
9486
+ originalRequest?: Request
9487
+ );
9488
+ /* Excluded from this release type: originalRequest */
9484
9489
  /**
9485
9490
  * A dictionary of query-string values
9486
9491
  *
@@ -1740,7 +1740,12 @@ declare class ZuploRequest<
1740
1740
  TOptions extends RequestGeneric = RequestGeneric,
1741
1741
  > extends Request {
1742
1742
  #private;
1743
- constructor(input: string | URL | Request, init?: ZuploRequestInit<TOptions>);
1743
+ constructor(
1744
+ input: string | URL | Request,
1745
+ init?: ZuploRequestInit<TOptions>,
1746
+ originalRequest?: Request
1747
+ );
1748
+ /* Excluded from this release type: originalRequest */
1744
1749
  /**
1745
1750
  * A dictionary of query-string values
1746
1751
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zuplo/runtime",
3
3
  "type": "module",
4
- "version": "6.59.56",
4
+ "version": "6.59.59",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",
7
7
  "exports": {