Skip to content

Commit 698686b

Browse files
SDK regeneration
1 parent 2f187e4 commit 698686b

File tree

200 files changed

+1433
-658
lines changed

Some content is hidden

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

200 files changed

+1433
-658
lines changed

.fern/metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"cliVersion": "3.38.0",
2+
"cliVersion": "4.23.1",
33
"generatorName": "fernapi/fern-typescript-sdk",
4-
"generatorVersion": "3.43.8",
4+
"generatorVersion": "3.54.0",
55
"generatorConfig": {
66
"namespaceExport": "Square",
77
"allowCustomFetcher": true,
@@ -54,5 +54,6 @@
5454
}
5555
}
5656
},
57-
"sdkVersion": "44.0.0"
57+
"originGitCommit": "809bbe97ec8c4928c84c231c117042f8f36cc91d",
58+
"sdkVersion": "44.0.1"
5859
}

README.md

Lines changed: 12 additions & 1 deletion

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.1/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.3/schema.json",
33
"root": true,
44
"vcs": {
55
"enabled": false

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "square",
3-
"version": "44.0.0",
3+
"version": "44.0.1",
44
"private": false,
55
"repository": {
66
"type": "git",
@@ -44,13 +44,14 @@
4444
"msw": "2.11.2",
4545
"@types/node": "^18.19.70",
4646
"typescript": "~5.7.2",
47-
"@biomejs/biome": "2.3.1"
47+
"@biomejs/biome": "2.4.3"
4848
},
4949
"browser": {
5050
"fs": false,
5151
"os": false,
5252
"path": false,
53-
"stream": false
53+
"stream": false,
54+
"crypto": false
5455
},
5556
"packageManager": "yarn@1.22.22",
5657
"engines": {

reference.md

Lines changed: 49 additions & 48 deletions

src/BaseClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export function normalizeClientOptions<T extends BaseClientOptions = BaseClientO
5656
{
5757
"X-Fern-Language": "JavaScript",
5858
"X-Fern-SDK-Name": "square",
59-
"X-Fern-SDK-Version": "44.0.0",
60-
"User-Agent": "square/44.0.0",
59+
"X-Fern-SDK-Version": "44.0.1",
60+
"User-Agent": "square/44.0.1",
6161
"X-Fern-Runtime": core.RUNTIME.type,
6262
"X-Fern-Runtime-Version": core.RUNTIME.version,
6363
"Square-Version": options?.version ?? "2026-01-22",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// This file was auto-generated by Fern from our API Definition.
2+
3+
export { ApplePayClient } from "./client/Client";
4+
export * from "./client/index";
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// This file was auto-generated by Fern from our API Definition.
2+
3+
export { BankAccountsClient } from "./client/Client";
4+
export * from "./client/index";
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// This file was auto-generated by Fern from our API Definition.
2+
3+
export { BookingsClient } from "./client/Client";
4+
export * from "./client/index";
5+
export * from "./resources/index";
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// This file was auto-generated by Fern from our API Definition.
2+
3+
export { CustomAttributeDefinitionsClient } from "./client/Client";
4+
export * from "./client/index";

0 commit comments

Comments
 (0)