Skip to content

Commit e66c2d9

Browse files
🌿 Fern Regeneration -- November 21, 2025 (#216)
* SDK regeneration * Manually update fernignored file * update config to include setup --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: fern-support <[email protected]>
1 parent 89ebddf commit e66c2d9

File tree

273 files changed

+8038
-150413
lines changed

Some content is hidden

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

273 files changed

+8038
-150413
lines changed

.fern/metadata.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"cliVersion": "2.2.5",
3+
"generatorName": "fernapi/fern-typescript-sdk",
4+
"generatorVersion": "3.33.0",
5+
"generatorConfig": {
6+
"namespaceExport": "Square",
7+
"allowCustomFetcher": true,
8+
"skipResponseValidation": true,
9+
"inlineFileProperties": true,
10+
"inlinePathParameters": true,
11+
"enableInlineTypes": false,
12+
"noSerdeLayer": false,
13+
"useLegacyExports": true,
14+
"streamType": "wrapper",
15+
"fileResponseType": "stream",
16+
"formDataSupport": "Node16",
17+
"fetchSupport": "node-fetch",
18+
"omitUndefined": true,
19+
"useBigInt": true,
20+
"packageManager": "yarn",
21+
"testFramework": "jest",
22+
"packageJson": {
23+
"description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.",
24+
"author": {
25+
"name": "Square Developer Platform",
26+
"url": "https://developer.squareup.com",
27+
"email": "[email protected]"
28+
},
29+
"bugs": {
30+
"url": "https://developer.squareup.com",
31+
"email": "[email protected]"
32+
},
33+
"dependencies": {
34+
"square-legacy": "npm:square@^39.1.1"
35+
},
36+
"exports": {
37+
".": "./index.js",
38+
"./legacy": {
39+
"types": "./legacy/exports/index.d.ts",
40+
"require": {
41+
"types": "./legacy/exports/index.d.ts",
42+
"default": "./legacy/exports/index.js"
43+
},
44+
"import": {
45+
"types": "./legacy/exports/index.d.mts",
46+
"default": "./legacy/exports/index.mjs"
47+
}
48+
}
49+
},
50+
"scripts": {
51+
"test": "jest --selectProjects unit wire",
52+
"test:unit": "jest --selectProjects unit",
53+
"test:integration": "jest --selectProjects integration"
54+
}
55+
}
56+
}
57+
}

0 commit comments

Comments
 (0)