@fern-api/fdr-sdk 0.139.8-e4ea6f161 → 0.139.9-3dff3d56f
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.
|
@@ -1,2 +1,7 @@
|
|
|
1
1
|
export declare function getS3KeyForV1DocsDefinition(domain: string): string;
|
|
2
|
+
export declare function getS3KeyForDynamicIr({ orgName, apiName, language, }: {
|
|
3
|
+
orgName: string;
|
|
4
|
+
apiName: string;
|
|
5
|
+
language: string;
|
|
6
|
+
}): string;
|
|
2
7
|
//# sourceMappingURL=s3-docs-definition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"s3-docs-definition.d.ts","sourceRoot":"","sources":["../../src/docs/s3-docs-definition.ts"],"names":[],"mappings":"AAAA,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAElE"}
|
|
1
|
+
{"version":3,"file":"s3-docs-definition.d.ts","sourceRoot":"","sources":["../../src/docs/s3-docs-definition.ts"],"names":[],"mappings":"AAAA,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAElE;AAED,wBAAgB,oBAAoB,CAAC,EACnC,OAAO,EACP,OAAO,EACP,QAAQ,GACT,EAAE;IACD,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,GAAG,MAAM,CAET"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fern-api/fdr-sdk",
|
|
3
|
-
"version": "0.139.
|
|
3
|
+
"version": "0.139.9-3dff3d56f",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"test:update": "vitest --run --passWithNoTests --globals -u"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fern-api/ui-core-utils": "0.139.
|
|
52
|
+
"@fern-api/ui-core-utils": "0.139.9-3dff3d56f*",
|
|
53
53
|
"@ungap/structured-clone": "^1.2.0",
|
|
54
54
|
"dayjs": "^1.11.11",
|
|
55
55
|
"es-toolkit": "^1.32.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@babel/core": "^7.26.9",
|
|
69
69
|
"@babel/preset-env": "^7.26.0",
|
|
70
70
|
"@babel/preset-typescript": "^7.26.0",
|
|
71
|
-
"@fern-platform/configs": "0.139.
|
|
71
|
+
"@fern-platform/configs": "0.139.9-3dff3d56f*",
|
|
72
72
|
"@types/node-fetch": "2.6.9",
|
|
73
73
|
"@types/qs": "6.9.14",
|
|
74
74
|
"@types/tinycolor2": "^1.4.6",
|