@fern-api/fern-api-dev 3.49.1 → 3.49.2

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 +13 -11
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -1333896,7 +1333896,9 @@ var HeaderAuthSchemeSchema = schemas_exports6.object({
1333896
1333896
  }).extend(WithEnvironmentVariable).extend(WithName).extend(WithDocsSchema);
1333897
1333897
 
1333898
1333898
  // ../configuration/lib/generators-yml/schemas/serialization/resources/fernDefinition/resources/auth/types/AuthVariable.js
1333899
- var AuthVariable = schemas_exports6.object({}).extend(WithEnvironmentVariable).extend(WithName);
1333899
+ var AuthVariable = schemas_exports6.object({
1333900
+ omit: schemas_exports6.boolean().optional()
1333901
+ }).extend(WithEnvironmentVariable).extend(WithName);
1333900
1333902
 
1333901
1333903
  // ../configuration/lib/generators-yml/schemas/serialization/resources/fernDefinition/resources/auth/types/BasicAuthSchemeSchema.js
1333902
1333904
  var BasicAuthSchemeSchema = schemas_exports6.object({
@@ -1338686,7 +1338688,7 @@ function sortBy(arr, criteria) {
1338686
1338688
  return orderBy(arr, criteria, ["asc"]);
1338687
1338689
  }
1338688
1338690
 
1338689
- // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.6-a76e5b58c_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1338691
+ // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.7-efc9f5ccf_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1338690
1338692
  var import_ts_essentials = __toESM(require_dist2(), 1);
1338691
1338693
 
1338692
1338694
  // ../../../node_modules/.pnpm/es-toolkit@1.43.0/node_modules/es-toolkit/dist/object/mapValues.mjs
@@ -1338707,7 +1338709,7 @@ function words2(str3) {
1338707
1338709
  return Array.from(str3.match(CASE_SPLIT_PATTERN) ?? []);
1338708
1338710
  }
1338709
1338711
 
1338710
- // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.6-a76e5b58c_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1338712
+ // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.7-efc9f5ccf_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1338711
1338713
  var import_qs = __toESM(require_lib2(), 1);
1338712
1338714
  var import_ts_essentials2 = __toESM(require_dist2(), 1);
1338713
1338715
  var import_ts_essentials3 = __toESM(require_dist2(), 1);
@@ -1344448,7 +1344450,7 @@ function kebabCase2(str3) {
1344448
1344450
  return words$1.map((word) => word.toLowerCase()).join("-");
1344449
1344451
  }
1344450
1344452
 
1344451
- // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.6-a76e5b58c_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1344453
+ // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.7-efc9f5ccf_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1344452
1344454
  var import_fast_deep_equal = __toESM(require_fast_deep_equal(), 1);
1344453
1344455
  var import_ts_essentials4 = __toESM(require_dist2(), 1);
1344454
1344456
  var import_url_join2 = __toESM(require_url_join(), 1);
@@ -1344467,7 +1344469,7 @@ function once(func) {
1344467
1344469
  };
1344468
1344470
  }
1344469
1344471
 
1344470
- // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.6-a76e5b58c_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1344472
+ // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.7-efc9f5ccf_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1344471
1344473
  var import_ts_essentials6 = __toESM(require_dist2(), 1);
1344472
1344474
  var import_ts_essentials7 = __toESM(require_dist2(), 1);
1344473
1344475
  var import_url_join3 = __toESM(require_url_join(), 1);
@@ -1344697,7 +1344699,7 @@ var esm_default2 = typeof structuredClone === "function" ? (
1344697
1344699
  (any9, options2) => options2 && ("json" in options2 || "lossy" in options2) ? deserialize(serialize(any9, options2)) : structuredClone(any9)
1344698
1344700
  ) : (any9, options2) => deserialize(serialize(any9, options2));
1344699
1344701
 
1344700
- // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.6-a76e5b58c_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1344702
+ // ../../../node_modules/.pnpm/@fern-api+fdr-sdk@0.144.7-efc9f5ccf_typescript@5.9.3/node_modules/@fern-api/fdr-sdk/dist/js/index.mjs
1344701
1344703
  var import_ts_essentials12 = __toESM(require_dist2(), 1);
1344702
1344704
  var __create2 = Object.create;
1344703
1344705
  var __defProp2 = Object.defineProperty;
@@ -1430141,7 +1430143,7 @@ var AccessTokenPosthogManager = class {
1430141
1430143
  properties: {
1430142
1430144
  ...event,
1430143
1430145
  ...event.properties,
1430144
- version: "3.49.1",
1430146
+ version: "3.49.2",
1430145
1430147
  usingAccessToken: true
1430146
1430148
  }
1430147
1430149
  });
@@ -1430240,7 +1430242,7 @@ var UserPosthogManager = class {
1430240
1430242
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1430241
1430243
  event: "CLI",
1430242
1430244
  properties: {
1430243
- version: "3.49.1",
1430245
+ version: "3.49.2",
1430244
1430246
  ...event,
1430245
1430247
  ...event.properties,
1430246
1430248
  usingAccessToken: false,
@@ -1509675,7 +1509677,7 @@ var CliContext = class {
1509675
1509677
  if (false) {
1509676
1509678
  this.logger.error("CLI_VERSION is not defined");
1509677
1509679
  }
1509678
- return "3.49.1";
1509680
+ return "3.49.2";
1509679
1509681
  }
1509680
1509682
  getCliName() {
1509681
1509683
  if (false) {
@@ -1598758,7 +1598760,7 @@ function convertAuthScheme({ scheme, playgroundConfig, context: context2 }) {
1598758
1598760
  passwordName: scheme.password.originalName,
1598759
1598761
  usernameName: scheme.username.originalName,
1598760
1598762
  description: scheme.docs,
1598761
- passwordAlwaysEmpty: void 0
1598763
+ passwordAlwaysEmpty: scheme.passwordOmit
1598762
1598764
  };
1598763
1598765
  case "bearer":
1598764
1598766
  return {
@@ -1610890,7 +1610892,7 @@ var import_path40 = __toESM(require("path"), 1);
1610890
1610892
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1610891
1610893
  var LOGS_FOLDER_NAME = "logs";
1610892
1610894
  function getCliSource() {
1610893
- const version7 = "3.49.1";
1610895
+ const version7 = "3.49.2";
1610894
1610896
  return `cli@${version7}`;
1610895
1610897
  }
1610896
1610898
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.49.1",
2
+ "version": "3.49.2",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",