@fern-api/fern-api-dev 3.51.3-1-gfd39619eacb → 3.51.3

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.
Files changed (2) hide show
  1. package/cli.cjs +4 -6
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -1507971,8 +1507971,6 @@ var Generation = class {
1507971
1507971
  baseExceptionClassName: () => this.customConfig["base-exception-class-name"] ?? "",
1507972
1507972
  /** When true, generates discriminated unions with type discriminators. Default: true. */
1507973
1507973
  shouldGeneratedDiscriminatedUnions: () => this.customConfig["use-discriminated-unions"] ?? true,
1507974
- /** When true, generates undiscriminated unions with runtime type detection. Default: false. */
1507975
- shouldGenerateUndiscriminatedUnions: () => this.customConfig["use-undiscriminated-unions"] ?? false,
1507976
1507974
  /** Custom name for the exported public client class. Default: "" (uses clientClassName or computed name). */
1507977
1507975
  exportedClientClassName: () => this.customConfig["exported-client-class-name"] ?? "",
1507978
1507976
  /** Custom name for the internal client class. Default: "" (auto-generated from organization/workspace). */
@@ -1662489,7 +1662487,7 @@ var AccessTokenPosthogManager = class {
1662489
1662487
  properties: {
1662490
1662488
  ...event,
1662491
1662489
  ...event.properties,
1662492
- version: "3.51.3-1-gfd39619eacb",
1662490
+ version: "3.51.3",
1662493
1662491
  usingAccessToken: true
1662494
1662492
  }
1662495
1662493
  });
@@ -1662539,7 +1662537,7 @@ var UserPosthogManager = class {
1662539
1662537
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1662540
1662538
  event: "CLI",
1662541
1662539
  properties: {
1662542
- version: "3.51.3-1-gfd39619eacb",
1662540
+ version: "3.51.3",
1662543
1662541
  ...event,
1662544
1662542
  ...event.properties,
1662545
1662543
  usingAccessToken: false,
@@ -1695681,7 +1695679,7 @@ var CliContext = class {
1695681
1695679
  if (false) {
1695682
1695680
  this.logger.error("CLI_VERSION is not defined");
1695683
1695681
  }
1695684
- return "3.51.3-1-gfd39619eacb";
1695682
+ return "3.51.3";
1695685
1695683
  }
1695686
1695684
  getCliName() {
1695687
1695685
  if (false) {
@@ -1698794,7 +1698792,7 @@ var import_path54 = __toESM(require("path"), 1);
1698794
1698792
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1698795
1698793
  var LOGS_FOLDER_NAME = "logs";
1698796
1698794
  function getCliSource() {
1698797
- const version7 = "3.51.3-1-gfd39619eacb";
1698795
+ const version7 = "3.51.3";
1698798
1698796
  return `cli@${version7}`;
1698799
1698797
  }
1698800
1698798
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.51.3-1-gfd39619eacb",
2
+ "version": "3.51.3",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",