Skip to content

Commit c2d7aac

Browse files
🌿 Fern Regeneration -- July 30, 2025 (PipedreamHQ#15)
SDK regeneration Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 50bfd7c commit c2d7aac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+889
-824
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-197 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-100 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Thu Jul 24 19:20:25 UTC 2025
1+
#Wed Jul 30 23:02:57 UTC 2025
22
gradle.version=8.14.3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the dependency in your `pom.xml` file:
2525
<dependency>
2626
<groupId>com.pipedream</groupId>
2727
<artifactId>pipedream</artifactId>
28-
<version>0.0.237</version>
28+
<version>0.0.255</version>
2929
</dependency>
3030
```
3131

@@ -37,7 +37,7 @@ Instantiate and use the client with the following:
3737
package com.example.usage;
3838

3939
import com.pipedream.api.BaseClient;
40-
import com.pipedream.api.resources.accounts.requests.CreateAccountRequest;
40+
import com.pipedream.api.resources.accounts.requests.CreateAccountOpts;
4141

4242
public class Example {
4343
public static void main(String[] args) {
@@ -49,7 +49,7 @@ public class Example {
4949

5050
client.accounts().create(
5151
"project_id",
52-
CreateAccountRequest
52+
CreateAccountOpts
5353
.builder()
5454
.appSlug("app_slug")
5555
.cfmapJson("cfmap_json")

0 commit comments

Comments
 (0)