@fern-api/fdr-sdk 0.140.3-43ea2dbfe → 0.140.3-4c76874f8

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.
@@ -10,5 +10,7 @@ export interface PlaygroundSettings {
10
10
  environments: FernRegistry.EnvironmentId[] | undefined;
11
11
  button: FernRegistry.navigation.latest.PlaygroundButtonSettings | undefined;
12
12
  "limit-websocket-messages-per-connection": number | undefined;
13
+ /** If true, the endpoint will be hidden from the playground UI. */
14
+ hidden: boolean | undefined;
13
15
  }
14
16
  //# sourceMappingURL=PlaygroundSettings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlaygroundSettings.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/client/generated/api/resources/navigation/resources/latest/types/PlaygroundSettings.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAExD,MAAM,WAAW,kBAAkB;IAC/B;;;OAGG;IACH,YAAY,EAAE,YAAY,CAAC,aAAa,EAAE,GAAG,SAAS,CAAC;IACvD,MAAM,EAAE,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,wBAAwB,GAAG,SAAS,CAAC;IAC5E,yCAAyC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjE"}
1
+ {"version":3,"file":"PlaygroundSettings.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/client/generated/api/resources/navigation/resources/latest/types/PlaygroundSettings.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAExD,MAAM,WAAW,kBAAkB;IAC/B;;;OAGG;IACH,YAAY,EAAE,YAAY,CAAC,aAAa,EAAE,GAAG,SAAS,CAAC;IACvD,MAAM,EAAE,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,wBAAwB,GAAG,SAAS,CAAC;IAC5E,yCAAyC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9D,mEAAmE;IACnE,MAAM,EAAE,OAAO,GAAG,SAAS,CAAC;CAC/B"}
@@ -10,5 +10,7 @@ export interface PlaygroundSettings {
10
10
  environments: FernRegistry.EnvironmentId[] | undefined;
11
11
  button: FernRegistry.navigation.v1.PlaygroundButtonSettings | undefined;
12
12
  "limit-websocket-messages-per-connection": number | undefined;
13
+ /** If true, the endpoint will be hidden from the playground UI. */
14
+ hidden: boolean | undefined;
13
15
  }
14
16
  //# sourceMappingURL=PlaygroundSettings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlaygroundSettings.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/client/generated/api/resources/navigation/resources/v1/types/PlaygroundSettings.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAExD,MAAM,WAAW,kBAAkB;IAC/B;;;OAGG;IACH,YAAY,EAAE,YAAY,CAAC,aAAa,EAAE,GAAG,SAAS,CAAC;IACvD,MAAM,EAAE,YAAY,CAAC,UAAU,CAAC,EAAE,CAAC,wBAAwB,GAAG,SAAS,CAAC;IACxE,yCAAyC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjE"}
1
+ {"version":3,"file":"PlaygroundSettings.d.ts","sourceRoot":"","sources":["../../../../../../../../../../src/client/generated/api/resources/navigation/resources/v1/types/PlaygroundSettings.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAExD,MAAM,WAAW,kBAAkB;IAC/B;;;OAGG;IACH,YAAY,EAAE,YAAY,CAAC,aAAa,EAAE,GAAG,SAAS,CAAC;IACvD,MAAM,EAAE,YAAY,CAAC,UAAU,CAAC,EAAE,CAAC,wBAAwB,GAAG,SAAS,CAAC;IACxE,yCAAyC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9D,mEAAmE;IACnE,MAAM,EAAE,OAAO,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.140.3-43ea2dbfe",
3
+ "version": "0.140.3-4c76874f8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/fern-api/fern-platform.git",
@@ -58,49 +58,51 @@
58
58
  "default": "./dist/js/index.mjs"
59
59
  }
60
60
  },
61
- "files": ["dist"],
62
- "scripts": {
63
- "clean": "rm -rf ./dist",
64
- "compile": "pnpm compile:js && pnpm compile:types",
65
- "compile:js": "tsup",
66
- "compile:types": "tsc --emitDeclarationOnly --outDir dist/types",
67
- "dev": "tsup --watch",
68
- "format": "prettier --write --ignore-unknown \"**\"",
69
- "format:check": "prettier --check --ignore-unknown \"**\"",
70
- "lint": "eslint --max-warnings 0 src --ext .ts --resolve-plugins-relative-to ../../",
71
- "test": "vitest --run --passWithNoTests --globals",
72
- "test:update": "vitest --run --passWithNoTests --globals -u"
73
- },
61
+ "files": [
62
+ "dist"
63
+ ],
74
64
  "dependencies": {
75
- "@fern-api/ui-core-utils": "0.140.3-43ea2dbfe*",
76
65
  "@types/readable-stream": "^4.0.21",
77
66
  "@ungap/structured-clone": "^1.2.0",
78
67
  "dayjs": "^1.11.11",
79
- "es-toolkit": "catalog:",
68
+ "es-toolkit": "^1.39.7",
80
69
  "escape-string-regexp": "^5.0.0",
81
70
  "fast-deep-equal": "^3.1.3",
82
71
  "form-data": "4.0.4",
83
72
  "httpsnippet-lite": "^3.0.5",
84
73
  "js-base64": "3.7.7",
85
74
  "node-fetch": "2.7.0",
86
- "qs": "catalog:",
75
+ "qs": "^6.14.0",
87
76
  "readable-stream": "^4.7.0",
88
77
  "tinycolor2": "^1.6.0",
89
- "ts-essentials": "catalog:",
90
- "url-join": "catalog:"
78
+ "ts-essentials": "^10.0.4",
79
+ "url-join": "^5.0.0",
80
+ "@fern-api/ui-core-utils": "0.140.3-4c76874f8"
91
81
  },
92
82
  "devDependencies": {
93
83
  "@babel/core": "^7.26.9",
94
84
  "@babel/preset-env": "^7.26.0",
95
85
  "@babel/preset-typescript": "^7.26.0",
96
- "@fern-api/snippets": "0.140.3-43ea2dbfe*",
97
- "@fern-platform/configs": "0.140.3-43ea2dbfe*",
98
- "@types/node-fetch": "catalog:",
99
- "@types/qs": "catalog:",
86
+ "@types/node-fetch": "^2.6.3",
87
+ "@types/qs": "6.14.0",
100
88
  "@types/tinycolor2": "^1.4.6",
101
89
  "@types/ungap__structured-clone": "^1.2.0",
102
- "tsup": "catalog:",
103
- "typescript": "catalog:",
104
- "vitest": "catalog:"
90
+ "tsup": "^8.3.5",
91
+ "typescript": "^5",
92
+ "vitest": "^3.2.4",
93
+ "@fern-api/snippets": "0.0.1",
94
+ "@fern-platform/configs": "0.1.0"
95
+ },
96
+ "scripts": {
97
+ "clean": "rm -rf ./dist",
98
+ "compile": "pnpm compile:js && pnpm compile:types",
99
+ "compile:js": "tsup",
100
+ "compile:types": "tsc --emitDeclarationOnly --outDir dist/types",
101
+ "dev": "tsup --watch",
102
+ "format": "prettier --write --ignore-unknown \"**\"",
103
+ "format:check": "prettier --check --ignore-unknown \"**\"",
104
+ "lint": "eslint --max-warnings 0 src --ext .ts --resolve-plugins-relative-to ../../",
105
+ "test": "vitest --run --passWithNoTests --globals",
106
+ "test:update": "vitest --run --passWithNoTests --globals -u"
105
107
  }
106
- }
108
+ }