@fern-api/fdr-sdk 0.142.18-e9aa82058 → 0.142.19-1e35fd1e1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/js/client/FdrClient.js +1 -1
- package/dist/js/client/FdrClient.js.map +1 -1
- package/dist/js/client/FdrClient.mjs +1 -1
- package/dist/js/client/FdrClient.mjs.map +1 -1
- package/dist/js/index.js +1 -1
- package/dist/js/index.js.map +1 -1
- package/dist/js/index.mjs +1 -1
- package/dist/js/index.mjs.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/client/generated/api/resources/api/resources/v1/resources/register/client/Client.d.ts +1 -1
- package/dist/types/client/generated/api/resources/api/resources/v1/resources/register/client/requests/CheckSdkDynamicIrExistsRequest.d.ts +1 -1
- package/dist/types/client/generated/api/resources/api/resources/v1/resources/register/types/SnippetInfo.d.ts +2 -2
- package/dist/types/client/generated/api/resources/api/resources/v1/resources/register/types/SnippetInfo.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
export interface SnippetInfo {
|
|
5
5
|
/** The package name (e.g., "my-api-ts" for TypeScript, "my-api-py" for Python) */
|
|
6
6
|
packageName: string;
|
|
7
|
-
/** The version of the SDK */
|
|
8
|
-
version: string;
|
|
7
|
+
/** The version of the SDK. If not specified, the latest version will be used. */
|
|
8
|
+
version: string | undefined;
|
|
9
9
|
}
|
|
10
10
|
//# sourceMappingURL=SnippetInfo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SnippetInfo.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../../src/client/generated/api/resources/api/resources/v1/resources/register/types/SnippetInfo.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,kFAAkF;IAClF,WAAW,EAAE,MAAM,CAAC;IACpB,
|
|
1
|
+
{"version":3,"file":"SnippetInfo.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../../src/client/generated/api/resources/api/resources/v1/resources/register/types/SnippetInfo.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,kFAAkF;IAClF,WAAW,EAAE,MAAM,CAAC;IACpB,iFAAiF;IACjF,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fern-api/fdr-sdk",
|
|
3
|
-
"version": "0.142.
|
|
3
|
+
"version": "0.142.19-1e35fd1e1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/fern-api/fern-platform.git",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"tinycolor2": "^1.6.0",
|
|
78
78
|
"ts-essentials": "^10.0.4",
|
|
79
79
|
"url-join": "^5.0.0",
|
|
80
|
-
"@fern-api/ui-core-utils": "0.142.
|
|
80
|
+
"@fern-api/ui-core-utils": "0.142.19-1e35fd1e1"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@babel/core": "^7.26.9",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"tsup": "^8.5.1",
|
|
91
91
|
"typescript": "^5",
|
|
92
92
|
"vitest": "^3.2.4",
|
|
93
|
-
"@fern-
|
|
94
|
-
"@fern-
|
|
93
|
+
"@fern-api/snippets": "0.0.1",
|
|
94
|
+
"@fern-platform/configs": "0.1.0"
|
|
95
95
|
},
|
|
96
96
|
"scripts": {
|
|
97
97
|
"clean": "rm -rf ./dist",
|