@fern-api/fdr-sdk 0.142.18-1e35fd1e1 → 0.142.18-2d7be8a49

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.
@@ -51,7 +51,7 @@ export declare class RegisterClient {
51
51
  * snippetConfiguration: {
52
52
  * "snippetConfiguration": {
53
53
  * packageName: "packageName",
54
- * version: undefined
54
+ * version: "version"
55
55
  * }
56
56
  * }
57
57
  * })
@@ -6,7 +6,7 @@ import type * as FernRegistry from "../../../../../../../../index.js";
6
6
  * snippetConfiguration: {
7
7
  * "snippetConfiguration": {
8
8
  * packageName: "packageName",
9
- * version: undefined
9
+ * version: "version"
10
10
  * }
11
11
  * }
12
12
  * }
@@ -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. If not specified, the latest version will be used. */
8
- version: string | undefined;
7
+ /** The version of the SDK */
8
+ version: string;
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,iFAAiF;IACjF,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B"}
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,6BAA6B;IAC7B,OAAO,EAAE,MAAM,CAAC;CACnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/fdr-sdk",
3
- "version": "0.142.18-1e35fd1e1",
3
+ "version": "0.142.18-2d7be8a49",
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.18-1e35fd1e1"
80
+ "@fern-api/ui-core-utils": "0.142.18-2d7be8a49"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@babel/core": "^7.26.9",