Skip to content

Commit 76d4f95

Browse files
committed
SDK regeneration
1 parent b38cc52 commit 76d4f95

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.mock/definition/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ headers:
1010
Square-Version:
1111
name: version
1212
env: VERSION
13-
type: literal<"2025-03-19">
13+
type: literal<"2025-02-20">
1414
auth-schemes:
1515
Bearer:
1616
scheme: bearer

.mock/openapi/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"name": "Square-Version",
147147
"description": "Square Connect API versions",
148148
"schema": {
149-
"default": "2025-03-19"
149+
"default": "2025-02-20"
150150
}
151151
}
152152
],
@@ -64721,7 +64721,7 @@
6472164721
"name": "version",
6472264722
"optional": true,
6472364723
"env": "VERSION",
64724-
"type": "literal\u003c\"2025-03-19\"\u003e"
64724+
"type": "literal\u003c\"2025-02-20\"\u003e"
6472564725
}
6472664726
]
6472764727
}

src/main/java/com/squareup/square/AsyncSquareClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public final class AsyncSquareClientBuilder {
1212

1313
private String token = System.getenv("SQUARE_TOKEN");
1414

15-
private String version = "2025-03-19";
15+
private String version = "2025-02-20";
1616

1717
private Environment environment = Environment.PRODUCTION;
1818

src/main/java/com/squareup/square/SquareClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public final class SquareClientBuilder {
1212

1313
private String token = System.getenv("SQUARE_TOKEN");
1414

15-
private String version = "2025-03-19";
15+
private String version = "2025-02-20";
1616

1717
private Environment environment = Environment.PRODUCTION;
1818

0 commit comments

Comments
 (0)