@@ -1827,7 +1827,7 @@ await client.projects.retrieveInfo();
1827
1827
1828
1828
## Proxy
1829
1829
1830
- <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >get</a >(url64, { ...params }) -> Record< string, unknown > </code ></summary >
1830
+ <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >get</a >(url64, { ...params }) -> Pipedream.ProxyResponse | undefined </code ></summary >
1831
1831
<dl >
1832
1832
<dd >
1833
1833
@@ -1886,7 +1886,7 @@ await client.proxy.get("url_64", {
1886
1886
</dl >
1887
1887
</details >
1888
1888
1889
- <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >post</a >(url64, { ...params }) -> Record< string, unknown > </code ></summary >
1889
+ <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >post</a >(url64, { ...params }) -> Pipedream.ProxyResponse | undefined </code ></summary >
1890
1890
<dl >
1891
1891
<dd >
1892
1892
@@ -1948,7 +1948,7 @@ await client.proxy.post("url_64", {
1948
1948
</dl >
1949
1949
</details >
1950
1950
1951
- <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >put</a >(url64, { ...params }) -> Record< string, unknown > </code ></summary >
1951
+ <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >put</a >(url64, { ...params }) -> Pipedream.ProxyResponse | undefined </code ></summary >
1952
1952
<dl >
1953
1953
<dd >
1954
1954
@@ -2010,7 +2010,7 @@ await client.proxy.put("url_64", {
2010
2010
</dl >
2011
2011
</details >
2012
2012
2013
- <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >delete</a >(url64, { ...params }) -> Record< string, unknown > </code ></summary >
2013
+ <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >delete</a >(url64, { ...params }) -> Pipedream.ProxyResponse | undefined </code ></summary >
2014
2014
<dl >
2015
2015
<dd >
2016
2016
@@ -2069,7 +2069,7 @@ await client.proxy.delete("url_64", {
2069
2069
</dl >
2070
2070
</details >
2071
2071
2072
- <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >patch</a >(url64, { ...params }) -> Record< string, unknown > </code ></summary >
2072
+ <details ><summary ><code >client.proxy.<a href =" /src/api/resources/proxy/client/Client.ts " >patch</a >(url64, { ...params }) -> Pipedream.ProxyResponse | undefined </code ></summary >
2073
2073
<dl >
2074
2074
<dd >
2075
2075
0 commit comments