@fern-api/fdr-sdk 1.2.34-5c94d72077 → 1.2.35-07f6dfd14f

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.
@@ -8254,6 +8254,7 @@ var ApiDefinitionPruner = class _ApiDefinitionPruner {
8254
8254
  constructor(api2) {
8255
8255
  this.api = api2;
8256
8256
  }
8257
+ api;
8257
8258
  static instances = /* @__PURE__ */ new WeakMap();
8258
8259
  static from(api2) {
8259
8260
  const toRet = _ApiDefinitionPruner.instances.get(api2) ?? new _ApiDefinitionPruner(api2);
@@ -9440,6 +9441,7 @@ var ApiDefinitionV1ToLatest = class _ApiDefinitionV1ToLatest {
9440
9441
  this.v1 = v1;
9441
9442
  this.auth = v1.auth ?? void 0;
9442
9443
  }
9444
+ v1;
9443
9445
  static from(v1) {
9444
9446
  return new _ApiDefinitionV1ToLatest(v1);
9445
9447
  }
@@ -12243,6 +12245,7 @@ var ApiDefinitionHolder = class _ApiDefinitionHolder {
12243
12245
  });
12244
12246
  });
12245
12247
  }
12248
+ api;
12246
12249
  static create(api2) {
12247
12250
  return new _ApiDefinitionHolder(api2);
12248
12251
  }
@@ -12421,6 +12424,7 @@ var ApiDefinitionPruner2 = class {
12421
12424
  constructor(api2) {
12422
12425
  this.api = api2;
12423
12426
  }
12427
+ api;
12424
12428
  prune(node) {
12425
12429
  const rootPackage = this.pruneRootPackage(node);
12426
12430
  const subpackages = this.pruneSubpackages(node);
@@ -12809,6 +12813,8 @@ var ChangelogNavigationConverter = class _ChangelogNavigationConverter {
12809
12813
  this.noindexMap = noindexMap;
12810
12814
  this.#idgen = idgen;
12811
12815
  }
12816
+ fullSlugMap;
12817
+ noindexMap;
12812
12818
  static convert(changelog, fullSlugMap, noindexMap, slug, idgen) {
12813
12819
  return new _ChangelogNavigationConverter(idgen, fullSlugMap, noindexMap).convert(changelog, slug);
12814
12820
  }
@@ -12990,6 +12996,10 @@ var SlugGenerator = class _SlugGenerator {
12990
12996
  this.versionSlug = versionSlug;
12991
12997
  this.slug = slug;
12992
12998
  }
12999
+ baseSlug;
13000
+ productSlug;
13001
+ versionSlug;
13002
+ slug;
12993
13003
  static init(baseSlug) {
12994
13004
  return new _SlugGenerator(baseSlug, void 0, void 0, baseSlug);
12995
13005
  }
@@ -13116,6 +13126,14 @@ var ApiReferenceNavigationConverter = class _ApiReferenceNavigationConverter {
13116
13126
  this.#holder = ApiDefinitionHolder.create(api2);
13117
13127
  this.#idgen = idgen;
13118
13128
  }
13129
+ apiSection;
13130
+ api;
13131
+ fullSlugMap;
13132
+ noindexMap;
13133
+ parentSlug;
13134
+ lexicographic;
13135
+ disableEndpointPairs;
13136
+ paginated;
13119
13137
  static convert(apiSection, api2, fullSlugMap, noindexMap, parentSlug, idgen, lexicographic, disableEndpointPairs, paginated) {
13120
13138
  return new _ApiReferenceNavigationConverter(
13121
13139
  apiSection,
@@ -13702,6 +13720,15 @@ var NavigationConfigConverter = class _NavigationConfigConverter {
13702
13720
  this.disableEndpointPairs = disableEndpointPairs;
13703
13721
  this.paginated = paginated;
13704
13722
  }
13723
+ title;
13724
+ config;
13725
+ fullSlugMap;
13726
+ noindexMap;
13727
+ apis;
13728
+ basePath;
13729
+ lexicographic;
13730
+ disableEndpointPairs;
13731
+ paginated;
13705
13732
  static convert(title, config, fullSlugMap, noindexMap, apis, basePath, lexicographic, disableEndpointPairs, paginated) {
13706
13733
  return new _NavigationConfigConverter(
13707
13734
  title,